Searched refs:SWAPPER_DIR_SIZE (Results 1 – 6 of 6) sorted by relevance
/arch/arm64/include/asm/ |
D | kernel-pgtable.h | 55 #define SWAPPER_DIR_SIZE (SWAPPER_PGTABLE_LEVELS * PAGE_SIZE) macro
|
D | uaccess.h | 152 write_sysreg(ttbr + SWAPPER_DIR_SIZE, ttbr0_el1); in __uaccess_ttbr0_disable() 460 add \tmp1, \tmp1, #SWAPPER_DIR_SIZE // reserved_ttbr0 at the end of swapper_pg_dir 463 sub \tmp1, \tmp1, #SWAPPER_DIR_SIZE
|
/arch/arm64/kernel/ |
D | vmlinux.lds.S | 199 . += SWAPPER_DIR_SIZE;
|
D | head.S | 326 add x1, x26, #SWAPPER_DIR_SIZE + RESERVED_TTBR0_SIZE 333 add x6, x26, #SWAPPER_DIR_SIZE + RESERVED_TTBR0_SIZE 411 add x1, x26, #SWAPPER_DIR_SIZE + RESERVED_TTBR0_SIZE
|
D | entry.S | 964 sub \tmp, \tmp, #(SWAPPER_DIR_SIZE + RESERVED_TTBR0_SIZE) 981 add \tmp, \tmp, #(SWAPPER_DIR_SIZE + RESERVED_TTBR0_SIZE)
|
/arch/arm64/mm/ |
D | mmu.c | 602 SWAPPER_DIR_SIZE - PAGE_SIZE); in paging_init()
|