Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/include/asm/
Dlowcore.h24 #define LC_ORDER 0 macro
161 #define LC_ORDER 1 macro
/linux-2.6.39/arch/s390/kernel/
Dsmp.c500 lowcore = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in smp_alloc_lowcore()
531 free_pages((unsigned long) lowcore, LC_ORDER); in smp_alloc_lowcore()
548 free_pages((unsigned long) lowcore, LC_ORDER); in smp_free_lowcore()
709 lowcore = (void *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in smp_prepare_cpus()