Home
last modified time | relevance | path

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

1234

/arch/loongarch/include/asm/
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()]
A Dsmp.h47 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() function
57 #define raw_smp_processor_id raw_smp_processor_id macro
/arch/mips/include/asm/
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
A Dcpu-info.h121 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()]
129 #define cpu_name_string() __cpu_name[raw_smp_processor_id()]
/arch/mips/mm/
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()
/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()
/arch/sparc/kernel/
A Dcpumap.h13 return raw_smp_processor_id(); in map_to_cpu()
/arch/openrisc/include/asm/
A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/arch/csky/include/asm/
A Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/arch/hexagon/include/asm/
A Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/arch/sh/lib/
A Ddelay.c40 "r" (cpu_data[raw_smp_processor_id()].loops_per_jiffy * (HZ/4)) in __const_udelay()
/arch/parisc/include/asm/
A Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/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()
/arch/xtensa/include/asm/
A Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/arch/s390/include/asm/
A Dkmsan.h27 addr += (void *)lowcore_ptr[raw_smp_processor_id()] - in arch_kmsan_get_meta_or_null()
/arch/alpha/include/asm/
A Dsmp.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/arch/sparc/include/asm/
A Dsmp_64.h48 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/arch/powerpc/include/asm/
A Dsmp.h89 #define raw_smp_processor_id() (local_paca->paca_index) macro
95 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/arch/arc/include/asm/
A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/arch/sh/kernel/
A Dtopology.c69 register_cpu_under_node(raw_smp_processor_id(), i); in topology_init()
/arch/riscv/include/asm/
A Dsmp.h64 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/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()
/arch/sh/include/asm/
A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/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()
280 int cpu = raw_smp_processor_id(); in atomic_unlock_thread_idle()
316 int cpu = raw_smp_processor_id(); in power7_idle_insn()
610 int cpu = raw_smp_processor_id(); in power9_idle_stop()
895 int cpu = raw_smp_processor_id(); in power10_idle_stop()
/arch/arm/include/asm/
A Dsmp.h18 #define raw_smp_processor_id() (current_thread_info()->cpu) macro

Completed in 27 milliseconds

1234