Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/svm/
Dsvm_onhyperv.c21 struct hv_partition_assist_pg **p_hv_pa_pg = in svm_hv_enable_direct_tlbflush() local
24 if (!*p_hv_pa_pg) in svm_hv_enable_direct_tlbflush()
25 *p_hv_pa_pg = kzalloc(PAGE_SIZE, GFP_KERNEL); in svm_hv_enable_direct_tlbflush()
27 if (!*p_hv_pa_pg) in svm_hv_enable_direct_tlbflush()
32 hve->partition_assist_page = __pa(*p_hv_pa_pg); in svm_hv_enable_direct_tlbflush()
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c464 struct hv_partition_assist_pg **p_hv_pa_pg = in hv_enable_direct_tlbflush() local
470 if (!*p_hv_pa_pg) in hv_enable_direct_tlbflush()
471 *p_hv_pa_pg = kzalloc(PAGE_SIZE, GFP_KERNEL_ACCOUNT); in hv_enable_direct_tlbflush()
473 if (!*p_hv_pa_pg) in hv_enable_direct_tlbflush()
479 __pa(*p_hv_pa_pg); in hv_enable_direct_tlbflush()