Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/arm/
H A Dcpufunc.c183 .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 Dcpufunc.h193 int (*cf_prefetchabt_fixup) (void *); member
245 #define cpu_prefetchabt_fixup(a) cpufuncs.cf_prefetchabt_fixup(a)