Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/loongarch/
H A Dprocessor.h175 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 Dprocessor.h176 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 Dirq-sifive-plic.c774 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 Dexternal_aborts.c32 handler_fn dabt_handler) in vm_create_with_dabt_handler()
/linux/kernel/irq/
H A Dmanage.c1249 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 Dprocessor.c217 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 Dprocessor.c494 handler_fn exception_handlers[VECTOR_NUM][ESR_ELx_EC_MAX + 1]; in assert_on_unhandled_exception()