Home
last modified time | relevance | path

Searched refs:orc_unwind (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmodule.h19 struct orc_entry *orc_unwind; member
/linux/arch/loongarch/kernel/
H A Dunwind_orc.c94 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip) in orc_module_find()
97 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, mod->arch.num_orcs, ip); in orc_module_find()
266 mod->arch.orc_unwind = orc; in unwind_module_init()
/linux/arch/x86/kernel/
H A Dunwind_orc.c119 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip) in orc_module_find()
121 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find()
328 mod->arch.orc_unwind = orc; in unwind_module_init()
/linux/arch/loongarch/include/asm/
H A Dmodule.h28 struct orc_entry *orc_unwind; member
/linux/Documentation/arch/x86/
H A Dorc-unwinder.rst21 information to the .orc_unwind and .orc_unwind_ip sections.
146 structs, and writes them to the .orc_unwind and .orc_unwind_ip sections
155 with a range of indices for the .orc_unwind table, so that only a small
/linux/include/asm-generic/
H A Dvmlinux.lds.h877 .orc_unwind : AT(ADDR(.orc_unwind) - LOAD_OFFSET) { \
878 BOUNDED_SECTION_BY(.orc_unwind, _orc_unwind) \