Home
last modified time | relevance | path

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

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