Searched refs:PGC_state (Results 1 – 4 of 4) sorted by relevance
96 (page->count_info & (PGC_state|PGC_broken))) ) in arch_iommu_populate_page_table()
116 #define PGC_state PG_mask(3, 9) macro121 #define page_state_is(pg, st) (((pg)->count_info&PGC_state) == PGC_state_##st)
1479 if ( ((x & PGC_state) != PGC_state_offlined) && in mark_page_offline()1480 ((x & PGC_state) != PGC_state_offlining) ) in mark_page_offline()1482 nx &= ~PGC_state; in mark_page_offline()1483 nx |= (((x & PGC_state) == PGC_state_free) in mark_page_offline()1658 if ( (y & PGC_state) == PGC_state_offlined ) in online_page()1663 else if ( (y & PGC_state) == PGC_state_offlining ) in online_page()1673 nx = (x & ~PGC_state) | PGC_state_inuse; in online_page()1678 if ( (y & PGC_state) == PGC_state_offlined ) in online_page()
254 #define PGC_state PG_mask(3, 9) macro259 #define page_state_is(pg, st) (((pg)->count_info&PGC_state) == PGC_state_##st)
Completed in 9 milliseconds