OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icache_type
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/arm/arm32/
arm32_tlb.c
67
const bool vivt_icache_p = arm_pcache.
icache_type
== CACHE_TYPE_VIVT;
95
const bool vivt_icache_p = arm_pcache.
icache_type
== CACHE_TYPE_VIVT;
cpu.c
642
info->
icache_type
& CACHE_TYPE_PIxx ? 'P' : 'V',
643
info->
icache_type
& CACHE_TYPE_xxPT ? 'P' : 'V');
pmap.c
2648
const size_t way_size = arm_pcache.
icache_type
== CACHE_TYPE_PIPT
6514
if (arm_pcache.
icache_type
!= CACHE_TYPE_PIPT
/src/sys/arch/arm/include/
cpu.h
188
uint8_t
icache_type
;
member in struct:arm_cache_info
/src/sys/arch/arm/cortex/
pl310.c
276
info->
icache_type
= CACHE_TYPE_PIPT;
/src/sys/arch/arm/arm/
cpufunc.c
1368
info->
icache_type
= CACHE_TYPE_PIPT;
1415
arm_pcache.
icache_type
= CACHE_TYPE_PIPT;
1417
arm_pcache.
icache_type
= CACHE_TYPE_VIPT;
1471
arm_pcache.
icache_type
= CACHE_TYPE_VIPT;
2894
arm_scache.dcache_type = arm_scache.
icache_type
= CACHE_TYPE_PIPT;
3527
arm_scache.dcache_type = arm_scache.
icache_type
= CACHE_TYPE_PIPT;
Completed in 20 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025