Lines Matching refs:ptpg
736 struct page_info *ptpg = mfn_to_page(_mfn(pde_pfn)); \
739 if ( unlikely(page_get_owner(ptpg) != d) ) \
754 if ( !inc_linear_entries(ptpg) ) \
761 dec_linear_entries(ptpg); \
773 dec_linear_entries(ptpg); \
1197 struct page_info *ptpg);
2418 bool preemptible, struct page_info *ptpg) in _put_final_page_type() argument
2425 if ( ptpg && PGT_type_equal(type, ptpg->u.inuse.type_info) ) in _put_final_page_type()
2428 dec_linear_entries(ptpg); in _put_final_page_type()
2455 struct page_info *ptpg) in _put_page_type() argument
2482 rc = _put_final_page_type(page, x, preemptible, ptpg); in _put_page_type()
2483 ptpg = NULL; in _put_page_type()
2489 if ( !ptpg || !PGT_type_equal(x, ptpg->u.inuse.type_info) ) in _put_page_type()
2522 if ( ptpg && PGT_type_equal(x, ptpg->u.inuse.type_info) ) in _put_page_type()
2526 dec_linear_entries(ptpg); in _put_page_type()