Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/kvm/include/riscv/
Dprocessor.h63 struct ex_regs { struct
64 unsigned long ra;
65 unsigned long sp;
66 unsigned long gp;
67 unsigned long tp;
68 unsigned long t0;
69 unsigned long t1;
70 unsigned long t2;
71 unsigned long s0;
72 unsigned long s1;
[all …]
/linux-6.14.4/tools/testing/selftests/kvm/include/arm64/
Dprocessor.h69 struct ex_regs { struct
70 u64 regs[31];
71 u64 sp;
72 u64 pc;
73 u64 pstate;
/linux-6.14.4/tools/testing/selftests/kvm/include/x86/
Dprocessor.h1146 struct ex_regs { struct
1147 uint64_t rax, rcx, rdx, rbx;
1148 uint64_t rbp, rsi, rdi;
1172 void (*handler)(struct ex_regs *)); argument
/linux-6.14.4/tools/testing/selftests/kvm/lib/arm64/
Dprocessor.c505 void (*handler)(struct ex_regs *)) in vm_install_sync_handler()
516 void (*handler)(struct ex_regs *)) in vm_install_exception_handler()
/linux-6.14.4/tools/testing/selftests/kvm/lib/x86/
Dprocessor.c613 void (*handler)(struct ex_regs *)) in vm_install_exception_handler()