Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dcputhreads.h24 extern int threads_per_subcore;
29 #define threads_per_subcore 1 macro
55 return cpu & (threads_per_subcore - 1); in cpu_thread_in_subcore()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_ras.c200 return threads_per_subcore; in kvmppc_cur_subcore_size()