Home
last modified time | relevance | path

Searched defs:vm_exception (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm64/include/
H A Dvmm_dev.h81 struct vm_exception { struct
82 int cpuid;
83 uint64_t esr;
84 uint64_t far;
/freebsd/sys/amd64/include/
H A Dvmm_dev.h91 struct vm_exception { struct
92 int cpuid;
93 int vector;
94 uint32_t error_code;
95 int error_code_valid;
96 int restart_instruction;
/freebsd/sys/riscv/include/
H A Dvmm_dev.h88 struct vm_exception { struct
89 int cpuid;
90 uint64_t scause;