Home
last modified time | relevance | path

Searched refs:tc_sh (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/parisc/kernel/
Dcache.c135 cache_info.dt_conf.tc_sh ? " - shared with ITLB":"" in show_cache_info()
227 cache_info.dt_conf.tc_sh, in parisc_cache_init()
234 cache_info.it_conf.tc_sh, in parisc_cache_init()
242 if (cache_info.dt_conf.tc_sh == 0 || cache_info.dt_conf.tc_sh == 2) { in parisc_cache_init()
243 if (cache_info.dt_conf.tc_sh == 2) in parisc_cache_init()
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dpdc.h493 tc_sh : 2, /* 0 = separate I/D-TLB, else shared I/D-TLB */ member