Home
last modified time | relevance | path

Searched refs:PGC_state (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/passthrough/x86/
A Diommu.c96 (page->count_info & (PGC_state|PGC_broken))) ) in arch_iommu_populate_page_table()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dmm.h116 #define PGC_state PG_mask(3, 9) macro
121 #define page_state_is(pg, st) (((pg)->count_info&PGC_state) == PGC_state_##st)
/xen-4.10.0-shim-comet/xen/common/
A Dpage_alloc.c1479 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()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmm.h254 #define PGC_state PG_mask(3, 9) macro
259 #define page_state_is(pg, st) (((pg)->count_info&PGC_state) == PGC_state_##st)

Completed in 9 milliseconds