Searched refs:SCTLR_C (Results 1 – 3 of 3) sorted by relevance
16 sctlr &= ~(SCTLR_M | SCTLR_C | SCTLR_I); in arch_cache_disable()30 sctlr |= (SCTLR_M | SCTLR_C | SCTLR_I); in arch_cache_enable()
159 return _arch_mmu_get_sctlr() & SCTLR_C; in arch_mmu_cache_enabled()
535 #define SCTLR_C 0x00000004 macro