| /linux/tools/testing/selftests/kvm/include/loongarch/ |
| H A D | processor.h | 159 struct ex_regs { struct 167 #define PC_OFFSET_EXREGS offsetof(struct ex_regs, pc) argument 168 #define ESTAT_OFFSET_EXREGS offsetof(struct ex_regs, estat) 169 #define BADV_OFFSET_EXREGS offsetof(struct ex_regs, badv) 170 #define PRMD_OFFSET_EXREGS offsetof(struct ex_regs, prmd) 171 #define EXREGS_SIZE sizeof(struct ex_regs) 175 typedef void(*handler_fn)(struct ex_regs *);
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H 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() 253 static void expect_sea_s1ptw_handler(struct ex_regs *regs) in expect_sea_s1ptw_handler()
|
| H 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()
|
| H A D | no-vgic-v3.c | 112 static void guest_undef_handler(struct ex_regs *regs) in guest_undef_handler()
|
| H 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()
|
| H A D | sea_to_user.c | 157 static void expect_sea_handler(struct ex_regs *regs) in expect_sea_handler()
|
| H A D | vgic_lpi_stress.c | 52 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler()
|
| H A D | vgic_irq.c | 217 static void CAT(PREFIX, CAT(split, lev))(struct ex_regs *regs) \ 227 static void (*guest_irq_handlers[2][2])(struct ex_regs *) = {
|
| H A D | vpmu_counter_access.c | 292 static void guest_sync_handler(struct ex_regs *regs) in guest_sync_handler()
|
| H A D | arch_timer_edge_cases.c | 145 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler()
|
| /linux/tools/testing/selftests/kvm/include/arm64/ |
| H A D | processor.h | 130 struct ex_regs { struct 172 typedef void(*handler_fn)(struct ex_regs *);
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | vmx_exception_with_invalid_guest_state.c | 13 static void guest_ud_handler(struct ex_regs *regs) in guest_ud_handler()
|
| H 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()
|
| H A D | hyperv_ipi.c | 72 static void guest_ipi_handler(struct ex_regs *regs) in guest_ipi_handler()
|
| H A D | xapic_ipi_test.c | 120 static void guest_ipi_handler(struct ex_regs *regs) in guest_ipi_handler()
|
| H A D | pmu_event_filter_test.c | 67 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler()
|
| H A D | xen_shinfo_test.c | 171 static void evtchn_handler(struct ex_regs *regs) in evtchn_handler()
|
| /linux/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | processor.c | 507 void route_exception(struct ex_regs *regs, int vector) in route_exception() 549 void (*handler)(struct ex_regs *)) in vm_install_sync_handler() argument 560 void (*handler)(struct ex_regs *)) in vm_install_exception_handler() argument
|
| /linux/tools/testing/selftests/kvm/loongarch/ |
| H A D | arch_timer.c | 27 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 588 static bool kvm_fixup_exception(struct ex_regs *regs) in kvm_fixup_exception() 602 void route_exception(struct ex_regs *regs) in route_exception() 604 typedef void(*handler)(struct ex_regs *); in route_exception() 647 void (*handler)(struct ex_regs *)) in vm_install_exception_handler() argument
|
| /linux/tools/testing/selftests/kvm/lib/loongarch/ |
| H A D | processor.c | 186 void route_exception(struct ex_regs *regs) in route_exception()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 1161 struct ex_regs { struct 1187 void (*handler)(struct ex_regs *)); argument
|