Searched refs:raw_smp_processor_id (Results 1 - 25 of 253) sorted by relevance

1234567891011

/linux-master/arch/sparc/kernel/
H A Dcpumap.h13 return raw_smp_processor_id();
/linux-master/arch/openrisc/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/hexagon/include/asm/
H A Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/sh/lib/
H A Ddelay.c40 "r" (cpu_data[raw_smp_processor_id()].loops_per_jiffy * (HZ/4))
/linux-master/arch/csky/include/asm/
H A Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/xtensa/include/asm/
H A Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/loongarch/include/asm/
H A Dcpu-info.h69 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()]
75 #define cpu_family_string() __cpu_family[raw_smp_processor_id()]
76 #define cpu_full_name_string() __cpu_full_name[raw_smp_processor_id()]
H A Dsmp.h39 static inline int raw_smp_processor_id(void) function
49 #define raw_smp_processor_id raw_smp_processor_id macro
/linux-master/arch/mips/include/asm/
H A Dsmp.h26 static inline int raw_smp_processor_id(void) function
36 #define raw_smp_processor_id raw_smp_processor_id macro
H A Dcpu-info.h121 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()]
128 #define cpu_name_string() __cpu_name[raw_smp_processor_id()]
/linux-master/arch/parisc/include/asm/
H A Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/kernel/locking/
H A Dspinlock_debug.c62 msg, raw_smp_processor_id(),
88 SPIN_BUG_ON(READ_ONCE(lock->owner_cpu) == raw_smp_processor_id(),
94 WRITE_ONCE(lock->owner_cpu, raw_smp_processor_id());
103 SPIN_BUG_ON(lock->owner_cpu != raw_smp_processor_id(),
152 msg, raw_smp_processor_id(), current->comm,
188 RWLOCK_BUG_ON(lock->owner_cpu == raw_smp_processor_id(),
194 WRITE_ONCE(lock->owner_cpu, raw_smp_processor_id());
202 RWLOCK_BUG_ON(lock->owner_cpu != raw_smp_processor_id(),
/linux-master/arch/alpha/include/asm/
H A Dsmp.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/lib/
H A Dsmp_processor_id.c14 int this_cpu = raw_smp_processor_id();
/linux-master/arch/sparc/include/asm/
H A Dsmp_64.h48 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/arc/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/s390/include/asm/
H A Dsmp.h14 #define raw_smp_processor_id() (S390_lowcore.cpu_nr) macro
/linux-master/kernel/trace/
H A Dsynth_event_gen_test.c117 vals[4] = raw_smp_processor_id(); /* cpu */
222 vals[4] = raw_smp_processor_id(); /* cpu */
295 vals[5] = raw_smp_processor_id(); /* cpu */
348 ret = synth_event_add_next_val(raw_smp_processor_id(), &trace_state);
391 ret = synth_event_add_val("cpu", raw_smp_processor_id(), &trace_state);
431 (u64)raw_smp_processor_id(), /* cpu */
H A Dtrace_clock.c102 this_cpu = raw_smp_processor_id();
/linux-master/arch/mips/mm/
H A Dfault.c53 printk("Cpu%d[%s:%d:%0*lx:%ld:%0*lx]\n", raw_smp_processor_id(),
121 raw_smp_processor_id(),
132 raw_smp_processor_id(),
235 raw_smp_processor_id(), field, address, field, regs->cp0_epc,
292 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset;
/linux-master/arch/parisc/kernel/
H A Dtoc.c70 BUG_ON(regs != (struct pt_regs *)&per_cpu(toc_stack, raw_smp_processor_id()));
86 kgdb_nmicallback(raw_smp_processor_id(), regs);
96 if (raw_smp_processor_id() != 0)
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.h80 channel->channel, raw_smp_processor_id());
87 channel->event_test_cpu = raw_smp_processor_id();
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.h77 channel->channel, raw_smp_processor_id());
84 channel->event_test_cpu = raw_smp_processor_id();
/linux-master/arch/sh/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/sh/kernel/
H A Dtopology.c69 register_cpu_under_node(raw_smp_processor_id(), i);

Completed in 229 milliseconds

1234567891011