Searched refs:hi20 (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/riscv/kernel/ |
| A D | module.c | 96 s32 hi20; in apply_r_riscv_pcrel_hi20_rela() local 138 s32 hi20; in apply_r_riscv_hi20_rela() local 157 s32 lo12 = ((s32)v - hi20); in apply_r_riscv_lo12_i_rela() 167 s32 lo12 = ((s32)v - hi20); in apply_r_riscv_lo12_s_rela() 178 s32 hi20; in apply_r_riscv_got_hi20_rela() local 201 u32 hi20, lo12; in apply_r_riscv_call_plt_rela() local 217 lo12 = (offset - hi20) & 0xfff; in apply_r_riscv_call_plt_rela() 228 u32 hi20, lo12; in apply_r_riscv_call_rela() local 238 lo12 = (offset - hi20) & 0xfff; in apply_r_riscv_call_rela() 371 s32 hi20, lo12; in apply_relocate_add() local [all …]
|
| /linux/arch/nds32/kernel/ |
| A D | ex-entry.S | 29 sethi $p0, hi20(has_fpu) 110 sethi $lp, hi20(ret_from_exception) 112 sethi $p1, hi20(exception_handlers) 131 sethi $lp, hi20(ret_from_exception) 133 sethi $p1, hi20(exception_handlers) 144 sethi $lp, hi20(ret_from_intr) 146 sethi $p0, hi20(exception_handlers) 160 sethi $p0, hi20(common_exception_handler)
|
| A D | sleep.S | 46 sethi $r0, hi20(PAGE_OFFSET) 53 sethi $r1, hi20(sp_tmp) 90 sethi $r0, hi20(PAGE_OFFSET)
|
| A D | ex-exit.S | 29 sethi $p0, hi20(has_fpu)
|
| A D | head.S | 53 sethi $r4, hi20(swapper_pg_dir)
|
| /linux/arch/riscv/include/asm/ |
| A D | module.h | 80 u32 hi20 = (offset + 0x800) & 0xfffff000; in emit_plt_entry() local 81 u32 lo12 = (offset - hi20); in emit_plt_entry() 83 OPC_AUIPC | (REG_T0 << 7) | hi20, in emit_plt_entry()
|
| /linux/arch/nds32/kernel/vdso/ |
| A D | datapage.S | 8 sethi $r0, hi20(. + PAGE_SIZE + 8) 16 sethi $r0, hi20(. + 2*PAGE_SIZE + 8)
|
Completed in 10 milliseconds