| /tools/testing/selftests/kvm/include/loongarch/ |
| A D | processor.h | 122 struct ex_regs { struct 129 #define PC_OFFSET_EXREGS offsetof(struct ex_regs, pc) argument 130 #define ESTAT_OFFSET_EXREGS offsetof(struct ex_regs, estat) 131 #define BADV_OFFSET_EXREGS offsetof(struct ex_regs, badv) 132 #define EXREGS_SIZE sizeof(struct ex_regs)
|
| /tools/testing/selftests/kvm/x86/ |
| A D | svm_int_ctl_test.c | 22 static void vintr_irq_handler(struct ex_regs *regs) in vintr_irq_handler() 27 static void intr_irq_handler(struct ex_regs *regs) in intr_irq_handler()
|
| A D | svm_nested_soft_inject_test.c | 25 static void guest_bp_handler(struct ex_regs *regs) in guest_bp_handler() 33 static void guest_int_handler(struct ex_regs *regs) in guest_int_handler() 61 static void guest_nmi_handler(struct ex_regs *regs) in guest_nmi_handler()
|
| A D | vmx_exception_with_invalid_guest_state.c | 13 static void guest_ud_handler(struct ex_regs *regs) in guest_ud_handler()
|
| A D | ucna_injection_test.c | 123 static void guest_cmci_handler(struct ex_regs *regs) in guest_cmci_handler() 130 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler()
|
| A D | hyperv_evmcs.c | 23 static void guest_ud_handler(struct ex_regs *regs) in guest_ud_handler() 29 static void guest_nmi_handler(struct ex_regs *regs) in guest_nmi_handler()
|
| A D | fix_hypercall_test.c | 23 static void guest_ud_handler(struct ex_regs *regs) in guest_ud_handler()
|
| A D | userspace_msr_exit_test.c | 355 static void __guest_gp_handler(struct ex_regs *regs, in __guest_gp_handler() 372 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler() 378 static void guest_fep_gp_handler(struct ex_regs *regs) in guest_fep_gp_handler()
|
| A D | amx_test.c | 180 void guest_nm_handler(struct ex_regs *regs) in guest_nm_handler()
|
| A D | hyperv_ipi.c | 72 static void guest_ipi_handler(struct ex_regs *regs) in guest_ipi_handler()
|
| A D | xapic_ipi_test.c | 120 static void guest_ipi_handler(struct ex_regs *regs) in guest_ipi_handler()
|
| A D | pmu_event_filter_test.c | 67 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler()
|
| /tools/testing/selftests/kvm/arm64/ |
| A D | external_aborts.c | 15 static void expect_sea_handler(struct ex_regs *regs) in expect_sea_handler() 26 static void unexpected_dabt_handler(struct ex_regs *regs) in unexpected_dabt_handler() 191 static void unexpected_serror_handler(struct ex_regs *regs) in unexpected_serror_handler() 218 static void expect_serror_handler(struct ex_regs *regs) in expect_serror_handler()
|
| A D | debug-exceptions.c | 347 static void guest_sw_bp_handler(struct ex_regs *regs) in guest_sw_bp_handler() 353 static void guest_hw_bp_handler(struct ex_regs *regs) in guest_hw_bp_handler() 359 static void guest_wp_handler(struct ex_regs *regs) in guest_wp_handler() 366 static void guest_ss_handler(struct ex_regs *regs) in guest_ss_handler() 373 static void guest_svc_handler(struct ex_regs *regs) in guest_svc_handler()
|
| A D | no-vgic-v3.c | 112 static void guest_undef_handler(struct ex_regs *regs) in guest_undef_handler()
|
| A D | arch_timer.c | 105 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler()
|
| A D | page_fault_test.c | 58 void (*dabt_handler)(struct ex_regs *regs); 59 void (*iabt_handler)(struct ex_regs *regs); 292 static void no_dabt_handler(struct ex_regs *regs) in no_dabt_handler() 297 static void no_iabt_handler(struct ex_regs *regs) in no_iabt_handler()
|
| A D | vgic_irq.c | 216 static void CAT(PREFIX, CAT(split, lev))(struct ex_regs *regs) \ 226 static void (*guest_irq_handlers[2][2])(struct ex_regs *) = {
|
| A D | vgic_lpi_stress.c | 52 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler()
|
| A D | vpmu_counter_access.c | 298 static void guest_sync_handler(struct ex_regs *regs) in guest_sync_handler()
|
| /tools/testing/selftests/kvm/include/arm64/ |
| A D | processor.h | 130 struct ex_regs { struct 172 typedef void(*handler_fn)(struct ex_regs *);
|
| /tools/testing/selftests/kvm/lib/arm64/ |
| A D | processor.c | 471 void route_exception(struct ex_regs *regs, int vector) in route_exception() 513 void (*handler)(struct ex_regs *)) in vm_install_sync_handler() argument 524 void (*handler)(struct ex_regs *)) in vm_install_exception_handler() argument
|
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | processor.c | 554 static bool kvm_fixup_exception(struct ex_regs *regs) in kvm_fixup_exception() 568 void route_exception(struct ex_regs *regs) in route_exception() 570 typedef void(*handler)(struct ex_regs *); in route_exception() 613 void (*handler)(struct ex_regs *)) in vm_install_exception_handler() argument
|
| /tools/testing/selftests/kvm/lib/loongarch/ |
| A D | processor.c | 184 void route_exception(struct ex_regs *regs) in route_exception()
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | processor.h | 1154 struct ex_regs { struct 1180 void (*handler)(struct ex_regs *)); argument
|