Searched refs:PGT_pae_xen_l2 (Results 1 – 4 of 4) sorted by relevance
110 !((_t) & PGT_pae_xen_l2) || \
46 #define PGT_pae_xen_l2 PG_mask(1, 7) macro
1419 BUG_ON(!(page->u.inuse.type_info & PGT_pae_xen_l2)); in pae_xen_mappings_check()1529 if ( !rc && (type & PGT_pae_xen_l2) ) in promote_l2_table()1573 PGT_l2_page_table | PGT_pae_xen_l2, d, in promote_l3_table()1903 page->u.inuse.type_info &= ~PGT_pae_xen_l2; in demote_l2_table()2898 ASSERT(!(type & ~(PGT_type_mask | PGT_pae_xen_l2))); in _get_page_type()2919 ASSERT(!(x & PGT_pae_xen_l2)); in _get_page_type()2966 else if ( unlikely((x & (PGT_type_mask|PGT_pae_xen_l2)) != type) ) in _get_page_type()
687 l3e_get_page(*l3tab)->u.inuse.type_info |= PGT_pae_xen_l2; in dom0_construct_pv()
Completed in 17 milliseconds