Searched refs:ex_regs (Results 1 - 24 of 24) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsvm_int_ctl_test.c22 static void vintr_irq_handler(struct ex_regs *regs)
27 static void intr_irq_handler(struct ex_regs *regs)
H A Dsvm_nested_soft_inject_test.c25 static void guest_bp_handler(struct ex_regs *regs)
33 static void guest_int_handler(struct ex_regs *regs)
61 static void guest_nmi_handler(struct ex_regs *regs)
H A Dvmx_exception_with_invalid_guest_state.c13 static void guest_ud_handler(struct ex_regs *regs)
H A Dfix_hypercall_test.c23 static void guest_ud_handler(struct ex_regs *regs)
H A Dhyperv_evmcs.c24 static void guest_ud_handler(struct ex_regs *regs)
30 static void guest_nmi_handler(struct ex_regs *regs)
H A Ducna_injection_test.c126 static void guest_cmci_handler(struct ex_regs *regs)
133 static void guest_gp_handler(struct ex_regs *regs)
H A Duserspace_msr_exit_test.c353 static void __guest_gp_handler(struct ex_regs *regs,
370 static void guest_gp_handler(struct ex_regs *regs)
376 static void guest_fep_gp_handler(struct ex_regs *regs)
H A Damx_test.c197 void guest_nm_handler(struct ex_regs *regs)
H A Dhyperv_ipi.c72 static void guest_ipi_handler(struct ex_regs *regs)
H A Dxapic_ipi_test.c121 static void guest_ipi_handler(struct ex_regs *regs)
H A Dpmu_event_filter_test.c70 static void guest_gp_handler(struct ex_regs *regs)
H A Dxen_shinfo_test.c171 static void evtchn_handler(struct ex_regs *regs)
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h67 struct ex_regs { struct
128 typedef void(*handler_fn)(struct ex_regs *);
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h53 struct ex_regs { struct
94 typedef void(*exception_handler_fn)(struct ex_regs *);
/linux-master/tools/testing/selftests/kvm/riscv/
H A Darch_timer.c20 static void guest_irq_handler(struct ex_regs *regs)
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c347 static void guest_sw_bp_handler(struct ex_regs *regs)
353 static void guest_hw_bp_handler(struct ex_regs *regs)
359 static void guest_wp_handler(struct ex_regs *regs)
366 static void guest_ss_handler(struct ex_regs *regs)
373 static void guest_svc_handler(struct ex_regs *regs)
H A Darch_timer.c109 static void guest_irq_handler(struct ex_regs *regs)
H A Dpage_fault_test.c59 void (*dabt_handler)(struct ex_regs *regs);
60 void (*iabt_handler)(struct ex_regs *regs);
293 static void no_dabt_handler(struct ex_regs *regs)
298 static void no_iabt_handler(struct ex_regs *regs)
H A Dvgic_irq.c222 static void CAT(PREFIX, CAT(split, lev))(struct ex_regs *regs) \
232 static void (*guest_irq_handlers[2][2])(struct ex_regs *) = {
H A Dvpmu_counter_access.c298 static void guest_sync_handler(struct ex_regs *regs)
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c461 void route_exception(struct ex_regs *regs, int vector)
503 void (*handler)(struct ex_regs *))
514 void (*handler)(struct ex_regs *))
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1109 static bool kvm_fixup_exception(struct ex_regs *regs)
1123 void route_exception(struct ex_regs *regs)
1125 typedef void(*handler)(struct ex_regs *);
1171 void (*handler)(struct ex_regs *))
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c404 void route_exception(struct ex_regs *regs)
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1117 struct ex_regs { struct
1145 void (*handler)(struct ex_regs *));

Completed in 788 milliseconds