Home
last modified time | relevance | path

Searched refs:cf_sdcache_drain_writebuf (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/arm/include/
H A Dcpufunc.h143 void (*cf_sdcache_drain_writebuf) (void); member
195 #define cpu_sdcache_drain_writebuf() cpufuncs.cf_sdcache_drain_writebuf()
/openbsd/sys/arch/arm/cortex/
H A Darml2cc.c164 cpufuncs.cf_sdcache_drain_writebuf = arml2cc_sdcache_drain_writebuf; in arml2cc_attach()