Home
last modified time | relevance | path

Searched refs:TTBR_CNP_BIT (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S133 orr x2, x2, #TTBR_CNP_BIT
299 orr x5, x5, #TTBR_CNP_BIT
/linux/arch/arm64/kernel/
H A Dmte.c300 BUG_ON(read_sysreg(ttbr0_el1) & TTBR_CNP_BIT); in mte_cpu_setup()
301 BUG_ON(read_sysreg(ttbr1_el1) & TTBR_CNP_BIT); in mte_cpu_setup()
/linux/arch/arm64/mm/
H A Dcontext.c357 ttbr0 |= TTBR_CNP_BIT; in cpu_do_switch_mm()
H A Dmmu.c1580 ttbr1 |= TTBR_CNP_BIT; in __cpu_replace_ttbr1()
/linux/arch/arm64/include/asm/
H A Dpgtable-hwdef.h226 #define TTBR_CNP_BIT (UL(1) << 0) macro