Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dtdx.c899 if (tdx->vp.tdvpr_page) { in tdx_vcpu_free()
900 tdx_reclaim_control_page(tdx->vp.tdvpr_page); in tdx_vcpu_free()
901 tdx->vp.tdvpr_page = NULL; in tdx_vcpu_free()
2893 tdx->vp.tdvpr_page = page; in tdx_td_vcpu_init()
2900 tdx->vp.tdvpr_pa = page_to_phys(tdx->vp.tdvpr_page); in tdx_td_vcpu_init()
2968 if (tdx->vp.tdvpr_page) in tdx_td_vcpu_init()
2969 __free_page(tdx->vp.tdvpr_page); in tdx_td_vcpu_init()
2970 tdx->vp.tdvpr_page = NULL; in tdx_td_vcpu_init()
/linux/arch/x86/include/asm/
H A Dtdx.h173 struct page *tdvpr_page; member
/linux/arch/x86/virt/vmx/tdx/
H A Dtdx.c1655 tdx_clflush_page(vp->tdvpr_page); in tdh_vp_create()