Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/aarch64/
A Ddebug-exceptions.c158 static void guest_sw_bp_handler(struct ex_regs *regs) in guest_sw_bp_handler()
164 static void guest_hw_bp_handler(struct ex_regs *regs) in guest_hw_bp_handler()
170 static void guest_wp_handler(struct ex_regs *regs) in guest_wp_handler()
177 static void guest_ss_handler(struct ex_regs *regs) in guest_ss_handler()
184 static void guest_svc_handler(struct ex_regs *regs) in guest_svc_handler()
A Darch_timer.c158 static void guest_irq_handler(struct ex_regs *regs) in guest_irq_handler()
/linux/tools/testing/selftests/kvm/x86_64/
A Dsvm_int_ctl_test.c26 static void vintr_irq_handler(struct ex_regs *regs) in vintr_irq_handler()
31 static void intr_irq_handler(struct ex_regs *regs) in intr_irq_handler()
A Devmcs_test.c25 static void guest_ud_handler(struct ex_regs *regs) in guest_ud_handler()
31 static void guest_nmi_handler(struct ex_regs *regs) in guest_nmi_handler()
A Duserspace_msr_exit_test.c363 static void __guest_gp_handler(struct ex_regs *regs, in __guest_gp_handler()
380 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler()
386 static void guest_fep_gp_handler(struct ex_regs *regs) in guest_fep_gp_handler()
392 static void guest_ud_handler(struct ex_regs *regs) in guest_ud_handler()
A Dmmu_role_test.c18 static void guest_pf_handler(struct ex_regs *regs) in guest_pf_handler()
A Dkvm_pv_test.c47 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler()
A Dhyperv_features.c67 static void guest_gp_handler(struct ex_regs *regs) in guest_gp_handler()
84 static void guest_ud_handler(struct ex_regs *regs) in guest_ud_handler()
A Dxen_shinfo_test.c81 static void evtchn_handler(struct ex_regs *regs) in evtchn_handler()
A Dxapic_ipi_test.c125 static void guest_ipi_handler(struct ex_regs *regs) in guest_ipi_handler()
/linux/tools/testing/selftests/kvm/include/aarch64/
A Dprocessor.h70 struct ex_regs { struct
119 typedef void(*handler_fn)(struct ex_regs *);
/linux/tools/testing/selftests/kvm/lib/aarch64/
A Dprocessor.c369 void route_exception(struct ex_regs *regs, int vector) in route_exception()
411 void (*handler)(struct ex_regs *)) in vm_install_sync_handler() argument
422 void (*handler)(struct ex_regs *)) in vm_install_exception_handler() argument
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h383 struct ex_regs { struct
398 void (*handler)(struct ex_regs *)); argument
/linux/tools/testing/selftests/kvm/lib/x86_64/
A Dprocessor.c1280 void route_exception(struct ex_regs *regs) in route_exception()
1282 typedef void(*handler)(struct ex_regs *); in route_exception()
1321 void (*handler)(struct ex_regs *)) in vm_install_exception_handler() argument

Completed in 22 milliseconds