Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c539 struct hv_partition_assist_pg **p_hv_pa_pg = in hv_enable_direct_tlbflush() local
545 if (!*p_hv_pa_pg) in hv_enable_direct_tlbflush()
546 *p_hv_pa_pg = kzalloc(PAGE_SIZE, GFP_KERNEL); in hv_enable_direct_tlbflush()
548 if (!*p_hv_pa_pg) in hv_enable_direct_tlbflush()
554 __pa(*p_hv_pa_pg); in hv_enable_direct_tlbflush()