Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm/include/
H A Dpmap.h303 if (cpu_sdcache_enabled()) { \
319 if (cpu_sdcache_enabled()) { \
H A Dcpufunc.h190 #define cpu_sdcache_enabled() (cpufuncs.cf_sdcache_wbinv_all != cpufunc_nullop) macro