Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dcpufunc.h64 void (*cf_l2cache_drain_writebuf) (void); member
80 #define cpu_l2cache_drain_writebuf() cpufuncs.cf_l2cache_drain_writebuf()
/freebsd/sys/arm/arm/
H A Dcpufunc.c81 .cf_l2cache_drain_writebuf = (void *)cpufunc_nullop,
104 .cf_l2cache_drain_writebuf = (void *)cpufunc_nullop,
H A Dpl310.c572 cpufuncs.cf_l2cache_drain_writebuf = pl310_drain_writebuf; in pl310_attach()