Home
last modified time | relevance | path

Searched defs:hi20 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dmodule.c109 s32 hi20; in apply_r_riscv_pcrel_hi20_rela() local
151 s32 hi20; in apply_r_riscv_hi20_rela() local
169 s32 hi20 = ((s32)v + 0x800) & 0xfffff000; in apply_r_riscv_lo12_i_rela() local
179 s32 hi20 = ((s32)v + 0x800) & 0xfffff000; in apply_r_riscv_lo12_s_rela() local
191 s32 hi20; in apply_r_riscv_got_hi20_rela() local
213 u32 hi20, lo12; in apply_r_riscv_call_plt_rela() local
239 u32 hi20, lo12; in apply_r_riscv_call_rela() local
382 s32 hi20, lo12; in apply_relocate_add() local
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dmodule.h80 u32 hi20 = (offset + 0x800) & 0xfffff000; in emit_plt_entry() local