Searched refs:TTBR1 (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | pv-fixup-asm.S | 67 mrrc p15, 1, r4, r5, c2 @ read TTBR1 70 mcrr p15, 1, r4, r5, c2 @ write back TTBR1
|
D | proc-v7-3level.S | 135 mcrr p15, 1, \ttbr1, \tmp, c2 @ load TTBR1
|
/kernel/linux/linux-5.10/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 125 #define SET_TTBR1(b, c, v) SET_CTX_REG(TTBR1, (b), (c), (v)) 154 #define GET_TTBR1(b, c) GET_CTX_REG(TTBR1, (b), (c)) 602 #define SET_TTBR1_IRGNH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNH, v) 603 #define SET_TTBR1_SH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_SH, v) 604 #define SET_TTBR1_ORGN(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_ORGN, v) 605 #define SET_TTBR1_NOS(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_NOS, v) 606 #define SET_TTBR1_IRGNL(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNL, v) 607 #define SET_TTBR1_PA(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_PA, v) 789 #define GET_TTBR1_IRGNH(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNH) 790 #define GET_TTBR1_SH(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_SH) [all …]
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/arm64/ |
D | memory.txt | 42 TTBR1 中,且从不写入 TTBR0。
|
/kernel/liteos_a/arch/arm/arm/include/ |
D | los_hw_cpu.h | 110 #define TTBR1 CP15_REG(c2, 0, c0, 1) /* Translation Table Base Register 1 */ macro
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | head.S | 178 mov r8, r4, lsr #12 @ TTBR1 is swapper_pg_dir pfn 180 mov r8, r4 @ set TTBR1 to swapper_pg_dir
|
/kernel/linux/linux-5.10/Documentation/arm64/ |
D | pointer-authentication.rst | 80 addresses, and are not valid to apply to TTBR1 addresses (e.g. kernel
|
D | memory.rst | 25 The swapper_pg_dir address is written to TTBR1 and never written to
|
/kernel/linux/linux-5.10/arch/arm64/ |
D | Kconfig | 1659 that EL0 accesses made via TTBR1 always fault in constant time, 1664 This option enables E0PD for TTBR1 where available.
|