Home
last modified time | relevance | path

Searched refs:alloc_vmcs_cpu (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.h555 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags);
563 return alloc_vmcs_cpu(shadow, raw_smp_processor_id(), in alloc_vmcs()
Dvmx.c2691 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags) in alloc_vmcs_cpu() function
2783 vmcs = alloc_vmcs_cpu(false, cpu, GFP_KERNEL); in alloc_kvm_area()