Lines Matching full:vmcs
17 static struct kvm_context __percpu *vmcs; variable
200 context = per_cpu_ptr(vcpu->kvm->arch.vmcs, cpu); in kvm_update_vpid()
229 context = per_cpu_ptr(vcpu->kvm->arch.vmcs, cpu); in kvm_check_vpid()
254 kvm->arch.vmcs = vmcs; in kvm_init_vmcs()
319 vmcs = alloc_percpu(struct kvm_context); in kvm_loongarch_env_init()
320 if (!vmcs) { in kvm_loongarch_env_init()
327 free_percpu(vmcs); in kvm_loongarch_env_init()
328 vmcs = NULL; in kvm_loongarch_env_init()
343 free_percpu(vmcs); in kvm_loongarch_env_init()
344 vmcs = NULL; in kvm_loongarch_env_init()
363 context = per_cpu_ptr(vmcs, cpu); in kvm_loongarch_env_init()
377 if (vmcs) in kvm_loongarch_env_exit()
378 free_percpu(vmcs); in kvm_loongarch_env_exit()