Home
last modified time | relevance | path

Searched refs:nlm_cores_per_node (Results 1 – 3 of 3) sorted by relevance

/arch/mips/include/asm/netlogic/
Dcommon.h115 #define nlm_cores_per_node() 8 macro
117 static inline int nlm_cores_per_node(void) in nlm_cores_per_node() function
125 return nlm_cores_per_node() * NLM_THREADS_PER_CORE; in nlm_threads_per_node()
/arch/mips/netlogic/xlr/
Dwakeup.c72 for (i = 1; i < nlm_cores_per_node(); i++) { in xlr_wakeup_secondary_cpus()
/arch/mips/netlogic/xlp/
Dwakeup.c171 ncores = nlm_cores_per_node(); in xlp_enable_secondary_cores()