Searched refs:cf_prefetchabt_fixup (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/arm/arm/ |
H A D | cpufunc.c | 183 .cf_prefetchabt_fixup = cpufunc_null_fixup, 245 .cf_prefetchabt_fixup = cpufunc_null_fixup, 307 .cf_prefetchabt_fixup = cpufunc_null_fixup, 369 .cf_prefetchabt_fixup = cpufunc_null_fixup, 430 .cf_prefetchabt_fixup = cpufunc_null_fixup, 492 .cf_prefetchabt_fixup = cpufunc_null_fixup, 554 .cf_prefetchabt_fixup = cpufunc_null_fixup, 616 .cf_prefetchabt_fixup = cpufunc_null_fixup, 678 .cf_prefetchabt_fixup = cpufunc_null_fixup, 740 .cf_prefetchabt_fixup = cpufunc_null_fixup, [all …]
|
/netbsd-src/sys/arch/arm/include/ |
H A D | cpufunc.h | 193 int (*cf_prefetchabt_fixup) (void *); member 245 #define cpu_prefetchabt_fixup(a) cpufuncs.cf_prefetchabt_fixup(a)
|