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.h119 typedef void(*handler_fn)(struct ex_regs *); typedef
121 int vector, handler_fn handler);
123 int vector, int ec, handler_fn handler);
/linux/kernel/irq/
A Dmanage.c1259 irqreturn_t (*handler_fn)(struct irq_desc *desc, in irq_thread() local
1266 handler_fn = irq_forced_thread_fn; in irq_thread()
1268 handler_fn = irq_thread_fn; in irq_thread()
1280 action_ret = handler_fn(desc, action); in irq_thread()
/linux/tools/testing/selftests/kvm/lib/aarch64/
A Dprocessor.c359 handler_fn exception_handlers[VECTOR_NUM][ESR_EC_NUM];

Completed in 14 milliseconds