Searched refs:handler_fn (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/loongarch/ |
| H A D | processor.h | 175 typedef void(*handler_fn)(struct ex_regs *); typedef 178 handler_fn exception_handlers[VECTOR_NUM]; 182 void vm_install_exception_handler(struct kvm_vm *vm, int vector, handler_fn handler);
|
| /linux/tools/testing/selftests/kvm/include/arm64/ |
| H A D | processor.h | 176 typedef void(*handler_fn)(struct ex_regs *); 178 int vector, handler_fn handler); 180 int vector, int ec, handler_fn handler); 172 typedef void(*handler_fn)(struct ex_regs *); global() typedef
|
| /linux/drivers/irqchip/ |
| H A D | irq-sifive-plic.c | 774 void (*handler_fn)(struct irq_desc *) = plic_handle_irq; in plic_probe() local 777 handler_fn = plic_handle_irq_cp100; in plic_probe() 784 irq_set_chained_handler(plic_parent_irq, handler_fn); in plic_probe()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | external_aborts.c | 32 handler_fn dabt_handler) in vm_create_with_dabt_handler()
|
| /linux/kernel/irq/ |
| H A D | manage.c | 1249 irqreturn_t (*handler_fn)(struct irq_desc *desc, in irq_thread() local 1261 handler_fn = irq_forced_thread_fn; in irq_thread() 1263 handler_fn = irq_thread_fn; in irq_thread() 1271 action_ret = handler_fn(desc, action); in irq_thread()
|
| /linux/tools/testing/selftests/kvm/lib/loongarch/ |
| H A D | processor.c | 217 void vm_install_exception_handler(struct kvm_vm *vm, int vector, handler_fn handler) in vm_install_exception_handler()
|
| /linux/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | processor.c | 494 handler_fn exception_handlers[VECTOR_NUM][ESR_ELx_EC_MAX + 1]; in assert_on_unhandled_exception()
|