Searched refs:orc_unwind_ip (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dmodule.h11 int *orc_unwind_ip; member in struct:mod_arch_specific
/linux-master/arch/loongarch/include/asm/
H A Dmodule.h27 int *orc_unwind_ip; member in struct:mod_arch_specific
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c93 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip)
96 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, mod->arch.num_orcs, ip);
208 /* Swap the .orc_unwind_ip entries: */
255 * associate an .orc_unwind_ip table entry with its corresponding
264 mod->arch.orc_unwind_ip = orc_ip;
286 * Note, the orc_unwind and orc_unwind_ip tables were already
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c118 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip)
120 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind,
256 /* Swap the .orc_unwind_ip entries: */
302 * associate an .orc_unwind_ip table entry with its corresponding
311 mod->arch.orc_unwind_ip = orc_ip;
333 * Note, the orc_unwind and orc_unwind_ip tables were already
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h833 .orc_unwind_ip : AT(ADDR(.orc_unwind_ip) - LOAD_OFFSET) { \
834 BOUNDED_SECTION_BY(.orc_unwind_ip, _orc_unwind_ip) \

Completed in 161 milliseconds