Searched refs:cpu_to_socket (Results 1 – 9 of 9) sorted by relevance
58 #define cpu_to_socket(cpu) 0 macro
382 cat_feat_name[type], cpu_to_socket(smp_processor_id()), in cat_init_feature()419 cpu_to_socket(smp_processor_id()), in mba_init_feature()755 unsigned int socket = cpu_to_socket(smp_processor_id()); in psr_assoc_init()797 unsigned int socket = cpu_to_socket(smp_processor_id()); in psr_ctxt_switch_to()1277 get_socket_info(cpu_to_socket(smp_processor_id())); in do_write_psr_msrs()1332 if ( socket == cpu_to_socket(smp_processor_id()) ) in write_psr_msrs()1592 socket = cpu_to_socket(cpu); in psr_cpu_init()1654 unsigned int socket = cpu_to_socket(cpu); in psr_cpu_fini()
110 socket = cpu_to_socket(id); in smp_store_cpu_info()256 cpumask_set_cpu(cpu, socket_cpumask[cpu_to_socket(cpu)]); in set_cpu_sibling_map()953 unsigned int socket = cpu_to_socket(cpu); in cpu_smpboot_free()1173 (socket_cpumask[cpu_to_socket(0)] = xzalloc(cpumask_t)) == NULL ) in smp_prepare_cpus()1255 cpumask_clear_cpu(cpu, socket_cpumask[cpu_to_socket(cpu)]); in remove_siblinginfo()
2340 unsigned int socket = cpu_to_socket(smp_processor_id()); in init_percpu_time()
146 #define cpu_to_socket(cpu) (0) macro
107 #define cpu_to_socket(_cpu) (cpu_data[_cpu].phys_proc_id) macro
385 cputopo.socket = cpu_to_socket(i); in do_sysctl()
587 #define cpu_to_socket(_cpu) (0) macro
858 return cpu_to_socket(cpua) == cpu_to_socket(cpub); in same_socket()872 BUG_ON(cpu_to_socket(peer_cpu) == XEN_INVALID_SOCKET_ID); in cpu_runqueue_match()3938 BUG_ON(cpu_to_socket(cpu) == XEN_INVALID_SOCKET_ID); in csched2_alloc_pdata()
Completed in 67 milliseconds