Home
last modified time | relevance | path

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

/xen/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/xen/common/
A Dpage_alloc.c1404 switch ( pg[i].count_info & PGC_state ) in free_heap_pages()
1530 if ( ((x & PGC_state) != PGC_state_offlined) && in mark_page_offline()
1531 ((x & PGC_state) != PGC_state_offlining) ) in mark_page_offline()
1533 nx &= ~PGC_state; in mark_page_offline()
1534 nx |= (((x & PGC_state) == PGC_state_free) in mark_page_offline()
1709 if ( (y & PGC_state) == PGC_state_offlined ) in online_page()
1714 else if ( (y & PGC_state) == PGC_state_offlining ) in online_page()
1724 nx = (x & ~PGC_state) | PGC_state_inuse; in online_page()
1729 if ( (y & PGC_state) == PGC_state_offlined ) in online_page()
/xen/xen/include/asm-x86/
A Dmm.h74 #define PGC_state PG_mask(3, 9) macro
79 #define page_state_is(pg, st) (((pg)->count_info&PGC_state) == PGC_state_##st)

Completed in 11 milliseconds