Home
last modified time | relevance | path

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

12345

/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_tools.h75 raw_smp_processor_id(), __func__, \
81 raw_smp_processor_id(), __func__, ## arg)
85 raw_smp_processor_id(), __func__, ## arg)
89 raw_smp_processor_id(), __func__, ## arg)
96 raw_smp_processor_id(), __func__, ## arg); \
101 raw_smp_processor_id(), __func__, ## arg)
105 raw_smp_processor_id(), __func__, ## arg)
/linux-2.6.39/lib/
Dspinlock_debug.c62 msg, raw_smp_processor_id(), in spin_bug()
80 SPIN_BUG_ON(lock->owner_cpu == raw_smp_processor_id(), in debug_spin_lock_before()
86 lock->owner_cpu = raw_smp_processor_id(); in debug_spin_lock_after()
95 SPIN_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_spin_unlock()
118 raw_smp_processor_id(), current->comm, in __spin_lock_debug()
163 msg, raw_smp_processor_id(), current->comm, in rwlock_bug()
188 raw_smp_processor_id(), current->comm,
225 RWLOCK_BUG_ON(lock->owner_cpu == raw_smp_processor_id(), in debug_write_lock_before()
231 lock->owner_cpu = raw_smp_processor_id(); in debug_write_lock_after()
239 RWLOCK_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_write_unlock()
[all …]
Dsmp_processor_id.c13 int this_cpu = raw_smp_processor_id(); in debug_smp_processor_id()
/linux-2.6.39/arch/mips/mm/
Dfault.c47 printk("Cpu%d[%s:%d:%0*lx:%ld:%0*lx]\n", raw_smp_processor_id(), in do_page_fault()
119 raw_smp_processor_id(), in do_page_fault()
129 raw_smp_processor_id(), in do_page_fault()
213 raw_smp_processor_id(), field, address, field, regs->cp0_epc, in do_page_fault()
270 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset; in do_page_fault()
/linux-2.6.39/arch/mn10300/include/asm/
Dsmp.h67 #define raw_smp_processor_id() (arch_smp_processor_id())
69 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-2.6.39/arch/x86/kernel/
Dkgdb.c211 int cpu = raw_smp_processor_id(); in kgdb_correct_hw_break()
312 int cpu = raw_smp_processor_id(); in kgdb_remove_all_hw_break()
398 int cpu = raw_smp_processor_id(); in kgdb_disable_hw_debug()
482 raw_smp_processor_id()); in kgdb_arch_handle_exception()
522 kgdb_nmicallback(raw_smp_processor_id(), regs); in __kgdb_notify()
523 was_in_debug_nmi[raw_smp_processor_id()] = 1; in __kgdb_notify()
530 if (was_in_debug_nmi[raw_smp_processor_id()]) { in __kgdb_notify()
531 was_in_debug_nmi[raw_smp_processor_id()] = 0; in __kgdb_notify()
/linux-2.6.39/arch/powerpc/include/asm/
Dsmp.h52 #define raw_smp_processor_id() (local_paca->paca_index) macro
58 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-2.6.39/include/linux/
Dsmp.h128 #define raw_smp_processor_id() 0 macro
177 # define smp_processor_id() raw_smp_processor_id()
Dstop_machine.h80 if (cpumask_test_cpu(raw_smp_processor_id(), cpumask)) in stop_cpus()
81 return stop_one_cpu(raw_smp_processor_id(), fn, arg); in stop_cpus()
/linux-2.6.39/kernel/trace/
Dtrace_functions.c66 cpu = raw_smp_processor_id(); in function_trace_call_preempt_only()
95 cpu = raw_smp_processor_id(); in function_trace_call()
126 cpu = raw_smp_processor_id(); in function_stack_trace_call()
/linux-2.6.39/arch/x86/include/asm/
Dsmp.h191 #define raw_smp_processor_id() (percpu_read(cpu_number)) macro
195 #define raw_smp_processor_id() (percpu_read(cpu_number)) macro
/linux-2.6.39/arch/cris/include/asm/
Dsmp.h8 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-2.6.39/arch/sparc/kernel/
Dcpumap.h12 return raw_smp_processor_id(); in map_to_cpu()
/linux-2.6.39/arch/blackfin/kernel/
Dkgdb.c334 kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs()); in kgdb_passive_cpu_callback()
359 cpu_pda[raw_smp_processor_id()].ex_imask = kgdb_arch_imask; in kgdb_post_primary_code()
411 kgdb_arch_imask = cpu_pda[raw_smp_processor_id()].ex_imask; in kgdb_arch_handle_exception()
412 cpu_pda[raw_smp_processor_id()].ex_imask = 0; in kgdb_arch_handle_exception()
444 int cpu = raw_smp_processor_id(); in kgdb_validate_break_address()
/linux-2.6.39/arch/um/include/asm/
Dsmp.h10 #define raw_smp_processor_id() (current_thread->cpu) macro
/linux-2.6.39/arch/sh/lib64/
Dudelay.c38 __delay(xloops * (HZ * cpu_data[raw_smp_processor_id()].loops_per_jiffy)); in __const_udelay()
/linux-2.6.39/arch/sh/lib/
Ddelay.c39 "r" (cpu_data[raw_smp_processor_id()].loops_per_jiffy * (HZ/4)) in __const_udelay()
/linux-2.6.39/arch/sparc/include/asm/
Dsmp_64.h45 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-2.6.39/arch/blackfin/include/asm/
Dsmp.h18 #define raw_smp_processor_id() blackfin_core_id() macro
/linux-2.6.39/arch/parisc/include/asm/
Dsmp.h45 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-2.6.39/arch/sh/kernel/cpu/
Dinit.c325 if (raw_smp_processor_id() == 0) { in cpu_init()
349 if (raw_smp_processor_id() == 0) { in cpu_init()
/linux-2.6.39/arch/tile/include/asm/
Dprocessor.h351 #define raw_smp_processor_id() \ macro
357 int __cpu = raw_smp_processor_id(); \
/linux-2.6.39/arch/alpha/include/asm/
Dsmp.h45 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-2.6.39/arch/arm/include/asm/
Dsmp.h23 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-2.6.39/arch/s390/include/asm/
Dsmp.h19 #define raw_smp_processor_id() (S390_lowcore.cpu_nr) macro

12345