Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dsetup.c298 BUILD_BUG_ON(sizeof(struct _lowcore) != LC_PAGES * 4096); in setup_lowcore()
299 lc = __alloc_bootmem_low(LC_PAGES * PAGE_SIZE, LC_PAGES * PAGE_SIZE, 0); in setup_lowcore()
Dsuspend.c145 if (pfn <= LC_PAGES) in pfn_is_nosave()
/linux-4.1.27/arch/s390/include/asm/
Dlowcore.h17 #define LC_PAGES 2 macro