Home
last modified time | relevance | path

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

/xen/xen/include/asm-arm/
A Dmm.h117 #define PGC_state_inuse PG_mask(0, 9) macro
/xen/xen/include/asm-x86/
A Dmm.h75 #define PGC_state_inuse PG_mask(0, 9) macro
/xen/xen/common/
A Dpage_alloc.c1015 pg[i].count_info = PGC_state_inuse | (pg[i].count_info & PGC_need_scrub); in alloc_heap_pages()
1406 case PGC_state_inuse: in free_heap_pages()
1724 nx = (x & ~PGC_state) | PGC_state_inuse; in online_page()
/xen/xen/arch/x86/x86_64/
A Dmm.c1283 pg->count_info = PGC_state_inuse; in transfer_pages_to_heap()

Completed in 12 milliseconds