Lines Matching +full:per +full:- +full:hart
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2019 FORTH-ICS/CARV
19 * s3: (const) The hartid of the current hart
21 * s5: (const) Number of words per page
63 REG_L t0, 0(s0) /* t0 = *image->entry */
64 addi s0, s0, RISCV_SZPTR /* image->entry++ */
66 /* IND_DESTINATION entry ? -> save destination address */
73 /* IND_INDIRECTION entry ? -> update next entry ptr (PA) */
82 /* IND_DONE entry ? -> jump to done label */
89 * IND_SOURCE entry ? -> copy page word by word to the
95 mv t3, s5 /* i = num words per page */
101 sub t3, t3, s6 /* i-- */
161 * s2: (const) The hartid of the current hart
220 .long riscv_kexec_relocate_end - riscv_kexec_relocate)