Home
last modified time | relevance | path

Searched refs:icache_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/arm/arm32/
H A Darm32_tlb.c67 const bool vivt_icache_p = arm_pcache.icache_type == CACHE_TYPE_VIVT; in tlb_invalidate_all()
95 const bool vivt_icache_p = arm_pcache.icache_type == CACHE_TYPE_VIVT; in tlb_invalidate_asids()
H A Dcpu.c642 info->icache_type & CACHE_TYPE_PIxx ? 'P' : 'V', in print_cache_info()
643 info->icache_type & CACHE_TYPE_xxPT ? 'P' : 'V'); in print_cache_info()
H A Dpmap.c2648 const size_t way_size = arm_pcache.icache_type == CACHE_TYPE_PIPT in pmap_syncicache_page()
6514 if (arm_pcache.icache_type != CACHE_TYPE_PIPT in pmap_bootstrap()
/netbsd-src/sys/arch/arm/include/
H A Dcpu.h188 uint8_t icache_type; member
/netbsd-src/sys/arch/arm/arm/
H A Dcpufunc.c1368 info->icache_type = CACHE_TYPE_PIPT; in get_cacheinfo_clidr()
1415 arm_pcache.icache_type = CACHE_TYPE_PIPT; in get_cachetype_cp15()
1417 arm_pcache.icache_type = CACHE_TYPE_VIPT; in get_cachetype_cp15()
1471 arm_pcache.icache_type = CACHE_TYPE_VIPT; in get_cachetype_cp15()
2894 arm_scache.dcache_type = arm_scache.icache_type = CACHE_TYPE_PIPT; in pj4bv7_setup()
3527 arm_scache.dcache_type = arm_scache.icache_type = CACHE_TYPE_PIPT; in sheeva_setup()
/netbsd-src/sys/arch/arm/cortex/
H A Dpl310.c276 info->icache_type = CACHE_TYPE_PIPT; in arml2cc_init()