Searched refs:TTBR_CNP_BIT (Results 1 – 5 of 5) sorted by relevance
107 orr x2, x2, #TTBR_CNP_BIT259 orr x4, x4, #TTBR_CNP_BIT
305 BUG_ON(read_sysreg(ttbr0_el1) & TTBR_CNP_BIT); in mte_cpu_setup()306 BUG_ON(read_sysreg(ttbr1_el1) & TTBR_CNP_BIT); in mte_cpu_setup()
170 ttbr1 |= TTBR_CNP_BIT; in cpu_replace_ttbr1()
184 #define TTBR_CNP_BIT (UL(1) << 0) macro
357 ttbr0 |= TTBR_CNP_BIT; in cpu_do_switch_mm()
Completed in 7 milliseconds