Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/svm/
Dsvm_onhyperv.c20 struct hv_partition_assist_pg **p_hv_pa_pg = in svm_hv_enable_direct_tlbflush() local
23 if (!*p_hv_pa_pg) in svm_hv_enable_direct_tlbflush()
24 *p_hv_pa_pg = kzalloc(PAGE_SIZE, GFP_KERNEL); in svm_hv_enable_direct_tlbflush()
26 if (!*p_hv_pa_pg) in svm_hv_enable_direct_tlbflush()
31 hve->partition_assist_page = __pa(*p_hv_pa_pg); in svm_hv_enable_direct_tlbflush()
/Linux-v6.1/arch/x86/kvm/vmx/
Dvmx.c532 struct hv_partition_assist_pg **p_hv_pa_pg = in hv_enable_direct_tlbflush() local
538 if (!*p_hv_pa_pg) in hv_enable_direct_tlbflush()
539 *p_hv_pa_pg = kzalloc(PAGE_SIZE, GFP_KERNEL_ACCOUNT); in hv_enable_direct_tlbflush()
541 if (!*p_hv_pa_pg) in hv_enable_direct_tlbflush()
547 __pa(*p_hv_pa_pg); in hv_enable_direct_tlbflush()