Searched defs:ex_regs (Results 1 – 5 of 5) sorted by relevance
| /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
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 1177 struct ex_regs { struct 1178 uint64_t rax, rcx, rdx, rbx; 1179 uint64_t rbp, rsi, rdi; 1203 void (*handler)(struct ex_regs *)); argument
|
| /linux/tools/testing/selftests/kvm/include/arm64/ |
| H A D | processor.h | 134 struct ex_regs { argument 130 struct ex_regs { global() struct 131 regsex_regs global() argument 132 spex_regs global() argument 133 pcex_regs global() argument
|
| /linux/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | processor.c | 549 vm_install_sync_handler(struct kvm_vm * vm,int vector,int ec,void (* handler)(struct ex_regs *)) vm_install_sync_handler() argument 560 vm_install_exception_handler(struct kvm_vm * vm,int vector,void (* handler)(struct ex_regs *)) vm_install_exception_handler() argument
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 769 void (*handler)(struct ex_regs *)) in vm_install_exception_handler()
|