Home
last modified time | relevance | path

Searched refs:CP15_DCCISW (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/arm/arm/
Dcpu_asm-v6.S192 2: mcr CP15_DCCISW(r3) /* clean and invalidate line */
/freebsd-12-stable/sys/arm/include/
Dsysreg.h220 #define CP15_DCCISW(rr) p15, 0, rr, c7, c14, 2 /* Data cache clean and invalidate by set/way */ macro
Dcpu-v6.h175 _WF1(_CP15_DCCISW, CP15_DCCISW(%0)) /* Data cache clean and invalidate by set/way */ in _WF0()