Searched refs:MEMF_no_refcount (Results 1 – 7 of 7) sorted by relevance
/xen/xen/common/ |
A D | page_alloc.c | 944 ((memflags & MEMF_no_refcount) || in alloc_heap_pages() 2283 ((memflags & MEMF_no_refcount) && in assign_pages() 2291 memflags &= ~MEMF_no_refcount; in assign_pages() 2293 else if ( !(memflags & MEMF_no_refcount) ) in assign_pages() 2306 if ( !(memflags & MEMF_no_refcount) && in assign_pages() 2341 memflags |= MEMF_no_refcount; in alloc_domheap_pages() 2356 if ( memflags & MEMF_no_refcount ) in alloc_domheap_pages()
|
A D | memory.c | 669 rc = steal_page(d, page, MEMF_no_refcount); in memory_exchange() 725 MEMF_no_refcount) ) in memory_exchange() 793 if ( assign_pages(d, page, 0, MEMF_no_refcount) ) in memory_exchange()
|
A D | grant_table.c | 2331 unlikely(assign_pages(e, page, 0, MEMF_no_refcount)) ) in gnttab_transfer()
|
/xen/xen/include/xen/ |
A D | mm.h | 248 #define MEMF_no_refcount (1U<<_MEMF_no_refcount) macro
|
/xen/xen/arch/x86/hvm/ |
A D | ioreq.c | 377 page = alloc_domheap_page(s->target, MEMF_no_refcount); in hvm_alloc_ioreq_mfn()
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 3058 pg = alloc_domheap_page(d, MEMF_no_refcount); in vmx_alloc_vlapic_mapping()
|
/xen/xen/arch/x86/ |
A D | mm.c | 4347 if ( !(memflags & MEMF_no_refcount) && !domain_adjust_tot_pages(d, -1) ) in steal_page()
|
Completed in 35 milliseconds