Symbol: TTBR1
drivers/iommu/msm_iommu_hw-8xxx.h
125
#define SET_TTBR1(b, c, v) SET_CTX_REG(TTBR1, (b), (c), (v))
drivers/iommu/msm_iommu_hw-8xxx.h
154
#define GET_TTBR1(b, c) GET_CTX_REG(TTBR1, (b), (c))
drivers/iommu/msm_iommu_hw-8xxx.h
602
#define SET_TTBR1_IRGNH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNH, v)
drivers/iommu/msm_iommu_hw-8xxx.h
603
#define SET_TTBR1_SH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_SH, v)
drivers/iommu/msm_iommu_hw-8xxx.h
604
#define SET_TTBR1_ORGN(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_ORGN, v)
drivers/iommu/msm_iommu_hw-8xxx.h
605
#define SET_TTBR1_NOS(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_NOS, v)
drivers/iommu/msm_iommu_hw-8xxx.h
606
#define SET_TTBR1_IRGNL(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNL, v)
drivers/iommu/msm_iommu_hw-8xxx.h
607
#define SET_TTBR1_PA(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_PA, v)
drivers/iommu/msm_iommu_hw-8xxx.h
789
#define GET_TTBR1_IRGNH(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNH)
drivers/iommu/msm_iommu_hw-8xxx.h
790
#define GET_TTBR1_SH(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_SH)
drivers/iommu/msm_iommu_hw-8xxx.h
791
#define GET_TTBR1_ORGN(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_ORGN)
drivers/iommu/msm_iommu_hw-8xxx.h
792
#define GET_TTBR1_NOS(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_NOS)
drivers/iommu/msm_iommu_hw-8xxx.h
793
#define GET_TTBR1_IRGNL(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNL)
drivers/iommu/msm_iommu_hw-8xxx.h
794
#define GET_TTBR1_PA(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_PA)
tools/testing/selftests/kvm/arm64/at.c
66
copy_el2_to_el1(TTBR1);