Searched refs:ttbr0_el1 (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| H A D | asm-uaccess.h | 20 msr ttbr0_el1, \tmp1 // set reserved TTBR0_EL1 33 msr ttbr0_el1, \tmp1 // set the non-PAN TTBR0_EL1
|
| H A D | mmu_context.h | 47 write_sysreg(ttbr, ttbr0_el1); in cpu_set_reserved_ttbr0_nosync() 133 write_sysreg(ttbr0, ttbr0_el1); in cpu_install_ttbr0()
|
| H A D | uaccess.h | 67 write_sysreg(ttbr - RESERVED_SWAPPER_OFFSET, ttbr0_el1); in __uaccess_ttbr0_disable() 93 write_sysreg(ttbr0, ttbr0_el1); in __uaccess_ttbr0_enable()
|
| /linux/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | processor.c | 301 uint64_t sctlr_el1, tcr_el1, ttbr0_el1; in aarch64_vcpu_setup() local 348 ttbr0_el1 = vm->mmu.pgd & GENMASK(47, vm->page_shift); in aarch64_vcpu_setup() 356 ttbr0_el1 |= FIELD_GET(GENMASK(51, 48), vm->mmu.pgd) << 2; in aarch64_vcpu_setup() 390 vcpu_set_reg(vcpu, ctxt_reg_alias(vcpu, SYS_TTBR0_EL1), ttbr0_el1); in aarch64_vcpu_setup()
|
| /linux/arch/arm64/kernel/ |
| H A D | hyp-stub.S | 130 msr ttbr0_el1, x0
|
| H A D | head.S | 467 msr ttbr0_el1, x2 // load TTBR0
|
| H A D | mte.c | 321 BUG_ON(read_sysreg(ttbr0_el1) & TTBRx_EL1_CnP); in mte_cpu_setup()
|
| H A D | entry.S | 473 mrs x21, ttbr0_el1
|
| /linux/arch/arm64/mm/ |
| H A D | context.c | 369 write_sysreg(ttbr0, ttbr0_el1); in cpu_do_switch_mm()
|