Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dmodule.h11 int *orc_unwind_ip; member
/linux/arch/x86/kernel/
A Dunwind_orc.c68 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip) in orc_module_find()
70 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find()
260 mod->arch.orc_unwind_ip = orc_ip; in unwind_module_init()
/linux/include/asm-generic/
A Dvmlinux.lds.h861 .orc_unwind_ip : AT(ADDR(.orc_unwind_ip) - LOAD_OFFSET) { \
863 KEEP(*(.orc_unwind_ip)) \
/linux/Documentation/x86/
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
150 make the searchable part of the data (.orc_unwind_ip) more compact. The

Completed in 12 milliseconds