Searched refs:tdvpr_page (Results 1 – 3 of 3) sorted by relevance
899 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()
173 struct page *tdvpr_page; member
1655 tdx_clflush_page(vp->tdvpr_page); in tdh_vp_create()