Searched refs:orc_unwind_ip (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | module.h | 11 int *orc_unwind_ip; member
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | module.h | 11 int *orc_unwind_ip; member
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | unwind_orc.c | 87 if (!mod || !mod->arch.orc_unwind || !mod->arch.orc_unwind_ip) in orc_module_find() 89 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find() 168 /* Swap the .orc_unwind_ip entries: */ in orc_sort_swap() 216 * associate an .orc_unwind_ip table entry with its corresponding in unwind_module_init() 225 mod->arch.orc_unwind_ip = orc_ip; in unwind_module_init() 247 * Note, the orc_unwind and orc_unwind_ip tables were already in unwind_init()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | unwind_orc.c | 68 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() 208 /* Swap the .orc_unwind_ip entries: */ in orc_sort_swap() 256 * associate an .orc_unwind_ip table entry with its corresponding in unwind_module_init() 265 mod->arch.orc_unwind_ip = orc_ip; in unwind_module_init() 287 * Note, the orc_unwind and orc_unwind_ip tables were already in unwind_init()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | module.h | 26 int *orc_unwind_ip; member
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | unwind_orc.c | 118 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() 256 /* Swap the .orc_unwind_ip entries: */ in orc_sort_swap() 302 * associate an .orc_unwind_ip table entry with its corresponding in unwind_module_init() 311 mod->arch.orc_unwind_ip = orc_ip; in unwind_module_init() 333 * Note, the orc_unwind and orc_unwind_ip tables were already in unwind_init()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | vmlinux.lds.h | 896 .orc_unwind_ip : AT(ADDR(.orc_unwind_ip) - LOAD_OFFSET) { \ 898 KEEP(*(.orc_unwind_ip)) \
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | vmlinux.lds.h | 832 .orc_unwind_ip : AT(ADDR(.orc_unwind_ip) - LOAD_OFFSET) { \ 833 BOUNDED_SECTION_BY(.orc_unwind_ip, _orc_unwind_ip) \
|
Completed in 9 milliseconds