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

/linux-master/arch/x86/include/asm/
H A Dmodule.h12 struct orc_entry *orc_unwind; member in struct:mod_arch_specific
/linux-master/arch/loongarch/include/asm/
H A Dmodule.h28 struct orc_entry *orc_unwind; 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);
213 /* Swap the corresponding .orc_unwind entries: */
256 * .orc_unwind entry so they can both be swapped.
265 mod->arch.orc_unwind = orc;
281 orc_warn("WARNING: Bad or missing .orc_unwind table. Disabling unwinder.\n");
286 * Note, the orc_unwind and orc_unwind_ip tables were already
297 orc_warn("WARNING: Corrupt .orc_unwind table. Disabling unwinder.\n");
307 orc_warn("WARNING: Corrupt .orc_unwind table. Disabling unwinder.\n");
504 orc_warn("unknown .orc_unwind entr
[all...]
/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,
261 /* Swap the corresponding .orc_unwind entries: */
303 * .orc_unwind entry so they can both be swapped.
312 mod->arch.orc_unwind = orc;
328 orc_warn("WARNING: Bad or missing .orc_unwind table. Disabling unwinder.\n");
333 * Note, the orc_unwind and orc_unwind_ip tables were already
345 orc_warn("WARNING: Corrupt .orc_unwind table. Disabling unwinder.\n");
356 orc_warn("WARNING: Corrupt .orc_unwind table. Disabling unwinder.\n");
635 orc_warn("unknown .orc_unwind entr
[all...]
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h837 .orc_unwind : AT(ADDR(.orc_unwind) - LOAD_OFFSET) { \
838 BOUNDED_SECTION_BY(.orc_unwind, _orc_unwind) \

Completed in 116 milliseconds