Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm_host.h49 uint64_t vmm_get_host_cr4(void);
H A Dvmm_host.c118 vmm_get_host_cr4(void) in vmm_get_host_cr4() function
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c376 cr4 = vmm_get_host_cr4() | CR4_VMXE; in vmcs_init()