Home
last modified time | relevance | path

Searched refs:MEMF_no_scrub (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dpage_alloc.c789 bool use_unscrubbed = (memflags & MEMF_no_scrub); in get_free_buddy()
928 if ( !pg && !(memflags & MEMF_no_scrub) ) in alloc_heap_pages()
930 memflags | MEMF_no_scrub, d); in alloc_heap_pages()
1001 (scrub_debug && !(memflags & MEMF_no_scrub)) ) in alloc_heap_pages()
1007 if ( !(memflags & MEMF_no_scrub) ) in alloc_heap_pages()
1016 else if ( !(memflags & MEMF_no_scrub) ) in alloc_heap_pages()
2074 order, memflags | MEMF_no_scrub, NULL); in alloc_xenheap_pages()
2124 pg = alloc_domheap_pages(NULL, order, memflags | MEMF_no_scrub); in alloc_xenheap_pages()
2258 free_heap_pages(pg, order, memflags & MEMF_no_scrub); in alloc_domheap_pages()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dmm.h252 #define MEMF_no_scrub (1U<<_MEMF_no_scrub) macro

Completed in 7 milliseconds