Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dabs_lowcore.c14 for (i = 0; i < LC_PAGES; i++) { in abs_lowcore_map()
42 for (i = 0; i < LC_PAGES; i++) { in abs_lowcore_unmap()
H A Dsetup.c409 BUILD_BUG_ON(sizeof(struct lowcore) != LC_PAGES * PAGE_SIZE); in setup_lowcore()
/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h18 #define LC_PAGES 2 macro