Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/arm/
H A Dcpufunc.c84 .cf_l2cache_drain_writebuf = (void *)cpufunc_nullop,
101 .cf_l2cache_drain_writebuf = (void *)cpufunc_nullop,
123 .cf_l2cache_drain_writebuf = (void *)cpufunc_nullop,
H A Dpl310.c573 cpufuncs.cf_l2cache_drain_writebuf = pl310_drain_writebuf; in pl310_attach()
/freebsd-14.2/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()