Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c2664 struct vmcs *alloc_vmcs_cpu(bool shadow, int cpu, gfp_t flags) in alloc_vmcs_cpu() function
2765 vmcs = alloc_vmcs_cpu(false, cpu, GFP_KERNEL); in alloc_kvm_area()