Searched defs:ex_regs (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 739 struct ex_regs { struct 740 uint64_t rax, rcx, rdx, rbx; 741 uint64_t rbp, rsi, rdi; 742 uint64_t r8, r9, r10, r11; 743 uint64_t r12, r13, r14, r15; 767 void (*handler)(struct ex_regs *)); argument
|
/Linux-v6.1/tools/testing/selftests/kvm/include/aarch64/ |
D | processor.h | 54 struct ex_regs { struct 55 u64 regs[31]; 56 u64 sp; 57 u64 pc; 58 u64 pstate;
|
/Linux-v6.1/tools/testing/selftests/kvm/lib/aarch64/ |
D | processor.c | 438 void (*handler)(struct ex_regs *)) in vm_install_sync_handler() 449 void (*handler)(struct ex_regs *)) in vm_install_exception_handler()
|
/Linux-v6.1/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 1159 void (*handler)(struct ex_regs *)) in vm_install_exception_handler()
|