ttbr1_el1 16 arch/arm64/include/asm/asm-uaccess.h mrs \tmp1, ttbr1_el1 // swapper_pg_dir ttbr1_el1 22 arch/arm64/include/asm/asm-uaccess.h msr ttbr1_el1, \tmp1 // set reserved ASID ttbr1_el1 29 arch/arm64/include/asm/asm-uaccess.h mrs \tmp2, ttbr1_el1 ttbr1_el1 32 arch/arm64/include/asm/asm-uaccess.h msr ttbr1_el1, \tmp2 // set the active ASID ttbr1_el1 113 arch/arm64/include/asm/uaccess.h ttbr = read_sysreg(ttbr1_el1); ttbr1_el1 119 arch/arm64/include/asm/uaccess.h write_sysreg(ttbr, ttbr1_el1); ttbr1_el1 137 arch/arm64/include/asm/uaccess.h ttbr1 = read_sysreg(ttbr1_el1); ttbr1_el1 140 arch/arm64/include/asm/uaccess.h write_sysreg(ttbr1, ttbr1_el1); ttbr1_el1 83 arch/arm64/kernel/hibernate.c phys_addr_t ttbr1_el1; ttbr1_el1 127 arch/arm64/kernel/hibernate.c hdr->ttbr1_el1 = __pa_symbol(swapper_pg_dir); ttbr1_el1 560 arch/arm64/kernel/hibernate.c hibernate_exit(virt_to_phys(tmp_pg_dir), resume_hdr.ttbr1_el1,