Home
last modified time | relevance | path

Searched refs:cpu_to_socket (Results 1 – 7 of 7) sorted by relevance

/xen/xen/arch/x86/
A Dpsr.c377 cat_feat_name[type], cpu_to_socket(smp_processor_id()), in cat_init_feature()
414 cpu_to_socket(smp_processor_id()), in mba_init_feature()
735 unsigned int socket = cpu_to_socket(smp_processor_id()); in psr_assoc_init()
777 unsigned int socket = cpu_to_socket(smp_processor_id()); in psr_ctxt_switch_to()
1255 get_socket_info(cpu_to_socket(smp_processor_id())); in do_write_psr_msrs()
1310 if ( socket == cpu_to_socket(smp_processor_id()) ) in write_psr_msrs()
1570 socket = cpu_to_socket(cpu); in psr_cpu_init()
1632 unsigned int socket = cpu_to_socket(cpu); in psr_cpu_fini()
A Dsmpboot.c105 socket = cpu_to_socket(id); in smp_store_cpu_info()
253 cpumask_set_cpu(cpu, socket_cpumask[cpu_to_socket(cpu)]); in set_cpu_sibling_map()
925 unsigned int socket = cpu_to_socket(cpu); in cpu_smpboot_free()
1141 (socket_cpumask[cpu_to_socket(0)] = xzalloc(cpumask_t)) == NULL ) in smp_prepare_cpus()
1218 cpumask_clear_cpu(cpu, socket_cpumask[cpu_to_socket(cpu)]); in remove_siblinginfo()
A Dtime.c1819 unsigned int socket = cpu_to_socket(smp_processor_id()); in init_percpu_time()
/xen/xen/include/asm-x86/
A Dprocessor.h170 #define cpu_to_socket(_cpu) (cpu_data[_cpu].phys_proc_id) macro
/xen/xen/common/
A Dsysctl.c373 cputopo.socket = cpu_to_socket(i); in do_sysctl()
/xen/xen/include/asm-arm/
A Dprocessor.h528 #define cpu_to_socket(_cpu) (0) macro
/xen/xen/common/sched/
A Dcredit2.c850 return cpu_to_socket(cpua) == cpu_to_socket(cpub); in same_socket()
864 BUG_ON(cpu_to_socket(peer_cpu) == XEN_INVALID_SOCKET_ID); in cpu_runqueue_match()
3884 BUG_ON(cpu_to_socket(cpu) == XEN_INVALID_SOCKET_ID); in csched2_alloc_pdata()

Completed in 28 milliseconds