Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dsmp.c198 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in pcpu_alloc_lowcore()
229 free_pages((unsigned long) lc, LC_ORDER); in pcpu_alloc_lowcore()
251 free_pages((unsigned long) lc, LC_ORDER); in pcpu_free_lowcore()
1289 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in smp_reinit_ipl_cpu()
/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h17 #define LC_ORDER 1 macro