Home
last modified time | relevance | path

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

12345678

/linux/kernel/locking/
H A Dspinlock_debug.c62 msg, raw_smp_processor_id(), in spin_dump()
88 SPIN_BUG_ON(READ_ONCE(lock->owner_cpu) == raw_smp_processor_id(), in debug_spin_lock_before()
94 WRITE_ONCE(lock->owner_cpu, raw_smp_processor_id()); in debug_spin_lock_after()
103 SPIN_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_spin_unlock()
152 msg, raw_smp_processor_id(), current->comm, in rwlock_bug()
188 RWLOCK_BUG_ON(lock->owner_cpu == raw_smp_processor_id(), in debug_write_lock_before()
194 WRITE_ONCE(lock->owner_cpu, raw_smp_processor_id()); in debug_write_lock_after()
202 RWLOCK_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_write_unlock()
/linux/arch/loongarch/include/asm/
H A Dcpu-info.h70 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()]
76 #define cpu_family_string() __cpu_family[raw_smp_processor_id()]
77 #define cpu_full_name_string() __cpu_full_name[raw_smp_processor_id()]
H A Dsmp.h46 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() function
56 #define raw_smp_processor_id raw_smp_processor_id macro
/linux/arch/mips/include/asm/
H A Dsmp.h26 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() 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/kernel/trace/
H 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/arch/mips/mm/
H A Dfault.c53 printk("Cpu%d[%s:%d:%0*lx:%ld:%0*lx]\n", raw_smp_processor_id(), in __do_page_fault()
121 raw_smp_processor_id(), in __do_page_fault()
132 raw_smp_processor_id(), in __do_page_fault()
235 raw_smp_processor_id(), field, address, field, regs->cp0_epc, in __do_page_fault()
292 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset; in __do_page_fault()
/linux/arch/parisc/kernel/
H 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/kernel/bpf/
H 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/arch/x86/kernel/
H 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/include/linux/
H A Dobjpool.h178 cpu = raw_smp_processor_id(); in objpool_pop()
229 rc = __objpool_try_add_slot(obj, pool, raw_smp_processor_id()); in objpool_push()
H A Dsmp.h198 #define raw_smp_processor_id() 0 macro
265 #define __smp_processor_id() raw_smp_processor_id()
/linux/drivers/net/ethernet/sfc/siena/
H 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/kernel/
H A Dpanic.c201 this_cpu = raw_smp_processor_id(); in nmi_panic()
331 this_cpu = raw_smp_processor_id(); in panic()
729 raw_smp_processor_id(), current->pid, file, line, in __warn()
733 raw_smp_processor_id(), current->pid, caller); in __warn()
/linux/drivers/crypto/cavium/zip/
H 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/io_uring/
H A Dsqpoll.c213 sqd->sq_cpu = raw_smp_processor_id(); in io_sqd_handle_event()
288 sqd->sq_cpu = raw_smp_processor_id(); in io_sq_thread()
333 sqd->sq_cpu = raw_smp_processor_id(); in io_sq_thread()
367 sqd->sq_cpu = raw_smp_processor_id(); in io_sq_thread()
/linux/arch/powerpc/include/asm/
H A Dsmp.h89 #define raw_smp_processor_id() (local_paca->paca_index) macro
95 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/sh/kernel/cpu/
H A Dinit.c322 if (raw_smp_processor_id() == 0) { in cpu_init()
350 if (raw_smp_processor_id() == 0) { in cpu_init()
/linux/arch/sparc/kernel/
H A Dcpumap.h13 return raw_smp_processor_id(); in map_to_cpu()
/linux/arch/openrisc/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/kernel/debug/
H A Ddebug_core.c234 kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs()); in kgdb_call_nmi_hook()
244 int this_cpu = raw_smp_processor_id(); in kgdb_roundup_cpus()
458 if (cpu == raw_smp_processor_id() || !IS_ENABLED(CONFIG_SMP)) { in kdb_dump_stack_on_cpu()
519 if (atomic_read(&kgdb_active) != raw_smp_processor_id()) in kgdb_reenter_check()
854 ks->cpu = raw_smp_processor_id(); in kgdb_handle_exception()
/linux/arch/hexagon/include/asm/
H A Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/csky/include/asm/
H A Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/sh/lib/
H A Ddelay.c40 "r" (cpu_data[raw_smp_processor_id()].loops_per_jiffy * (HZ/4)) in __const_udelay()
/linux/arch/parisc/include/asm/
H A Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro

12345678