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.h74 struct vm_exception { struct
75 int cpuid;
76 uint64_t esr;
77 uint64_t far;
/freebsd/sys/amd64/include/
H A Dvmm_dev.h84 struct vm_exception { struct
85 int cpuid;
86 int vector;
87 uint32_t error_code;
88 int error_code_valid;
89 int restart_instruction;
/freebsd/sys/riscv/include/
H A Dvmm_dev.h81 struct vm_exception { struct
82 int cpuid;
83 uint64_t scause;