Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dkexec.h34 #define KEXEC_CONTROL_MEMORY_GFP (GFP_DMA | __GFP_NORETRY) macro
/openbmc/linux/include/linux/
H A Dkexec.h53 #ifndef KEXEC_CONTROL_MEMORY_GFP
54 #define KEXEC_CONTROL_MEMORY_GFP (GFP_KERNEL | __GFP_NORETRY) macro
/openbmc/linux/kernel/
H A Dkexec_core.c384 pages = kimage_alloc_pages(KEXEC_CONTROL_MEMORY_GFP, order); in kimage_alloc_normal_control_pages()