Home
last modified time | relevance | path

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

/xen/arch/riscv/include/asm/
A Dprocessor.h58 #define cpu_to_socket(cpu) 0 macro
/xen/arch/x86/
A Dpsr.c382 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()
A Dsmpboot.c110 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()
A Dtime.c2340 unsigned int socket = cpu_to_socket(smp_processor_id()); in init_percpu_time()
/xen/arch/ppc/include/asm/
A Dprocessor.h146 #define cpu_to_socket(cpu) (0) macro
/xen/arch/x86/include/asm/
A Dprocessor.h107 #define cpu_to_socket(_cpu) (cpu_data[_cpu].phys_proc_id) macro
/xen/common/
A Dsysctl.c385 cputopo.socket = cpu_to_socket(i); in do_sysctl()
/xen/arch/arm/include/asm/
A Dprocessor.h587 #define cpu_to_socket(_cpu) (0) macro
/xen/common/sched/
A Dcredit2.c858 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