Searched defs:orc_ip_size (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/um/include/asm/ |
D | unwind.h | 5 unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, in unwind_module_init()
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | unwind_orc.c | 242 void unwind_module_init(struct module *mod, void *_orc_ip, size_t orc_ip_size, in unwind_module_init() 274 size_t orc_ip_size = (void *)__stop_orc_unwind_ip - (void *)__start_orc_unwind_ip; in unwind_init() local
|
/linux-6.12.1/arch/x86/kernel/ |
D | unwind_orc.c | 289 void unwind_module_init(struct module *mod, void *_orc_ip, size_t orc_ip_size, in unwind_module_init() 319 size_t orc_ip_size = (void *)__stop_orc_unwind_ip - (void *)__start_orc_unwind_ip; in unwind_init() local
|
/linux-6.12.1/scripts/ |
D | sorttable.h | 140 unsigned int *orc_ip_size = (unsigned int *)arg; in sort_orctable() local 292 unsigned int orc_ip_size = 0; in do_sort() local
|
/linux-6.12.1/arch/s390/include/asm/ |
D | unwind.h | 95 size_t orc_ip_size, void *orc, in unwind_module_init()
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | unwind.h | 95 static inline void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *o… in unwind_module_init()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | unwind.h | 102 void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, in unwind_module_init()
|