Home
last modified time | relevance | path

Searched refs:TTBCR (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/include/asm/
H A Duaccess-asm.h76 mrc p15, 0, \tmp, c2, c0, 2 @ read TTBCR
79 mcr p15, 0, \tmp, c2, c0, 2 @ write TTBCR
90 mrc p15, 0, \tmp, c2, c0, 2 @ read TTBCR
93 mcr p15, 0, \tmp, c2, c0, 2 @ write TTBCR
/linux/arch/arm/lib/
H A Dcsumpartialcopyuser.S33 mrc p15, 0, ip, c2, c0, 2 @ read TTBCR
40 mcr p15, 0, ip, c2, c0, 2 @ restore TTBCR
/linux/arch/arm/mm/
H A Dproc-v7-3level.S130 orrls \tmp, \tmp, #TTBR1_SIZE @ TTBCR.T1SZ
131 mcr p15, 0, \tmp, c2, c0, 2 @ TTBCR
H A Dproc-v7.S530 v7_ttb_setup r10, r4, r5, r8, r3 @ TTBCR, TTBRx setup
/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h126 #define SET_TTBCR(b, c, v) SET_CTX_REG(TTBCR, (b), (c), (v))
155 #define GET_TTBCR(b, c) GET_CTX_REG(TTBCR, (b), (c))
587 #define SET_N(b, c, v) SET_CONTEXT_FIELD(b, c, TTBCR, N, v)
588 #define SET_PD0(b, c, v) SET_CONTEXT_FIELD(b, c, TTBCR, PD0, v)
589 #define SET_PD1(b, c, v) SET_CONTEXT_FIELD(b, c, TTBCR, PD1, v)
774 #define GET_N(b, c) GET_CONTEXT_FIELD(b, c, TTBCR, N)
775 #define GET_PD0(b, c) GET_CONTEXT_FIELD(b, c, TTBCR, PD0)
776 #define GET_PD1(b, c) GET_CONTEXT_FIELD(b, c, TTBCR, PD1)
829 #define TTBCR (0x018) macro