Searched refs:PGT_type_equal (Results 1 – 2 of 2) sorted by relevance
56 #define PGT_type_equal(x, y) (!(((x) ^ (y)) & PGT_type_mask)) macro
2748 if ( ptpg && PGT_type_equal(type, ptpg->u.inuse.type_info) && in _put_final_page_type()2845 if ( !ptpg || !PGT_type_equal(x, ptpg->u.inuse.type_info) ) in _put_page_type()2864 if ( ptpg && PGT_type_equal(x, ptpg->u.inuse.type_info) ) in _put_page_type()
Completed in 13 milliseconds