Searched refs:cpu_number (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dsmp.h38 DECLARE_PER_CPU_READ_MOSTLY(int, cpu_number);
191 #define raw_smp_processor_id() (this_cpu_read(cpu_number))
195 #define raw_smp_processor_id() (this_cpu_read(cpu_number))
/linux-4.1.27/arch/x86/kernel/
H A Dsetup_percpu.c24 DEFINE_PER_CPU_READ_MOSTLY(int, cpu_number);
25 EXPORT_PER_CPU_SYMBOL(cpu_number); variable
224 per_cpu(cpu_number, cpu) = cpu; for_each_possible_cpu()
/linux-4.1.27/arch/mips/fw/cfe/
H A Dcfe_api_int.h79 u64 cpu_number; /* cpu number to control */ member in struct:xiocb_cpuctl
H A Dcfe_api.c90 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; cfe_cpu_start()
111 xiocb.plist.xiocb_cpuctl.cpu_number = cpu; cfe_cpu_stop()
/linux-4.1.27/arch/x86/include/asm/uv/
H A Duv_bau.h571 short cpu_number[MAX_CPUS_PER_SOCKET]; member in struct:socket_desc
/linux-4.1.27/arch/ia64/sn/kernel/
H A Dsetup.c596 * should set cpu_number on cpu 0 once. sn_cpu_init()
/linux-4.1.27/arch/x86/platform/uv/
H A Dtlb_uv.c1954 sdp->cpu_number[sdp->num_cpus] = cpu; for_each_present_cpu()
2005 cpu = sdp->cpu_number[i]; scan_sock()

Completed in 258 milliseconds