Searched refs:TTBCR (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm/mm/ |
H A D | proc-v7-3level.S | 130 orrls \tmp, \tmp, #TTBR1_SIZE @ TTBCR.T1SZ 131 mcr p15, 0, \tmp, c2, c0, 2 @ TTBCR
|
H A D | proc-v7.S | 528 v7_ttb_setup r10, r4, r5, r8, r3 @ TTBCR, TTBRx setup
|
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
H A D | cpu.c | 66 #define TTBCR (TTBCR_SHARED_NON | \ macro 185 : : "r" (TTBCR) : "memory"); in mmu_setup()
|
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/ |
H A D | lowlevel_init.S | 53 mrc p15, 0, r0, c2, c0, 2 @ TTBCR (Translation Table Base Control Register)
|
/openbmc/linux/drivers/iommu/ |
H A D | msm_iommu_hw-8xxx.h | 126 #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 D | cper-json-specification.tex | 1026 ttbcr & uint64 & Register TTBCR. \texttt{UINT32} value null extended to \texttt{UINT64}.\\
|