Searched defs:cpu_present (Results 1 – 2 of 2) sorted by relevance
125 #define cpu_present(cpu) cpumask_test_cpu((cpu), cpu_present_mask) macro134 #define cpu_present(cpu) ((cpu) == 0) macro
1136 static inline bool cpu_present(unsigned int cpu) in cpu_present() function1168 static inline bool cpu_present(unsigned int cpu) in cpu_present() function