Home
last modified time | relevance | path

Searched defs:ex_regs (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/include/loongarch/
H A Dprocessor.h122 struct ex_regs { struct
129 #define PC_OFFSET_EXREGS offsetof(struct ex_regs, pc) argument
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1154 struct ex_regs { struct
1155 uint64_t rax, rcx, rdx, rbx;
1156 uint64_t rbp, rsi, rdi;
1180 void (*handler)(struct ex_regs *)); argument
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h130 struct ex_regs { struct
131 u64 regs[31];
132 u64 sp;
133 u64 pc;
134 u64 pstate;
/linux/tools/testing/selftests/kvm/lib/arm64/
H A Dprocessor.c513 void (*handler)(struct ex_regs *)) in vm_install_sync_handler()
524 void (*handler)(struct ex_regs *)) in vm_install_exception_handler()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c613 void (*handler)(struct ex_regs *)) in vm_install_exception_handler()