Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/arm32/
H A Dcpu.c632 info->dcache_type & CACHE_TYPE_PIxx ? 'P' : 'V', in print_cache_info()
642 info->icache_type & CACHE_TYPE_PIxx ? 'P' : 'V', in print_cache_info()
652 info->dcache_type & CACHE_TYPE_PIxx ? 'P' : 'V', in print_cache_info()
/netbsd-src/sys/arch/arm/include/
H A Dcpu.h169 #define CACHE_TYPE_PIxx 2 macro