Home
last modified time | relevance | path

Searched refs:PGC_allocated (Results 1 – 12 of 12) sorted by relevance

/xen/xen/arch/x86/mm/
A Dmem_paging.c246 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()
A Dp2m-pod.c753 !(page->count_info & PGC_allocated) || in p2m_pod_zero_check_superpage()
894 (pg->count_info & PGC_allocated) && in p2m_pod_zero_check()
A Dmem_sharing.c669 if ( page->count_info != (PGC_allocated | (2 + expected_refcnt)) ) in page_make_sharable()
/xen/xen/include/asm-arm/
A Dmm.h107 #define PGC_allocated PG_mask(1, 1) macro
135 #define PGC_need_scrub PGC_allocated
/xen/xen/include/asm-x86/
A Dmm.h60 #define PGC_allocated PG_mask(1, 1) macro
93 #define PGC_need_scrub PGC_allocated
/xen/xen/arch/x86/pv/
A Ddom0_build.c63 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()
/xen/xen/common/
A Dtrace.c275 ASSERT(!(mfn_to_page(_mfn(mfn))->count_info & PGC_allocated)); in alloc_trace_bufs()
A Dxenoprof.c193 if ( (page->count_info & (PGC_allocated|PGC_count_mask)) != 0 ) in share_xenoprof_page_with_guest()
A Dpage_alloc.c2316 (pg[i].count_info & PGC_extra) | PGC_allocated | 1; in assign_pages()
/xen/xen/arch/x86/mm/shadow/
A Dprivate.h810 ((count & PGC_allocated) ? 1 : 0) ); in sh_check_page_has_no_refs()
/xen/xen/arch/x86/
A Dmm.c499 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()
/xen/xen/arch/arm/
A Dmm.c1398 page->count_info |= PGC_allocated | 1; in share_xen_page_with_guest()

Completed in 37 milliseconds