Home
last modified time | relevance | path

Searched refs:ex_regs (Results 1 – 20 of 20) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dsvm_nested_soft_inject_test.c
H A Dsvm_int_ctl_test.c
H A Ducna_injection_test.c
H A Dhyperv_evmcs.c
H A Dvmx_exception_with_invalid_guest_state.c
H A Dfix_hypercall_test.c
H A Duserspace_msr_exit_test.c
H A Dhyperv_ipi.c
H A Dxapic_ipi_test.c
H A Dpmu_event_filter_test.c
H A Dxen_shinfo_test.c
/linux/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h63 struct ex_regs { struct
104 typedef void(*exception_handler_fn)(struct ex_regs *); argument
/linux/tools/testing/selftests/kvm/riscv/
H A Debreak_test.c30 static void guest_breakpoint_handler(struct ex_regs *regs) in guest_breakpoint_handler()
H A Darch_timer.c18 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler()
H A Dsbi_pmu_test.c125 static void guest_illegal_exception_handler(struct ex_regs *regs) in guest_illegal_exception_handler()
135 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler()
/linux/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c
H A Dvgic_irq.c
H A Dvgic_lpi_stress.c
H A Darch_timer_edge_cases.c
/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c405 void route_exception(struct ex_regs *regs) in route_exception()