Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/aarch64/
A Dprocessor.h128 typedef void(*handler_fn)(struct ex_regs *); typedef
130 int vector, handler_fn handler);
132 int vector, int ec, handler_fn handler);
/linux/kernel/irq/
A Dmanage.c1305 irqreturn_t (*handler_fn)(struct irq_desc *desc, in irq_thread() local
1314 handler_fn = irq_forced_thread_fn; in irq_thread()
1316 handler_fn = irq_thread_fn; in irq_thread()
1324 action_ret = handler_fn(desc, action); in irq_thread()
/linux/tools/testing/selftests/kvm/lib/aarch64/
A Dprocessor.c453 handler_fn exception_handlers[VECTOR_NUM][ESR_EC_NUM];

Completed in 12 milliseconds