Home
last modified time | relevance | path

Searched refs:offset_hi20 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dmodule.c317 s32 offset_hi20 = (void *)((v + 0x800) & ~0xfff) - in apply_r_larch_pcala() local
319 Elf_Addr anchor = (((Elf_Addr)location) & ~0xfff) + offset_hi20; in apply_r_larch_pcala()
327 v = offset_hi20 >> 12; in apply_r_larch_pcala()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dmodule.c328 s32 offset_hi20 = (void *)((v + 0x800) & ~0xfff) - in apply_r_larch_pcala() local
330 Elf_Addr anchor = (((Elf_Addr)location) & ~0xfff) + offset_hi20; in apply_r_larch_pcala()
338 v = offset_hi20 >> 12; in apply_r_larch_pcala()

Completed in 2 milliseconds