OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_type
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c
334
props->
cache_type
|= HSA_CACHE_TYPE_DATA;
336
props->
cache_type
|= HSA_CACHE_TYPE_INSTRUCTION;
338
props->
cache_type
|= HSA_CACHE_TYPE_CPU;
340
props->
cache_type
|= HSA_CACHE_TYPE_HSACU;
555
int
cache_type
, unsigned int cu_processor_id,
568
((1 << pcache_info[
cache_type
].num_cu_shared) - 1);
579
pcache->flags = pcache_info[
cache_type
].flags;
582
pcache->cache_level = pcache_info[
cache_type
].cache_level;
583
pcache->cache_size = pcache_info[
cache_type
].cache_size;
kfd_topology.h
129
uint32_t
cache_type
;
member in struct:kfd_cache_properties
kfd_topology.c
357
sysfs_show_32bit_prop(buffer, "type", cache->
cache_type
);
378
static struct kobj_type
cache_type
= {
variable in typeref:struct:kobj_type
701
ret = kobject_init_and_add(cache->kobj, &
cache_type
,
/src/sys/arch/aarch64/aarch64/
cpufunc.c
77
cunit->
cache_type
= cachetype;
202
if ((cinfo[0].icache.
cache_type
== CACHE_TYPE_VIVT ||
203
cinfo[0].icache.
cache_type
== CACHE_TYPE_VIPT) &&
264
switch (cunit->
cache_type
) {
/src/sys/arch/aarch64/include/
cpu.h
79
u_int
cache_type
;
member in struct:aarch64_cache_unit
/src/sys/arch/arm/include/
cpu.h
186
uint8_t
cache_type
;
member in struct:arm_cache_info
/src/sys/arch/arm/arm32/
cpu.c
631
wtnames[info->
cache_type
],
651
wtnames[info->
cache_type
],
pmap.c
5857
if (arm_pcache.
cache_type
== CACHE_TYPE_PIPT) {
/src/sys/arch/arm/cortex/
pl310.c
267
info->
cache_type
= __SHIFTOUT(cfg, CACHE_TYPE_CTYPE);
/src/sys/arch/arm/arm/
cpufunc.c
1428
arm_pcache.
cache_type
= CPU_CT_CTYPE_WB14;
1456
arm_pcache.
cache_type
= CPU_CT_CTYPE(ctype);
1567
arm_pcache.
cache_type
= cachetab[i].ct_pcache_type;
2892
arm_scache.
cache_type
= CPU_CT_CTYPE_WT;
3522
arm_scache.
cache_type
= CPU_CT_CTYPE_WB2;
3524
arm_scache.
cache_type
= CPU_CT_CTYPE_WT;
Completed in 92 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025