Searched refs:MEMF_no_scrub (Results 1 – 2 of 2) sorted by relevance
789 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()
252 #define MEMF_no_scrub (1U<<_MEMF_no_scrub) macro
Completed in 7 milliseconds