Home
last modified time | relevance | path

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

/trueos/sys/amd64/include/
HDvmm.h166 extern struct vmm_ops vmm_ops_intel;
/trueos/sys/amd64/vmm/
HDvmm.c301 ops = &vmm_ops_intel; in vmm_init()
/trueos/sys/amd64/vmm/intel/
HDvmx.c3382 struct vmm_ops vmm_ops_intel = { variable