Home
last modified time | relevance | path

Searched refs:handler_fn (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h127 typedef void(*handler_fn)(struct ex_regs *); typedef
129 int vector, handler_fn handler);
131 int vector, int ec, handler_fn handler);
/kernel/linux/linux-5.10/kernel/irq/
H A Dmanage.c1199 irqreturn_t (*handler_fn)(struct irq_desc *desc, in irq_thread()
1206 handler_fn = irq_forced_thread_fn; in irq_thread()
1208 handler_fn = irq_thread_fn; in irq_thread()
1220 action_ret = handler_fn(desc, action); in irq_thread()
/kernel/linux/linux-6.6/kernel/irq/
H A Dmanage.c1299 irqreturn_t (*handler_fn)(struct irq_desc *desc, in irq_thread()
1308 handler_fn = irq_forced_thread_fn; in irq_thread()
1310 handler_fn = irq_thread_fn; in irq_thread()
1322 action_ret = handler_fn(desc, action); in irq_thread()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c418 handler_fn exception_handlers[VECTOR_NUM][ESR_EC_NUM];

Completed in 9 milliseconds