Searched refs:PGC_allocated (Results 1 – 12 of 12) sorted by relevance
246 if ( (page->count_info & (PGC_count_mask | PGC_allocated)) != in nominate()247 (1 | PGC_allocated) ) in nominate()305 if ( (page->count_info & (PGC_count_mask | PGC_allocated)) != in evict()306 (2 | PGC_allocated) ) in evict()
753 !(page->count_info & PGC_allocated) || in p2m_pod_zero_check_superpage()894 (pg->count_info & PGC_allocated) && in p2m_pod_zero_check()
669 if ( page->count_info != (PGC_allocated | (2 + expected_refcnt)) ) in page_make_sharable()
107 #define PGC_allocated PG_mask(1, 1) macro135 #define PGC_need_scrub PGC_allocated
60 #define PGC_allocated PG_mask(1, 1) macro93 #define PGC_need_scrub PGC_allocated
63 page->count_info = PGC_allocated | 3; in mark_pv_pt_pages_rdonly()143 page->count_info = PGC_allocated | 2; in setup_pv_physmap()176 page->count_info = PGC_allocated | 2; in setup_pv_physmap()202 page->count_info = PGC_allocated | 2; in setup_pv_physmap()
275 ASSERT(!(mfn_to_page(_mfn(mfn))->count_info & PGC_allocated)); in alloc_trace_bufs()
193 if ( (page->count_info & (PGC_allocated|PGC_count_mask)) != 0 ) in share_xenoprof_page_with_guest()
2316 (pg[i].count_info & PGC_extra) | PGC_allocated | 1; in assign_pages()
810 ((count & PGC_allocated) ? 1 : 0) ); in sh_check_page_has_no_refs()
499 page->count_info |= PGC_xen_heap | PGC_allocated | 1; in share_xen_page_with_guest()4310 if ( (x & (PGC_count_mask|PGC_allocated)) != (2 | PGC_allocated) ) in steal_page()4312 y = cmpxchg(&page->count_info, x, x & ~(PGC_count_mask|PGC_allocated)); in steal_page()4328 page->count_info |= PGC_allocated | 1; in steal_page()
1398 page->count_info |= PGC_allocated | 1; in share_xen_page_with_guest()
Completed in 37 milliseconds