Home
last modified time | relevance | path

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

/openbmc/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.S528 v7_ttb_setup r10, r4, r5, r8, r3 @ TTBCR, TTBRx setup
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c66 #define TTBCR (TTBCR_SHARED_NON | \ macro
185 : : "r" (TTBCR) : "memory"); in mmu_setup()
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S53 mrc p15, 0, r0, c2, c0, 2 @ TTBCR (Translation Table Base Control Register)
/openbmc/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
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex1026 ttbcr & uint64 & Register TTBCR. \texttt{UINT32} value null extended to \texttt{UINT64}.\\