Home
last modified time | relevance | path

Searched refs:RISCV_SZPTR (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/kernel/
H A Dkexec_relocate.S60 addi s0, s0, RISCV_SZPTR /* image->entry++ */
90 li t3, (PAGE_SIZE / RISCV_SZPTR) /* i = num words per page */
94 addi t0, t0, RISCV_SZPTR /* stc_ptr++ */
95 addi s5, s5, RISCV_SZPTR /* dst_ptr++ */
H A Dhead.S288 add a3, a3, RISCV_SZPTR
/linux/arch/riscv/include/asm/
H A Dasm.h34 #define RISCV_SZPTR 8
38 #define RISCV_SZPTR "8" macro
44 #define RISCV_SZPTR 4
48 #define RISCV_SZPTR "4" macro