Home
last modified time | relevance | path

Searched refs:vmm_ops_intel (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/amd64/include/
H A Dvmm.h223 extern const struct vmm_ops vmm_ops_intel;
/freebsd/sys/amd64/vmm/
H A Dvmm.c207 return (vmm_ops_intel.opname); \
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c4281 const struct vmm_ops vmm_ops_intel = { variable