Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_crash.c543 gfp_t flags32 = GFP_KERNEL | GFP_DMA32 | __GFP_ZERO; in hv_crash_trampoline_setup() local
546 page = alloc_page(flags32); in hv_crash_trampoline_setup()
556 page = alloc_pages(flags32, order); in hv_crash_trampoline_setup()
/linux/include/hyperv/
H A Dhvhdk.h529 u32 flags32[HV_EVENT_FLAGS32_COUNT]; member