Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm_onhyperv.c21 struct hv_partition_assist_pg **p_hv_pa_pg = in svm_hv_enable_l2_tlb_flush() local
24 if (!*p_hv_pa_pg) in svm_hv_enable_l2_tlb_flush()
25 *p_hv_pa_pg = kzalloc(PAGE_SIZE, GFP_KERNEL); in svm_hv_enable_l2_tlb_flush()
27 if (!*p_hv_pa_pg) in svm_hv_enable_l2_tlb_flush()
32 hve->partition_assist_page = __pa(*p_hv_pa_pg); in svm_hv_enable_l2_tlb_flush()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c614 struct hv_partition_assist_pg **p_hv_pa_pg = in hv_enable_direct_tlbflush() local
620 if (!*p_hv_pa_pg) in hv_enable_direct_tlbflush()
621 *p_hv_pa_pg = kzalloc(PAGE_SIZE, GFP_KERNEL_ACCOUNT); in hv_enable_direct_tlbflush()
623 if (!*p_hv_pa_pg) in hv_enable_direct_tlbflush()
629 __pa(*p_hv_pa_pg); in hv_enable_direct_tlbflush()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c535 struct hv_partition_assist_pg **p_hv_pa_pg = in hv_enable_l2_tlb_flush() local
541 if (!*p_hv_pa_pg) in hv_enable_l2_tlb_flush()
542 *p_hv_pa_pg = kzalloc(PAGE_SIZE, GFP_KERNEL_ACCOUNT); in hv_enable_l2_tlb_flush()
544 if (!*p_hv_pa_pg) in hv_enable_l2_tlb_flush()
550 __pa(*p_hv_pa_pg); in hv_enable_l2_tlb_flush()

Completed in 37 milliseconds