Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S121 orr x2, x2, #TTBR_CNP_BIT
286 orr x4, x4, #TTBR_CNP_BIT
/openbmc/linux/arch/arm64/kernel/
H A Dmte.c279 BUG_ON(read_sysreg(ttbr0_el1) & TTBR_CNP_BIT); in mte_cpu_setup()
280 BUG_ON(read_sysreg(ttbr1_el1) & TTBR_CNP_BIT); in mte_cpu_setup()
/openbmc/linux/arch/arm64/include/asm/
H A Dmmu_context.h174 ttbr1 |= TTBR_CNP_BIT; in cpu_replace_ttbr1()
H A Dpgtable-hwdef.h192 #define TTBR_CNP_BIT (UL(1) << 0) macro
/openbmc/linux/arch/arm64/mm/
H A Dcontext.c357 ttbr0 |= TTBR_CNP_BIT; in cpu_do_switch_mm()