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.h79 struct vm_exception { struct
80 int cpuid;
81 uint64_t esr;
82 uint64_t far;
/freebsd/sys/amd64/include/
H A Dvmm_dev.h89 struct vm_exception { struct
90 int cpuid;
91 int vector;
92 uint32_t error_code;
93 int error_code_valid;
94 int restart_instruction;
/freebsd/sys/riscv/include/
H A Dvmm_dev.h86 struct vm_exception { struct
87 int cpuid;
88 uint64_t scause;