Home
last modified time | relevance | path

Searched refs:ex_handler_t (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dextable.h41 typedef bool (*ex_handler_t)(const struct exception_table_entry *, typedef
44 static inline ex_handler_t
49 return (ex_handler_t)((unsigned long)&x->handler + x->handler); in ex_fixup_handler()
55 ex_handler_t handler = ex_fixup_handler(x); in ex_handle()
/kernel/linux/linux-5.10/arch/x86/mm/
Dextable.c12 typedef bool (*ex_handler_t)(const struct exception_table_entry *, typedef
21 static inline ex_handler_t
24 return (ex_handler_t)((unsigned long)&x->handler + x->handler); in ex_fixup_handler()
144 ex_handler_t handler; in ex_get_fault_handler_type()
162 ex_handler_t handler; in fixup_exception()