Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/arm/
H A Dcpufunc.c205 .cf_l2cache_drain_writebuf = (void *)cpufunc_nullop,
223 .cf_l2cache_drain_writebuf = (void *)cpufunc_nullop,
246 .cf_l2cache_drain_writebuf = (void *)cpufunc_nullop,
H A Dpl310.c578 cpufuncs.cf_l2cache_drain_writebuf = pl310_drain_writebuf; in pl310_attach()
/freebsd-12.1/sys/arm/include/
H A Dcpufunc.h148 void (*cf_l2cache_drain_writebuf) (void); member
197 #define cpu_l2cache_drain_writebuf() cpufuncs.cf_l2cache_drain_writebuf()