Home
last modified time | relevance | path

Searched refs:ttbr0_el1 (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dasm-uaccess.h20 msr ttbr0_el1, \tmp1 // set reserved TTBR0_EL1
33 msr ttbr0_el1, \tmp1 // set the non-PAN TTBR0_EL1
H A Dmmu_context.h47 write_sysreg(ttbr, ttbr0_el1); in cpu_set_reserved_ttbr0_nosync()
133 write_sysreg(ttbr0, ttbr0_el1); in cpu_install_ttbr0()
H A Duaccess.h67 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 Dprocessor.c301 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 Dhyp-stub.S130 msr ttbr0_el1, x0
H A Dhead.S467 msr ttbr0_el1, x2 // load TTBR0
H A Dmte.c321 BUG_ON(read_sysreg(ttbr0_el1) & TTBRx_EL1_CnP); in mte_cpu_setup()
H A Dentry.S473 mrs x21, ttbr0_el1
/linux/arch/arm64/mm/
H A Dcontext.c369 write_sysreg(ttbr0, ttbr0_el1); in cpu_do_switch_mm()