Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsmpboot.c104 socket = cpu_to_socket(id); in smp_store_cpu_info()
237 cpumask_set_cpu(cpu, socket_cpumask[cpu_to_socket(cpu)]); in set_cpu_sibling_map()
644 unsigned int order, socket = cpu_to_socket(cpu); in cpu_smpboot_free()
807 (socket_cpumask[cpu_to_socket(0)] = xzalloc(cpumask_t)) == NULL ) in smp_prepare_cpus()
878 cpumask_clear_cpu(cpu, socket_cpumask[cpu_to_socket(cpu)]); in remove_siblinginfo()
A Dpsr.c345 cat_feat_name[type], cpu_to_socket(smp_processor_id()), in cat_init_feature()
604 unsigned int socket = cpu_to_socket(smp_processor_id()); in psr_assoc_init()
646 unsigned int socket = cpu_to_socket(smp_processor_id()); in psr_ctxt_switch_to()
1123 get_socket_info(cpu_to_socket(smp_processor_id())); in do_write_psr_msrs()
1167 if ( socket == cpu_to_socket(smp_processor_id()) ) in write_psr_msrs()
1422 socket = cpu_to_socket(cpu); in psr_cpu_init()
1472 unsigned int socket = cpu_to_socket(cpu); in psr_cpu_fini()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h183 #define cpu_to_socket(_cpu) (cpu_data[_cpu].phys_proc_id) macro
/xen-4.10.0-shim-comet/xen/common/
A Dsysctl.c364 cputopo.socket = cpu_to_socket(i); in do_sysctl()
A Dsched_credit2.c836 return cpu_to_socket(cpua) == cpu_to_socket(cpub); in same_socket()
874 BUG_ON(cpu_to_socket(cpu) == XEN_INVALID_SOCKET_ID || in cpu_to_runqueue()
875 cpu_to_socket(peer_cpu) == XEN_INVALID_SOCKET_ID); in cpu_to_runqueue()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dprocessor.h792 #define cpu_to_socket(_cpu) (0) macro

Completed in 20 milliseconds