Searched refs:enlightened_vmcs (Results 1 – 3 of 3) sorted by relevance
119 vmx->enlightened_vmcs = (void *)vm_vaddr_alloc(vm, getpagesize(), in vcpu_alloc_vmx()122 addr_gva2hva(vm, (uintptr_t)vmx->enlightened_vmcs); in vcpu_alloc_vmx()124 addr_gva2gpa(vm, (uintptr_t)vmx->enlightened_vmcs); in vcpu_alloc_vmx()192 vmx->enlightened_vmcs)) in load_vmcs()
571 void *enlightened_vmcs; member
456 static bool __read_mostly enlightened_vmcs = true; variable457 module_param(enlightened_vmcs, bool, 0444);7960 if (enlightened_vmcs && in vmx_init()7969 enlightened_vmcs = false; in vmx_init()7974 if (enlightened_vmcs) { in vmx_init()7984 enlightened_vmcs = false; in vmx_init()