Home
last modified time | relevance | path

Searched defs:ICACHE (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/mips/include/asm/
Dcachectl.h11 #define ICACHE (1<<0) /* flush instruction cache */ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dcachectl.h8 #define ICACHE (1<<0) macro
/third_party/musl/include/sys/
Dcachectl.h8 #define ICACHE (1<<0) macro
/third_party/ltp/testcases/kernel/syscalls/cacheflush/
Dcacheflush01.c54 #define ICACHE (1<<0) /* flush instruction cache */ macro
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Dcache.h30 enum cache_t {ICACHE, DCACHE}; enumerator
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7m/
Dcache.c43 ICACHE, enumerator