Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dcacheinfo.c54 if (c->tcache.waysize) { in __init_cache_level()
80 if (c->tcache.waysize) in __populate_cache_leaves()
81 populate_cache(tcache, this_leaf, 3, CACHE_TYPE_UNIFIED); in __populate_cache_leaves()
/Linux-v4.19/arch/x86/entry/vdso/
Dvgetcpu.c27 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/Linux-v4.19/arch/mips/mm/
Dsc-rm7k.c267 c->tcache.linesz = tc_lsize; in rm7k_sc_init()
268 c->tcache.ways = 1; in rm7k_sc_init()
/Linux-v4.19/arch/x86/um/vdso/
Dum_vdso.c70 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/Linux-v4.19/arch/mips/include/asm/
Dcpu-info.h79 struct cache_desc tcache; /* Tertiary/split secondary cache */ member
Dcpu-features.h471 #define cpu_tcache_line_size() cpu_data[0].tcache.linesz