Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm_host.h48 uint64_t vmm_get_host_cr0(void);
H A Dvmm_host.c111 vmm_get_host_cr0(void) in vmm_get_host_cr0() function
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c372 cr0 = vmm_get_host_cr0(); in vmcs_init()