Home
last modified time | relevance | path

Searched defs:orc_ip_size (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/arch/um/include/asm/
Dunwind.h5 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/
Dunwind_orc.c242 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/
Dunwind_orc.c289 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/
Dsorttable.h140 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/
Dunwind.h95 size_t orc_ip_size, void *orc, in unwind_module_init()
/linux-6.12.1/arch/loongarch/include/asm/
Dunwind.h95 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/
Dunwind.h102 void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, in unwind_module_init()