Home
last modified time | relevance | path

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

12345678910>>...19

/kernel/linux/linux-5.10/kernel/locking/
H A Dspinlock_debug.c59 msg, raw_smp_processor_id(), in spin_dump()
85 SPIN_BUG_ON(READ_ONCE(lock->owner_cpu) == raw_smp_processor_id(), in debug_spin_lock_before()
91 WRITE_ONCE(lock->owner_cpu, raw_smp_processor_id()); in debug_spin_lock_after()
100 SPIN_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_spin_unlock()
148 msg, raw_smp_processor_id(), current->comm, in rwlock_bug()
184 RWLOCK_BUG_ON(lock->owner_cpu == raw_smp_processor_id(), in debug_write_lock_before()
190 WRITE_ONCE(lock->owner_cpu, raw_smp_processor_id()); in debug_write_lock_after()
198 RWLOCK_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_write_unlock()
/kernel/linux/linux-6.6/kernel/locking/
H 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()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H 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
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()]
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dcpu-info.h83 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()]
89 #define cpu_family_string() __cpu_family[raw_smp_processor_id()]
90 #define cpu_full_name_string() __cpu_full_name[raw_smp_processor_id()]
H A Dsmp.h64 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() function
74 #define raw_smp_processor_id raw_smp_processor_id macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H 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
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()]
/kernel/linux/linux-6.6/arch/mips/include/asm/
H 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
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()]
/kernel/linux/linux-5.10/arch/mips/mm/
H 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()
236 raw_smp_processor_id(), field, address, field, regs->cp0_epc, in __do_page_fault()
293 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset; in __do_page_fault()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dfault.c52 printk("Cpu%d[%s:%d:%0*lx:%ld:%0*lx]\n", raw_smp_processor_id(), in __do_page_fault()
120 raw_smp_processor_id(), in __do_page_fault()
131 raw_smp_processor_id(), in __do_page_fault()
234 raw_smp_processor_id(), field, address, field, regs->cp0_epc, in __do_page_fault()
291 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset; in __do_page_fault()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsmp.h79 #define raw_smp_processor_id() (local_paca->paca_index) macro
97 #define raw_smp_processor_id() (0) macro
99 #define raw_smp_processor_id() (*(unsigned int *)((void *)current + _TASK_CPU)) macro
/kernel/linux/linux-5.10/kernel/bpf/
H A Dpercpu_freelist.c61 orig_cpu = cpu = raw_smp_processor_id(); in ___pcpu_freelist_push_nmi()
129 orig_cpu = cpu = raw_smp_processor_id(); in ___pcpu_freelist_pop()
163 orig_cpu = cpu = raw_smp_processor_id(); in ___pcpu_freelist_pop_nmi()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H 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()
/kernel/linux/linux-5.10/include/linux/
H A Dstop_machine.h89 if (cpumask_test_cpu(raw_smp_processor_id(), cpumask)) in stop_cpus()
90 return stop_one_cpu(raw_smp_processor_id(), fn, arg); in stop_cpus()
H A Dsmp.h163 #define raw_smp_processor_id() 0 macro
229 #define __smp_processor_id(x) raw_smp_processor_id(x)
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/linux/
H A Dstop_machine.h92 if (cpumask_test_cpu(raw_smp_processor_id(), cpumask)) in stop_cpus()
93 return stop_one_cpu(raw_smp_processor_id(), fn, arg); in stop_cpus()

Completed in 9 milliseconds

12345678910>>...19