D | iommu_hw-8xxx.h | 38 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument 43 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument 134 #define SET_SCTLR(b, c, v) SET_CTX_REG(SCTLR, (b), (c), (v)) argument 135 #define SET_ACTLR(b, c, v) SET_CTX_REG(ACTLR, (b), (c), (v)) argument 136 #define SET_CONTEXTIDR(b, c, v) SET_CTX_REG(CONTEXTIDR, (b), (c), (v)) argument 137 #define SET_TTBR0(b, c, v) SET_CTX_REG(TTBR0, (b), (c), (v)) argument 138 #define SET_TTBR1(b, c, v) SET_CTX_REG(TTBR1, (b), (c), (v)) argument 139 #define SET_TTBCR(b, c, v) SET_CTX_REG(TTBCR, (b), (c), (v)) argument 140 #define SET_PAR(b, c, v) SET_CTX_REG(PAR, (b), (c), (v)) argument 141 #define SET_FSR(b, c, v) SET_CTX_REG(FSR, (b), (c), (v)) argument [all …]
|