Home
last modified time | relevance | path

Searched refs:CP15_ICIMVAU (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/arm/arm/
H A Dcpufunc_asm_armv7.S111 mcr CP15_ICIMVAU(r0) /* Invalidate I cache SE with VA */
156 mcr CP15_ICIMVAU(r0) /* Invalidate I cache SE with VA */
175 mcr CP15_ICIMVAU(r0) /* Invalidate I cache SE with VA */
193 mcr CP15_ICIMVAU(r0) /* Invalidate I cache SE with VA */
/openbsd/sys/arch/arm/include/
H A Dsysreg.h145 #define CP15_ICIMVAU(rr) p15, 0, rr, c7, c5, 1 /* Instruction cache invalidate */ macro