Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/kernel/locking/
Dspinlock_debug.c59 msg, raw_smp_processor_id(), in spin_dump()
85 SPIN_BUG_ON(lock->owner_cpu == raw_smp_processor_id(), in debug_spin_lock_before()
91 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()
144 msg, raw_smp_processor_id(), current->comm, in rwlock_bug()
180 RWLOCK_BUG_ON(lock->owner_cpu == raw_smp_processor_id(), in debug_write_lock_before()
186 lock->owner_cpu = raw_smp_processor_id(); in debug_write_lock_after()
194 RWLOCK_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_write_unlock()
/Linux-v4.19/arch/mips/include/asm/
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
Dcpu-info.h112 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()]
119 #define cpu_name_string() __cpu_name[raw_smp_processor_id()]
/Linux-v4.19/arch/mips/mm/
Dfault.c52 printk("Cpu%d[%s:%d:%0*lx:%ld:%0*lx]\n", raw_smp_processor_id(), in __do_page_fault()
126 raw_smp_processor_id(), in __do_page_fault()
137 raw_smp_processor_id(), in __do_page_fault()
245 raw_smp_processor_id(), field, address, field, regs->cp0_epc, in __do_page_fault()
301 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset; in __do_page_fault()
/Linux-v4.19/kernel/
Dpanic.c117 cpu = raw_smp_processor_id(); in nmi_panic()
167 this_cpu = raw_smp_processor_id(); in panic()
519 raw_smp_processor_id(), current->pid, file, line, in __warn()
523 raw_smp_processor_id(), current->pid, caller); in __warn()
/Linux-v4.19/include/linux/
Dsmp.h142 #define raw_smp_processor_id() 0 macro
199 # define smp_processor_id() raw_smp_processor_id()
Dstop_machine.h87 if (cpumask_test_cpu(raw_smp_processor_id(), cpumask)) in stop_cpus()
88 return stop_one_cpu(raw_smp_processor_id(), fn, arg); in stop_cpus()
Dtracepoint.h394 cpu_online(raw_smp_processor_id()), \
399 cpu_online(raw_smp_processor_id()), \
405 cpu_online(raw_smp_processor_id()) && (PARAMS(cond)), \
/Linux-v4.19/arch/x86/kernel/
Dkgdb.c214 int cpu = raw_smp_processor_id(); in kgdb_correct_hw_break()
315 int cpu = raw_smp_processor_id(); in kgdb_remove_all_hw_break()
401 int cpu = raw_smp_processor_id(); in kgdb_disable_hw_debug()
485 raw_smp_processor_id()); in kgdb_arch_handle_exception()
525 cpu = raw_smp_processor_id(); in kgdb_nmi_handler()
535 cpu = raw_smp_processor_id(); in kgdb_nmi_handler()
/Linux-v4.19/arch/powerpc/include/asm/
Dsmp.h80 #define raw_smp_processor_id() (local_paca->paca_index) macro
86 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
Dtrace.h67 TP_CONDITION(cpu_online(raw_smp_processor_id())),
88 TP_CONDITION(cpu_online(raw_smp_processor_id())),
/Linux-v4.19/drivers/crypto/cavium/zip/
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-v4.19/kernel/sched/
Dmembarrier.c79 if (cpu == raw_smp_processor_id()) in membarrier_global_expedited()
159 if (cpu == raw_smp_processor_id()) in membarrier_private_expedited()
/Linux-v4.19/arch/sparc/kernel/
Dcpumap.h13 return raw_smp_processor_id(); in map_to_cpu()
/Linux-v4.19/arch/riscv/include/asm/
Dsmp.h42 #define raw_smp_processor_id() (*((int*)((char*)get_current() + TASK_TI_CPU))) macro
/Linux-v4.19/arch/openrisc/include/asm/
Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/sh/lib64/
Dudelay.c38 __delay(xloops * (HZ * cpu_data[raw_smp_processor_id()].loops_per_jiffy)); in __const_udelay()
/Linux-v4.19/arch/hexagon/include/asm/
Dsmp.h26 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/sh/lib/
Ddelay.c40 "r" (cpu_data[raw_smp_processor_id()].loops_per_jiffy * (HZ/4)) in __const_udelay()
/Linux-v4.19/arch/parisc/include/asm/
Dsmp.h37 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/xtensa/include/asm/
Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/sh/kernel/cpu/
Dinit.c325 if (raw_smp_processor_id() == 0) { in cpu_init()
353 if (raw_smp_processor_id() == 0) { in cpu_init()
/Linux-v4.19/include/linux/sched/
Dclock.h84 return sched_clock_cpu(raw_smp_processor_id()); in local_clock()
/Linux-v4.19/arch/alpha/include/asm/
Dsmp.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/sparc/include/asm/
Dsmp_64.h48 #define raw_smp_processor_id() (current_thread_info()->cpu) macro

1234567