SCTLR_BIT_AFE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

SCTLR_BIT_AFE macro

Syntax

#define SCTLR_BIT_AFE (1 << 29)

References

LocationText
armv7a_mmu.c:24
#define SCTLR_BIT_AFE (1 << 29)
armv7a_mmu.c:252
afe = !!(cortex_a->cp15_control_reg & SCTLR_BIT_AFE);