Searched refs:PGC_xen_heap (Results 1 – 7 of 7) sorted by relevance
110 #define PGC_xen_heap PG_mask(1, 2) macro152 #define is_xen_heap_page(page) ((page)->count_info & PGC_xen_heap)
63 #define PGC_xen_heap PG_mask(1, 2) macro302 #define is_xen_heap_page(page) ((page)->count_info & PGC_xen_heap)
697 BUG_ON((page->count_info & (PGC_xen_heap | PGC_count_mask)) <= 1); in put_page_alloc_ref()
1652 else if ( old_info & PGC_xen_heap ) in offline_page()2205 pg[i].count_info |= PGC_xen_heap; in alloc_xenheap_pages()2223 pg[i].count_info &= ~PGC_xen_heap; in free_xenheap_pages()
1791 if ( pg->count_info & ~PGC_xen_heap ) in gnttab_unpopulate_status_frames()
1393 ASSERT((page->count_info & ~PGC_xen_heap) == 0); in share_xen_page_with_guest()
494 ASSERT((page->count_info & ~PGC_xen_heap) == 0); in share_xen_page_with_guest()499 page->count_info |= PGC_xen_heap | PGC_allocated | 1; in share_xen_page_with_guest()
Completed in 30 milliseconds