Searched refs:vmm_get_host_cr4 (Results 1 – 3 of 3) sorted by relevance
47 uint64_t vmm_get_host_cr4(void);
113 vmm_get_host_cr4(void) in vmm_get_host_cr4() function
374 cr4 = vmm_get_host_cr4() | CR4_VMXE; in vmcs_init()