Searched refs:TTBR0 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/mm/
H A Dpv-fixup-asm.S63 mrrc p15, 0, r4, r5, c2 @ read TTBR0
66 mcrr p15, 0, r4, r5, c2 @ write back TTBR0
/linux-master/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h124 #define SET_TTBR0(b, c, v) SET_CTX_REG(TTBR0, (b), (c), (v))
153 #define GET_TTBR0(b, c) GET_CTX_REG(TTBR0, (b), (c))
592 /* TTBR0 */
593 #define SET_TTBR0_IRGNH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_IRGNH, v)
594 #define SET_TTBR0_SH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_SH, v)
595 #define SET_TTBR0_ORGN(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_ORGN, v)
596 #define SET_TTBR0_NOS(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_NOS, v)
597 #define SET_TTBR0_IRGNL(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_IRGNL, v)
598 #define SET_TTBR0_PA(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_PA, v)
779 /* TTBR0 */
827 #define TTBR0 macro
[all...]
/linux-master/arch/arm/kernel/
H A Dhead.S164 mov r5, #0 @ high TTBR0
431 mcr p15, 0, ip, c2, c0, 0 @ set TTBR0
475 mcrr p15, 0, r4, r5, c2 @ load TTBR0

Completed in 245 milliseconds