Home
last modified time | relevance | path

Searched refs:raw_smp_processor_id (Results 1 – 25 of 236) sorted by relevance

12345678910

/linux-6.3-rc2/kernel/locking/
A Dspinlock_debug.c61 msg, raw_smp_processor_id(), in spin_dump()
87 SPIN_BUG_ON(READ_ONCE(lock->owner_cpu) == raw_smp_processor_id(), in debug_spin_lock_before()
93 WRITE_ONCE(lock->owner_cpu, raw_smp_processor_id()); in debug_spin_lock_after()
102 SPIN_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_spin_unlock()
151 msg, raw_smp_processor_id(), current->comm, in rwlock_bug()
187 RWLOCK_BUG_ON(lock->owner_cpu == raw_smp_processor_id(), in debug_write_lock_before()
193 WRITE_ONCE(lock->owner_cpu, raw_smp_processor_id()); in debug_write_lock_after()
201 RWLOCK_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_write_unlock()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dsmp.h39 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() function
49 #define raw_smp_processor_id raw_smp_processor_id macro
A Dcpu-info.h68 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()]
74 #define cpu_family_string() __cpu_family[raw_smp_processor_id()]
75 #define cpu_full_name_string() __cpu_full_name[raw_smp_processor_id()]
/linux-6.3-rc2/arch/mips/include/asm/
A Dsmp.h28 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() function
38 #define raw_smp_processor_id raw_smp_processor_id macro
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-6.3-rc2/kernel/trace/
A Dsynth_event_gen_test.c117 vals[4] = raw_smp_processor_id(); /* cpu */ in test_gen_synth_cmd()
222 vals[4] = raw_smp_processor_id(); /* cpu */ in test_empty_synth_event()
295 vals[5] = raw_smp_processor_id(); /* cpu */ in test_create_synth_event()
348 ret = synth_event_add_next_val(raw_smp_processor_id(), &trace_state); in test_add_next_synth_val()
391 ret = synth_event_add_val("cpu", raw_smp_processor_id(), &trace_state); in test_add_synth_val()
431 (u64)raw_smp_processor_id(), /* cpu */ in test_trace_synth_event()
/linux-6.3-rc2/arch/mips/mm/
A Dfault.c52 printk("Cpu%d[%s:%d:%0*lx:%ld:%0*lx]\n", raw_smp_processor_id(), in __do_page_fault()
128 raw_smp_processor_id(), in __do_page_fault()
139 raw_smp_processor_id(), in __do_page_fault()
242 raw_smp_processor_id(), field, address, field, regs->cp0_epc, in __do_page_fault()
299 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset; in __do_page_fault()
/linux-6.3-rc2/arch/parisc/kernel/
A Dtoc.c70 BUG_ON(regs != (struct pt_regs *)&per_cpu(toc_stack, raw_smp_processor_id())); in toc_intr()
86 kgdb_nmicallback(raw_smp_processor_id(), regs); in toc_intr()
96 if (raw_smp_processor_id() != 0) in toc_intr()
/linux-6.3-rc2/kernel/bpf/
A Dpercpu_freelist.c61 orig_cpu = raw_smp_processor_id(); in ___pcpu_freelist_push_nmi()
127 for_each_cpu_wrap(cpu, cpu_possible_mask, raw_smp_processor_id()) { in ___pcpu_freelist_pop()
159 for_each_cpu_wrap(cpu, cpu_possible_mask, raw_smp_processor_id()) { in ___pcpu_freelist_pop_nmi()
/linux-6.3-rc2/arch/x86/kernel/
A Dkgdb.c197 int cpu = raw_smp_processor_id(); in kgdb_correct_hw_break()
298 int cpu = raw_smp_processor_id(); in kgdb_remove_all_hw_break()
384 int cpu = raw_smp_processor_id(); in kgdb_disable_hw_debug()
464 raw_smp_processor_id()); in kgdb_arch_handle_exception()
504 cpu = raw_smp_processor_id(); in kgdb_nmi_handler()
514 cpu = raw_smp_processor_id(); in kgdb_nmi_handler()
/linux-6.3-rc2/kernel/
A Dpanic.c197 cpu = raw_smp_processor_id(); in nmi_panic()
319 this_cpu = raw_smp_processor_id(); in panic()
659 raw_smp_processor_id(), current->pid, file, line, in __warn()
663 raw_smp_processor_id(), current->pid, caller); in __warn()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Defx_common.h80 channel->channel, raw_smp_processor_id()); in efx_schedule_channel()
87 channel->event_test_cpu = raw_smp_processor_id(); in efx_schedule_channel_irq()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Defx_common.h77 channel->channel, raw_smp_processor_id()); in efx_schedule_channel()
84 channel->event_test_cpu = raw_smp_processor_id(); in efx_schedule_channel_irq()
/linux-6.3-rc2/include/linux/
A Dsmp.h191 #define raw_smp_processor_id() 0 macro
257 #define __smp_processor_id(x) raw_smp_processor_id(x)
/linux-6.3-rc2/drivers/crypto/cavium/zip/
A Dzip_device.c90 if (raw_smp_processor_id() % 2 == 0) in zip_load_instr()
95 zip_dbg("CPU Core: %d Queue number:%d", raw_smp_processor_id(), queue); in zip_load_instr()
/linux-6.3-rc2/arch/sparc/kernel/
A Dcpumap.h13 return raw_smp_processor_id(); in map_to_cpu()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Didle.c227 int cpu = raw_smp_processor_id(); in atomic_start_thread_idle()
237 int cpu = raw_smp_processor_id(); in atomic_stop_thread_idle()
247 int cpu = raw_smp_processor_id(); in atomic_lock_thread_idle()
257 int cpu = raw_smp_processor_id(); in atomic_unlock_and_stop_thread_idle()
278 int cpu = raw_smp_processor_id(); in atomic_unlock_thread_idle()
314 int cpu = raw_smp_processor_id(); in power7_idle_insn()
608 int cpu = raw_smp_processor_id(); in power9_idle_stop()
893 int cpu = raw_smp_processor_id(); in power10_idle_stop()
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dsmp.h88 #define raw_smp_processor_id() (local_paca->paca_index) macro
94 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/csky/include/asm/
A Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/sh/lib/
A Ddelay.c40 "r" (cpu_data[raw_smp_processor_id()].loops_per_jiffy * (HZ/4)) in __const_udelay()
/linux-6.3-rc2/arch/sh/kernel/cpu/
A Dinit.c322 if (raw_smp_processor_id() == 0) { in cpu_init()
350 if (raw_smp_processor_id() == 0) { in cpu_init()
/linux-6.3-rc2/arch/parisc/include/asm/
A Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro

Completed in 37 milliseconds

12345678910