Searched refs:TTBR1 (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/arm/mm/ |
D | pv-fixup-asm.S | 70 mrrc p15, 1, r4, r5, c2 @ read TTBR1 73 mcrr p15, 1, r4, r5, c2 @ write back TTBR1
|
D | proc-v7-3level.S | 147 mcrr p15, 1, \ttbr1, \tmp, c2 @ load TTBR1
|
/Linux-v4.19/arch/arm/kvm/hyp/ |
D | cp15-sr.c | 35 *cp15_64(ctxt, c2_TTBR1) = read_sysreg(TTBR1); in __sysreg_save_state() 64 write_sysreg(*cp15_64(ctxt, c2_TTBR1), TTBR1); in __sysreg_restore_state()
|
/Linux-v4.19/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 138 #define SET_TTBR1(b, c, v) SET_CTX_REG(TTBR1, (b), (c), (v)) 167 #define GET_TTBR1(b, c) GET_CTX_REG(TTBR1, (b), (c)) 615 #define SET_TTBR1_IRGNH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNH, v) 616 #define SET_TTBR1_SH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_SH, v) 617 #define SET_TTBR1_ORGN(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_ORGN, v) 618 #define SET_TTBR1_NOS(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_NOS, v) 619 #define SET_TTBR1_IRGNL(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNL, v) 620 #define SET_TTBR1_PA(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_PA, v) 802 #define GET_TTBR1_IRGNH(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNH) 803 #define GET_TTBR1_SH(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_SH) [all …]
|
/Linux-v4.19/Documentation/translations/zh_CN/arm64/ |
D | memory.txt | 42 TTBR1 中,且从不写入 TTBR0。
|
/Linux-v4.19/arch/arm/include/asm/ |
D | kvm_hyp.h | 40 #define TTBR1 __ACCESS_CP15_64(1, c2) macro
|
/Linux-v4.19/Documentation/arm64/ |
D | memory.txt | 20 The swapper_pg_dir address is written to TTBR1 and never written to
|
/Linux-v4.19/arch/arm/kernel/ |
D | head.S | 154 mov r8, r4, lsr #12 @ TTBR1 is swapper_pg_dir pfn 156 mov r8, r4 @ set TTBR1 to swapper_pg_dir
|