Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/acpi/numa/
A Dhmat.c361 struct target_cache *tcache; in hmat_parse_cache() local
379 tcache = kzalloc(sizeof(*tcache), GFP_KERNEL); in hmat_parse_cache()
380 if (!tcache) { in hmat_parse_cache()
385 tcache->cache_attrs.size = cache->cache_size; in hmat_parse_cache()
398 tcache->cache_attrs.indexing = NODE_CACHE_OTHER; in hmat_parse_cache()
414 list_add_tail(&tcache->node, &target->caches); in hmat_parse_cache()
695 struct target_cache *tcache; in hmat_register_target_cache() local
698 node_add_cache(mem_nid, &tcache->cache_attrs); in hmat_register_target_cache()
788 struct target_cache *tcache, *cnext; in hmat_free_structures() local
794 list_del(&tcache->node); in hmat_free_structures()
[all …]
/linux-6.3-rc2/arch/mips/kernel/
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.3-rc2/arch/x86/entry/vdso/
A Dvgetcpu.c20 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/linux-6.3-rc2/arch/mips/mm/
A Dsc-rm7k.c267 c->tcache.linesz = tc_lsize; in rm7k_sc_init()
268 c->tcache.ways = 1; in rm7k_sc_init()
/linux-6.3-rc2/arch/x86/um/vdso/
A Dum_vdso.c71 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/linux-6.3-rc2/arch/mips/include/asm/
A Dcpu-info.h79 struct cache_desc tcache; /* Tertiary/split secondary cache */ member
A Dcpu-features.h500 #define cpu_tcache_line_size() cpu_data[0].tcache.linesz

Completed in 14 milliseconds