Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/
H A Dvmm_host.h46 uint64_t vmm_get_host_cr0(void);
H A Dvmm_host.c106 vmm_get_host_cr0(void) in vmm_get_host_cr0() function
/freebsd/sys/amd64/vmm/intel/
H A Dvmcs.c370 cr0 = vmm_get_host_cr0(); in vmcs_init()