Home
last modified time | relevance | path

Searched refs:SWAPPER_DIR_SIZE (Results 1 – 6 of 6) sorted by relevance

/arch/arm64/include/asm/
Dkernel-pgtable.h55 #define SWAPPER_DIR_SIZE (SWAPPER_PGTABLE_LEVELS * PAGE_SIZE) macro
Duaccess.h152 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/
Dvmlinux.lds.S199 . += SWAPPER_DIR_SIZE;
Dhead.S326 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
Dentry.S964 sub \tmp, \tmp, #(SWAPPER_DIR_SIZE + RESERVED_TTBR0_SIZE)
981 add \tmp, \tmp, #(SWAPPER_DIR_SIZE + RESERVED_TTBR0_SIZE)
/arch/arm64/mm/
Dmmu.c602 SWAPPER_DIR_SIZE - PAGE_SIZE); in paging_init()