Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dmodule.h19 struct orc_entry *orc_unwind; member
/arch/loongarch/kernel/
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()
/arch/loongarch/include/asm/
A Dmodule.h28 struct orc_entry *orc_unwind; member
/arch/x86/kernel/
A Dunwind_orc.c118 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip) in orc_module_find()
120 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find()
312 mod->arch.orc_unwind = orc; in unwind_module_init()

Completed in 8 milliseconds