Lines Matching full:vmcs
19 static struct kvm_context __percpu *vmcs; variable
202 context = per_cpu_ptr(vcpu->kvm->arch.vmcs, cpu); in kvm_update_vpid()
231 context = per_cpu_ptr(vcpu->kvm->arch.vmcs, cpu); in kvm_check_vpid()
275 kvm->arch.vmcs = vmcs; in kvm_init_vmcs()
325 this_cpu_ptr(vmcs)->last_vcpu = NULL; in kvm_arch_enable_virtualization_cpu()
347 vmcs = alloc_percpu(struct kvm_context); in kvm_loongarch_env_init()
348 if (!vmcs) { in kvm_loongarch_env_init()
355 free_percpu(vmcs); in kvm_loongarch_env_init()
356 vmcs = NULL; in kvm_loongarch_env_init()
371 free_percpu(vmcs); in kvm_loongarch_env_init()
372 vmcs = NULL; in kvm_loongarch_env_init()
391 context = per_cpu_ptr(vmcs, cpu); in kvm_loongarch_env_init()
419 if (vmcs) in kvm_loongarch_env_exit()
420 free_percpu(vmcs); in kvm_loongarch_env_exit()