TTBR1              23 arch/arm/kvm/hyp/cp15-sr.c 	*cp15_64(ctxt, c2_TTBR1)	= read_sysreg(TTBR1);
TTBR1              52 arch/arm/kvm/hyp/cp15-sr.c 	write_sysreg(*cp15_64(ctxt, c2_TTBR1),	TTBR1);
TTBR1             125 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_TTBR1(b, c, v)	 SET_CTX_REG(TTBR1, (b), (c), (v))
TTBR1             154 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_TTBR1(b, c)		 GET_CTX_REG(TTBR1, (b), (c))
TTBR1             602 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_TTBR1_IRGNH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNH, v)
TTBR1             603 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_TTBR1_SH(b, c, v)	 SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_SH, v)
TTBR1             604 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_TTBR1_ORGN(b, c, v)	 SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_ORGN, v)
TTBR1             605 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_TTBR1_NOS(b, c, v)	 SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_NOS, v)
TTBR1             606 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_TTBR1_IRGNL(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNL, v)
TTBR1             607 drivers/iommu/msm_iommu_hw-8xxx.h #define SET_TTBR1_PA(b, c, v)	 SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_PA, v)
TTBR1             789 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_TTBR1_IRGNH(b, c)	GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNH)
TTBR1             790 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_TTBR1_SH(b, c)	GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_SH)
TTBR1             791 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_TTBR1_ORGN(b, c)	GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_ORGN)
TTBR1             792 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_TTBR1_NOS(b, c)	GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_NOS)
TTBR1             793 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_TTBR1_IRGNL(b, c)	GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNL)
TTBR1             794 drivers/iommu/msm_iommu_hw-8xxx.h #define GET_TTBR1_PA(b, c)	GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_PA)