Home
last modified time | relevance | path

Searched refs:tcache (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/acpi/numa/
H A Dhmat.c125 struct target_cache *tcache; in hmat_get_extended_linear_cache_size() local
133 if (tcache->cache_attrs.address_mode != in hmat_get_extended_linear_cache_size()
141 *cache_size = tcache->cache_attrs.size; in hmat_get_extended_linear_cache_size()
517 struct target_cache *tcache; in hmat_parse_cache() local
535 tcache = kzalloc(sizeof(*tcache), GFP_KERNEL); in hmat_parse_cache()
536 if (!tcache) { in hmat_parse_cache()
550 tcache->cache_attrs.address_mode = in hmat_parse_cache()
881 struct target_cache *tcache; in hmat_register_target_cache() local
1037 struct target_cache *tcache, *cnext; in hmat_free_structures() local
1043 list_del(&tcache->node); in hmat_free_structures()
[all …]
/linux-6.15/arch/mips/kernel/
H A Dcacheinfo.c48 if (c->tcache.waysize) { in init_cache_level()
110 if (c->tcache.waysize) in populate_cache_leaves()
111 populate_cache(tcache, this_leaf, level, CACHE_TYPE_UNIFIED); in populate_cache_leaves()
/linux-6.15/arch/x86/entry/vdso/
H A Dvgetcpu.c21 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/linux-6.15/arch/mips/mm/
H A Dsc-rm7k.c267 c->tcache.linesz = tc_lsize; in rm7k_sc_init()
268 c->tcache.ways = 1; in rm7k_sc_init()
/linux-6.15/arch/x86/um/vdso/
H A Dum_vdso.c77 long getcpu(unsigned int *cpu, unsigned int *node, struct getcpu_cache *tcache)
/linux-6.15/arch/mips/include/asm/
H A Dcpu-info.h79 struct cache_desc tcache; /* Tertiary/split secondary cache */ member
H A Dcpu-features.h517 #define cpu_tcache_line_size() cpu_data[0].tcache.linesz