/linux-2.6.39/drivers/infiniband/hw/ehca/ |
D | ehca_tools.h | 75 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/ |
D | spinlock_debug.c | 62 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 …]
|
D | smp_processor_id.c | 13 int this_cpu = raw_smp_processor_id(); in debug_smp_processor_id()
|
/linux-2.6.39/arch/mips/mm/ |
D | fault.c | 47 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/ |
D | smp.h | 67 #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/ |
D | kgdb.c | 211 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/ |
D | smp.h | 52 #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/ |
D | smp.h | 128 #define raw_smp_processor_id() 0 macro 177 # define smp_processor_id() raw_smp_processor_id()
|
D | stop_machine.h | 80 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/ |
D | trace_functions.c | 66 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/ |
D | smp.h | 191 #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/ |
D | smp.h | 8 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
|
/linux-2.6.39/arch/sparc/kernel/ |
D | cpumap.h | 12 return raw_smp_processor_id(); in map_to_cpu()
|
/linux-2.6.39/arch/blackfin/kernel/ |
D | kgdb.c | 334 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/ |
D | smp.h | 10 #define raw_smp_processor_id() (current_thread->cpu) macro
|
/linux-2.6.39/arch/sh/lib64/ |
D | udelay.c | 38 __delay(xloops * (HZ * cpu_data[raw_smp_processor_id()].loops_per_jiffy)); in __const_udelay()
|
/linux-2.6.39/arch/sh/lib/ |
D | delay.c | 39 "r" (cpu_data[raw_smp_processor_id()].loops_per_jiffy * (HZ/4)) in __const_udelay()
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | smp_64.h | 45 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | smp.h | 18 #define raw_smp_processor_id() blackfin_core_id() macro
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | smp.h | 45 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
|
/linux-2.6.39/arch/sh/kernel/cpu/ |
D | init.c | 325 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/ |
D | processor.h | 351 #define raw_smp_processor_id() \ macro 357 int __cpu = raw_smp_processor_id(); \
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | smp.h | 45 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
|
/linux-2.6.39/arch/arm/include/asm/ |
D | smp.h | 23 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
|
/linux-2.6.39/arch/s390/include/asm/ |
D | smp.h | 19 #define raw_smp_processor_id() (S390_lowcore.cpu_nr) macro
|