Searched refs:ttbr1 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm/mm/ |
| H A D | proc-v7-3level.S | 117 .macro v7_ttb_setup, zero, ttbr0l, ttbr0h, ttbr1, tmp 119 cmp \ttbr1, \tmp, lsr #12 @ PHYS_OFFSET > PAGE_OFFSET? 132 mov \tmp, \ttbr1, lsr #20 133 mov \ttbr1, \ttbr1, lsl #12 134 addls \ttbr1, \ttbr1, #TTBR1_OFFSET 135 mcrr p15, 1, \ttbr1, \tmp, c2 @ load TTBR1
|
| H A D | proc-v7-2level.S | 146 .macro v7_ttb_setup, zero, ttbr0l, ttbr0h, ttbr1, tmp 150 ALT_SMP(orr \ttbr1, \ttbr1, #TTB_FLAGS_SMP) 151 ALT_UP(orr \ttbr1, \ttbr1, #TTB_FLAGS_UP) 152 mcr p15, 0, \ttbr1, c2, c0, 1 @ load TTB1
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 2335 phys_addr_t ttbr1 = phys_to_ttbr(virt_to_phys(pgdp)); in __cpu_replace_ttbr1() local 2338 ttbr1 |= TTBRx_EL1_CnP; in __cpu_replace_ttbr1() 2349 replace_phys(ttbr1); in __cpu_replace_ttbr1()
|