Searched refs:cf_flush_prefetchbuf (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/arm/arm/ |
H A D | cpufunc.c | 169 .cf_flush_prefetchbuf = cpufunc_nullop, 235 .cf_flush_prefetchbuf = cpufunc_nullop, 297 .cf_flush_prefetchbuf = cpufunc_nullop, 359 .cf_flush_prefetchbuf = cpufunc_nullop, 420 .cf_flush_prefetchbuf = cpufunc_nullop, 482 .cf_flush_prefetchbuf = cpufunc_nullop, 544 .cf_flush_prefetchbuf = cpufunc_nullop, 606 .cf_flush_prefetchbuf = cpufunc_nullop, 668 .cf_flush_prefetchbuf = arm11x6_flush_prefetchbuf, 730 .cf_flush_prefetchbuf = arm11x6_flush_prefetchbuf, [all …]
|
/netbsd-src/sys/arch/arm/include/ |
H A D | cpufunc.h | 183 void (*cf_flush_prefetchbuf) (void); member 237 #define cpu_flush_prefetchbuf() cpufuncs.cf_flush_prefetchbuf()
|