Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h172 typedef void(*handler_fn)(struct ex_regs *); typedef
174 int vector, handler_fn handler);
176 int vector, int ec, handler_fn handler);
/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dmmio_abort.c31 handler_fn dabt_handler) in vm_create_with_dabt_handler()
/linux-6.15/kernel/irq/
H A Dmanage.c1300 irqreturn_t (*handler_fn)(struct irq_desc *desc, in irq_thread() local
1309 handler_fn = irq_forced_thread_fn; in irq_thread()
1311 handler_fn = irq_thread_fn; in irq_thread()
1319 action_ret = handler_fn(desc, action); in irq_thread()
/linux-6.15/tools/testing/selftests/kvm/lib/arm64/
H A Dprocessor.c461 handler_fn exception_handlers[VECTOR_NUM][ESR_ELx_EC_MAX + 1];