Home
last modified time | relevance | path

Searched refs:alloc_vmcs_cpu (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.h482 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags);
490 return alloc_vmcs_cpu(shadow, raw_smp_processor_id(), in alloc_vmcs()
H A Dvmx.c2670 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags) in alloc_vmcs_cpu() function
2762 vmcs = alloc_vmcs_cpu(false, cpu, GFP_KERNEL); in alloc_kvm_area()
2769 * When eVMCS is enabled, alloc_vmcs_cpu() sets in alloc_kvm_area()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.h697 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags);
705 return alloc_vmcs_cpu(shadow, raw_smp_processor_id(), in alloc_vmcs()
H A Dvmx.c2867 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags) in alloc_vmcs_cpu() function
2959 vmcs = alloc_vmcs_cpu(false, cpu, GFP_KERNEL); in alloc_kvm_area()
2966 * When eVMCS is enabled, alloc_vmcs_cpu() sets in alloc_kvm_area()

Completed in 26 milliseconds