Searched refs:SWAPPER_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kernel-pgtable.h | 94 #define INIT_IDMAP_DIR_PAGES EARLY_PAGES(KIMAGE_VADDR, _end + MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE, 1) 99 #define SWAPPER_BLOCK_SIZE PMD_SIZE macro 103 #define SWAPPER_BLOCK_SIZE PAGE_SIZE macro
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | head.S | 296 bic \rtbl, \phys, #SWAPPER_BLOCK_SIZE - 1 297 populate_entries \tbl, \rtbl, \istart, \iend, \flags, #SWAPPER_BLOCK_SIZE, \tmp 384 adrp x6, _end + MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE 393 bic x4, x2, #SWAPPER_BLOCK_SIZE - 1 400 adrp x22, _end + SWAPPER_BLOCK_SIZE 401 bic x2, x22, #SWAPPER_BLOCK_SIZE - 1 403 add x3, x2, #MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE 404 bic x4, x21, #SWAPPER_BLOCK_SIZE - 1
|