Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_crash.c546 gfp_t flags32 = GFP_KERNEL | GFP_DMA32 | __GFP_ZERO; in hv_crash_trampoline_setup() local
549 page = alloc_page(flags32); in hv_crash_trampoline_setup()
559 page = alloc_pages(flags32, order); in hv_crash_trampoline_setup()