Searched refs:guest_irq_handler (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | arch_timer.c | 18 static void guest_irq_handler(struct pt_regs *regs) in guest_irq_handler() function 90 vm_install_interrupt_handler(vm, guest_irq_handler); in test_vm_create()
|
| H A D | sbi_pmu_test.c | 159 static void guest_irq_handler(struct pt_regs *regs) in guest_irq_handler() function 648 vm_install_interrupt_handler(vm, guest_irq_handler); in test_vm_events_overflow()
|
| /linux/tools/testing/selftests/kvm/loongarch/ |
| H A D | pmu_test.c | 104 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler() function 167 vm_install_exception_handler(vm, EXCCODE_INT, guest_irq_handler); in main()
|
| H A D | arch_timer.c | 27 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler() function 189 vm_install_exception_handler(vm, EXCCODE_INT, guest_irq_handler); in test_vm_create()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_v5.c | 30 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler() function 116 vm_install_exception_handler(v.vm, VECTOR_IRQ_CURRENT, guest_irq_handler); in test_vgic_v5_ppis()
|
| H A D | arch_timer.c | 105 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler() function 188 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, guest_irq_handler); in test_vm_create()
|
| H A D | vgic_lpi_stress.c | 52 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler() function 348 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, guest_irq_handler); in setup_vm()
|
| H A D | arch_timer_edge_cases.c | 145 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler() function 943 guest_irq_handler); in test_vm_create()
|