Home
last modified time | relevance | path

Searched refs:lo12 (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/riscv/kernel/
Dmodule.c161 s32 lo12 = ((s32)v - hi20); in apply_r_riscv_lo12_i_rela() local
162 *location = (*location & 0xfffff) | ((lo12 & 0xfff) << 20); in apply_r_riscv_lo12_i_rela()
171 s32 lo12 = ((s32)v - hi20); in apply_r_riscv_lo12_s_rela() local
172 u32 imm11_5 = (lo12 & 0xfe0) << (31 - 11); in apply_r_riscv_lo12_s_rela()
173 u32 imm4_0 = (lo12 & 0x1f) << (11 - 4); in apply_r_riscv_lo12_s_rela()
205 u32 hi20, lo12; in apply_r_riscv_call_plt_rela() local
221 lo12 = (offset - hi20) & 0xfff; in apply_r_riscv_call_plt_rela()
223 *(location + 1) = (*(location + 1) & 0xfffff) | (lo12 << 20); in apply_r_riscv_call_plt_rela()
232 u32 hi20, lo12; in apply_r_riscv_call_rela() local
242 lo12 = (offset - hi20) & 0xfff; in apply_r_riscv_call_rela()
[all …]
/Linux-v4.19/arch/nds32/kernel/
Dex-entry.S90 ori $lp, $lp, lo12(ret_from_exception)
92 ori $p1, $p1, lo12(exception_handlers)
112 ori $lp, $lp, lo12(ret_from_exception)
114 ori $p1, $p1, lo12(exception_handlers)
125 ori $lp, $lp, lo12(ret_from_intr)
127 ori $p0, $p0, lo12(exception_handlers)
141 ori $p0, $p0, lo12(common_exception_handler)
/Linux-v4.19/arch/nds32/kernel/vdso/
Ddatapage.S9 ori $r0, $r0, lo12(. + PAGE_SIZE + 4)
17 ori $r0, $r0, lo12(. + 2*PAGE_SIZE + 4)
/Linux-v4.19/arch/riscv/include/asm/
Dmodule.h80 u32 lo12 = (offset - hi20); in emit_plt_entry() local
83 OPC_LD | (lo12 << 20) | (REG_T0 << 15) | (REG_T1 << 7), in emit_plt_entry()
/Linux-v4.19/arch/arm64/kernel/
Dreloc_test_syms.S50 add x0, x0, #:lo12:sym64_rel
58 add x0, x0, #:lo12:memstart_addr
Dentry.S1122 add x4, x4, #:lo12:__sdei_asm_trampoline_next_handler
/Linux-v4.19/arch/arm64/include/asm/
Dassembler.h213 add \dst, \dst, :lo12:\sym
226 ldr \dst, [\dst, :lo12:\sym]
229 ldr \dst, [\tmp, :lo12:\sym]
241 str \src, [\tmp, :lo12:\sym]
251 add \dst, \tmp, #:lo12:\sym