Lines Matching defs:DACR
71 #define DACR(x...) x
73 #define DACR(x...)
79 * If we are using the DACR for kernel access by the user accessors
80 * (CONFIG_CPU_USE_DOMAINS=y), always reset the DACR kernel domain
83 * If we are using SW PAN, set the DACR user domain to no access
90 DACR( mrc p15, 0, \tmp0, c3, c0, 0)
91 DACR( str \tmp0, [sp, #SVC_DACR])
110 DACR( ldr \tmp0, [sp, #SVC_DACR])
112 DACR( mcr p15, 0, \tmp0, c3, c0, 0)
115 #undef DACR