Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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
H A Dtrace.h83 TP_CONDITION(cpu_online(raw_smp_processor_id())),
104 TP_CONDITION(cpu_online(raw_smp_processor_id())),
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/kernel/
H A Dpanic.c138 cpu = raw_smp_processor_id(); in nmi_panic()
210 this_cpu = raw_smp_processor_id(); in panic()
583 raw_smp_processor_id(), current->pid, file, line, in __warn()
587 raw_smp_processor_id(), current->pid, caller); in __warn()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsmp.h164 #define raw_smp_processor_id() 0 macro
231 #define __smp_processor_id(x) raw_smp_processor_id(x)
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H 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()
607 int cpu = raw_smp_processor_id(); in power9_idle_stop()
896 int cpu = raw_smp_processor_id(); in power10_idle_stop()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_common.h79 channel->channel, raw_smp_processor_id()); in efx_schedule_channel()
86 channel->event_test_cpu = raw_smp_processor_id(); in efx_schedule_channel_irq()
H A Def100_netdev.c85 raw_smp_processor_id()); in ef100_net_stop()
111 raw_smp_processor_id()); in ef100_net_open()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/kernel/debug/
H A Ddebug_core.c241 kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs()); in kgdb_call_nmi_hook()
248 int this_cpu = raw_smp_processor_id(); in kgdb_roundup_cpus()
474 if (cpu == raw_smp_processor_id() || !IS_ENABLED(CONFIG_SMP)) { in kdb_dump_stack_on_cpu()
535 if (atomic_read(&kgdb_active) != raw_smp_processor_id()) in kgdb_reenter_check()
870 ks->cpu = raw_smp_processor_id(); in kgdb_handle_exception()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dcpumap.h13 return raw_smp_processor_id(); in map_to_cpu()
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/OK3568_Linux_fs/kernel/arch/sh/lib/
H A Ddelay.c40 "r" (cpu_data[raw_smp_processor_id()].loops_per_jiffy * (HZ/4)) in __const_udelay()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dsmp.h37 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Defx.h237 channel->channel, raw_smp_processor_id()); in ef4_schedule_channel()
244 channel->event_test_cpu = raw_smp_processor_id(); in ef4_schedule_channel_irq()

123456789