Home
last modified time | relevance | path

Searched refs:CR_I (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dcache-cp15.c267 cache_enable(CR_I); in icache_enable()
272 cache_disable(CR_I); in icache_disable()
277 return (get_cr() & CR_I) != 0; in icache_status()
/openbmc/linux/arch/arm/mm/
H A Dcache-feroceon-l2.c273 if (cr & CR_I) { in invalidate_and_disable_icache()
274 set_cr(cr & ~CR_I); in invalidate_and_disable_icache()
286 set_cr(cr | CR_I); in enable_icache()
H A Dmmu.c1692 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init()
/openbmc/linux/arch/arm/include/asm/
H A Dcp15.h22 #define CR_I (1 << 12) /* Icache enable */ macro
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dpsci_smp.S15 orr r1, r1, #CR_I @ Enable ICache
/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h17 #define CR_I (1 << 12) /* Icache enable */ macro
302 #define CR_I (1 << 12) /* Icache enable */ macro
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c694 set_sctlr(get_sctlr() | CR_I); in icache_enable()
699 set_sctlr(get_sctlr() & ~CR_I); in icache_disable()
704 return (get_sctlr() & CR_I) != 0; in icache_status()
H A Dcache.S231 movn x1, #(CR_M | CR_C | CR_I)
/openbmc/linux/arch/arm/mach-tegra/
H A Dsleep.S117 movw r2, #CR_I | CR_Z | CR_C | CR_M
/openbmc/linux/arch/arm/kernel/
H A Dhead-nommu.S182 bic r0, r0, #CR_I