Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dpage_alloc.c976 BUG_ON((pg[i].count_info & ~PGC_need_scrub) != PGC_state_free); in alloc_heap_pages()
979 ASSERT(first_dirty != INVALID_DIRTY_IDX || !(pg[i].count_info & PGC_need_scrub)); in alloc_heap_pages()
982 pg[i].count_info = PGC_state_inuse | (pg[i].count_info & PGC_need_scrub); in alloc_heap_pages()
1013 pg[i].count_info &= ~PGC_need_scrub; in alloc_heap_pages()
1267 pg[i].count_info &= ~PGC_need_scrub; in scrub_free_pages()
1388 pg[i].count_info |= PGC_need_scrub; in free_heap_pages()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dmm.h132 #define PGC_need_scrub PGC_allocated macro
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmm.h270 #define PGC_need_scrub PGC_allocated macro

Completed in 10 milliseconds