| /linux-4.4.14/drivers/staging/rdma/ehca/ | 
| D | ehca_tools.h | 74 				   raw_smp_processor_id(), __func__, \ 80 		 raw_smp_processor_id(), __func__, ## arg) 84 		 raw_smp_processor_id(), __func__, ## arg) 88 		raw_smp_processor_id(), __func__, ## arg) 95 			       raw_smp_processor_id(), __func__, ## arg); \ 100 	       raw_smp_processor_id(), __func__, ## arg) 104 	       raw_smp_processor_id(), __func__, ## arg)
  | 
| /linux-4.4.14/kernel/locking/ | 
| D | spinlock_debug.c | 59 		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() 168 		msg, raw_smp_processor_id(), current->comm,  in rwlock_bug() 193 				raw_smp_processor_id(), current->comm, 230 	RWLOCK_BUG_ON(lock->owner_cpu == raw_smp_processor_id(),  in debug_write_lock_before() 236 	lock->owner_cpu = raw_smp_processor_id();  in debug_write_lock_after() 244 	RWLOCK_BUG_ON(lock->owner_cpu != raw_smp_processor_id(),  in debug_write_unlock() 268 				raw_smp_processor_id(), current->comm,
  | 
| D | lockdep.c | 2976 	lock->cpu = raw_smp_processor_id();  in lockdep_init_map()
  | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | smp.h | 68 #define raw_smp_processor_id()	(arch_smp_processor_id()) 70 #define raw_smp_processor_id()	(current_thread_info()->cpu)  macro 104 #define raw_smp_processor_id() 0  macro
  | 
| D | irqflags.h | 70 	int cpu = raw_smp_processor_id();  in arch_local_irq_enable()
  | 
| /linux-4.4.14/arch/mips/mm/ | 
| D | fault.c | 53 	printk("Cpu%d[%s:%d:%0*lx:%ld:%0*lx]\n", raw_smp_processor_id(),  in __do_page_fault() 127 					  raw_smp_processor_id(),  in __do_page_fault() 138 					  raw_smp_processor_id(),  in __do_page_fault() 249 	       raw_smp_processor_id(), field, address, field, regs->cp0_epc,  in __do_page_fault() 309 		pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset;  in __do_page_fault()
  | 
| /linux-4.4.14/arch/tile/include/asm/ | 
| D | processor.h | 349 #define raw_smp_processor_id() \  macro 356 	unsigned long __cpu = (long)raw_smp_processor_id() << CPU_SHIFT; \ 362 #define raw_smp_processor_id() \  macro 368 	int __cpu = raw_smp_processor_id(); \
  | 
| D | switch_to.h | 62 	    current_thread_info()->homecache_cpu != raw_smp_processor_id()) \
  | 
| /linux-4.4.14/include/linux/ | 
| D | smp.h | 130 #define raw_smp_processor_id()			0  macro 182 # define smp_processor_id() raw_smp_processor_id()
  | 
| D | stop_machine.h | 83 	if (cpumask_test_cpu(raw_smp_processor_id(), cpumask))  in stop_cpus() 84 		return stop_one_cpu(raw_smp_processor_id(), fn, arg);  in stop_cpus()
  | 
| D | tracepoint.h | 358 			cpu_online(raw_smp_processor_id()),		\ 363 			cpu_online(raw_smp_processor_id()),		\ 369 			cpu_online(raw_smp_processor_id()) && (PARAMS(cond)), \
  | 
| D | topology.h | 108 	return cpu_to_node(raw_smp_processor_id());  in numa_node_id()
  | 
| D | kgdb.h | 320 	(raw_smp_processor_id() == atomic_read(&kgdb_active))
  | 
| D | netdevice.h | 676 		val |= raw_smp_processor_id();  in rps_record_sock_flow()
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | smp.h | 73 #define raw_smp_processor_id()	(local_paca->paca_index)  macro 79 #define raw_smp_processor_id()	(current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/arch/x86/kernel/ | 
| D | kgdb.c | 213 		int cpu = raw_smp_processor_id();  in kgdb_correct_hw_break() 314 	int cpu = raw_smp_processor_id();  in kgdb_remove_all_hw_break() 400 	int cpu = raw_smp_processor_id();  in kgdb_disable_hw_debug() 484 				   raw_smp_processor_id());  in kgdb_arch_handle_exception() 524 			cpu = raw_smp_processor_id();  in kgdb_nmi_handler() 534 		cpu = raw_smp_processor_id();  in kgdb_nmi_handler()
  | 
| D | nmi_selftest.c | 56         int cpu = raw_smp_processor_id();  in test_nmi_ipi_callback()
  | 
| D | smp.c | 160 	if (raw_smp_processor_id() == atomic_read(&stopping_cpu))  in smp_stop_nmi_callback()
  | 
| D | reboot.c | 734 	cpu = raw_smp_processor_id();  in crash_nmi_callback()
  | 
| D | smpboot.c | 186 	set_cpu_sibling_map(raw_smp_processor_id());  in smp_callin() 1423 	amd_e400_remove_cpu(raw_smp_processor_id());  in play_dead_common()
  | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | smp.h | 181 #define raw_smp_processor_id() (this_cpu_read(cpu_number))  macro 185 #define raw_smp_processor_id() (this_cpu_read(cpu_number))  macro
  | 
| /linux-4.4.14/arch/sparc/kernel/ | 
| D | cpumap.h | 12 	return raw_smp_processor_id();  in map_to_cpu()
  | 
| D | kgdb_64.c | 128 		kgdb_nmicallback(raw_smp_processor_id(), regs);  in smp_kgdb_capture_client()
  | 
| D | process_64.c | 254 	this_cpu = raw_smp_processor_id();  in arch_trigger_all_cpu_backtrace() 352 	this_cpu = raw_smp_processor_id();  in pmu_snapshot_all_cpus()
  | 
| D | smp_64.c | 838 	struct trap_per_cpu *tp = &trap_block[raw_smp_processor_id()];  in tsb_sync()
  | 
| /linux-4.4.14/arch/metag/include/asm/ | 
| D | smp.h | 6 #define raw_smp_processor_id() (current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/arch/sh/lib64/ | 
| D | udelay.c | 38 	__delay(xloops * (HZ * cpu_data[raw_smp_processor_id()].loops_per_jiffy));  in __const_udelay()
  | 
| /linux-4.4.14/arch/hexagon/include/asm/ | 
| D | smp.h | 26 #define raw_smp_processor_id() (current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/arch/sh/lib/ | 
| D | delay.c | 39 		  "r" (cpu_data[raw_smp_processor_id()].loops_per_jiffy * (HZ/4))  in __const_udelay()
  | 
| /linux-4.4.14/arch/parisc/include/asm/ | 
| D | smp.h | 35 #define raw_smp_processor_id()	(current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | smp.h | 14 #define raw_smp_processor_id()	(current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | smp.h | 23 #define raw_smp_processor_id() (current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/arch/blackfin/include/asm/ | 
| D | smp.h | 18 #define raw_smp_processor_id()  blackfin_core_id()  macro
  | 
| /linux-4.4.14/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-4.4.14/arch/sparc/include/asm/ | 
| D | smp_64.h | 44 #define raw_smp_processor_id() (current_thread_info()->cpu)  macro
  | 
| D | smp_32.h | 106 #define raw_smp_processor_id()		(current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | smp.h | 43 #define raw_smp_processor_id()	(current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/include/trace/events/ | 
| D | kmem.h | 158 	TP_CONDITION(cpu_online(raw_smp_processor_id())) 177 	TP_CONDITION(cpu_online(raw_smp_processor_id())), 294 	TP_CONDITION(cpu_online(raw_smp_processor_id())),
  | 
| /linux-4.4.14/lib/ | 
| D | smp_processor_id.c | 13 	int this_cpu = raw_smp_processor_id();  in check_preemption_disabled()
  | 
| /linux-4.4.14/arch/sh/include/asm/ | 
| D | smp.h | 15 #define raw_smp_processor_id()	(current_thread_info()->cpu)  macro
  | 
| D | processor.h | 96 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()]
  | 
| /linux-4.4.14/arch/sh/kernel/ | 
| D | topology.c | 77 			register_cpu_under_node(raw_smp_processor_id(), i);  in topology_init()
  | 
| D | kgdb.c | 279 				   raw_smp_processor_id());  in kgdb_arch_handle_exception() 317 	kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs());  in kgdb_call_nmi_hook()
  | 
| D | smp.c | 111 	irq_ctx_exit(raw_smp_processor_id());  in play_dead_common()
  | 
| /linux-4.4.14/arch/metag/kernel/ | 
| D | topology.c | 73 			register_cpu_under_node(raw_smp_processor_id(), i);  in topology_init()
  | 
| /linux-4.4.14/arch/blackfin/kernel/ | 
| D | kgdb.c | 335 	kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs());  in kgdb_passive_cpu_callback() 404 			kgdb_arch_imask = cpu_pda[raw_smp_processor_id()].ex_imask;  in kgdb_arch_handle_exception() 405 			cpu_pda[raw_smp_processor_id()].ex_imask = 0;  in kgdb_arch_handle_exception() 437 	int cpu = raw_smp_processor_id();  in kgdb_validate_break_address()
  | 
| D | trace.c | 655 	unsigned int cpu = raw_smp_processor_id();  in dump_bfin_trace_buffer() 852 	unsigned int cpu = raw_smp_processor_id();  in show_regs() 882 		(long)fp->seqstat, fp->ipend, cpu_pda[raw_smp_processor_id()].ex_imask, fp->syscfg);  in show_regs() 885 	if (!(cpu_pda[raw_smp_processor_id()].ex_imask & (EVT_IVG13 | EVT_IVG12 | EVT_IVG11 |  in show_regs() 888 	if (!(cpu_pda[raw_smp_processor_id()].ex_imask & (EVT_IVG15 | EVT_IVG14)))  in show_regs()
  | 
| D | traps.c | 77 	unsigned int cpu = raw_smp_processor_id();  in trap_c() 515 		unsigned int cpu = raw_smp_processor_id();  in double_fault_c()
  | 
| D | process.c | 308 	int cpu = raw_smp_processor_id();  in bfin_mem_access_type()
  | 
| /linux-4.4.14/arch/arm64/kernel/ | 
| D | kgdb.c | 200 		atomic_set(&kgdb_cpu_doing_single_step, raw_smp_processor_id());  in kgdb_arch_handle_exception() 254 	kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs());  in kgdb_call_nmi_hook()
  | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | smp.h | 16 #define raw_smp_processor_id()	(S390_lowcore.cpu_nr)  macro
  | 
| /linux-4.4.14/arch/arc/include/asm/ | 
| D | smp.h | 18 #define raw_smp_processor_id() (current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/kernel/trace/ | 
| D | trace_clock.c | 100 	this_cpu = raw_smp_processor_id();  in trace_clock_global()
  | 
| D | trace_irqsoff.c | 107 	cpu = raw_smp_processor_id();  in func_prolog_dec() 364 	cpu = raw_smp_processor_id();  in start_critical_timing() 397 	cpu = raw_smp_processor_id();  in stop_critical_timing()
  | 
| D | trace_sched_wakeup.c | 87 	cpu = raw_smp_processor_id();  in func_prolog_preempt_disable() 457 	cpu = raw_smp_processor_id();  in probe_wakeup_sched_switch()
  | 
| D | trace_stack.c | 209 	cpu = raw_smp_processor_id();  in stack_trace_call()
  | 
| D | trace_functions.c | 175 	cpu = raw_smp_processor_id();  in function_stack_trace_call()
  | 
| D | trace_functions_graph.c | 341 	cpu = raw_smp_processor_id();  in trace_graph_entry() 423 	cpu = raw_smp_processor_id();  in trace_graph_return()
  | 
| D | ring_buffer.c | 2654 	int cpu = raw_smp_processor_id();  in ring_buffer_unlock_commit() 2844 	cpu = raw_smp_processor_id();  in ring_buffer_lock_reserve() 2999 	cpu = raw_smp_processor_id();  in ring_buffer_write()
  | 
| D | trace_uprobe.c | 768 	cpu = raw_smp_processor_id();  in uprobe_buffer_get()
  | 
| D | blktrace.c | 228 	cpu = raw_smp_processor_id();  in __blk_add_trace()
  | 
| D | ftrace.c | 2860 	start = ftrace_now(raw_smp_processor_id());  in ftrace_update_code() 2902 	stop = ftrace_now(raw_smp_processor_id());  in ftrace_update_code()
  | 
| D | trace_events_filter.c | 261 	cpu = raw_smp_processor_id();  in filter_pred_cpu()
  | 
| D | trace_events.c | 3381 	cpu = raw_smp_processor_id();  in function_test_events_call()
  | 
| D | trace.c | 7134 		iter.cpu_file = raw_smp_processor_id();  in ftrace_dump()
  | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | smp.h | 28 #define raw_smp_processor_id() (current_thread_info()->cpu)  macro
  | 
| D | cpu-info.h | 98 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()]
  | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | smp.h | 21 #define raw_smp_processor_id() (current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/arch/arc/kernel/ | 
| D | mcip.c | 37 	if (unlikely(cpu == raw_smp_processor_id())) {  in mcip_ipi_send() 104 			copy, raw_smp_processor_id());  in mcip_ipi_clear()
  | 
| D | kgdb.c | 196 	kgdb_nmicallback(raw_smp_processor_id(), NULL);  in kgdb_call_nmi_hook()
  | 
| /linux-4.4.14/drivers/net/ethernet/sfc/ | 
| D | efx.h | 248 		   channel->channel, raw_smp_processor_id());  in efx_schedule_channel() 255 	channel->event_test_cpu = raw_smp_processor_id();  in efx_schedule_channel_irq()
  | 
| D | farch.c | 1173 		channel->event_test_cpu = raw_smp_processor_id();  in efx_farch_handle_generated_event() 1573 		efx->last_irq_cpu = raw_smp_processor_id();  in efx_farch_legacy_interrupt() 1615 			   irq, raw_smp_processor_id(), EFX_DWORD_VAL(reg));  in efx_farch_legacy_interrupt() 1636 		   irq, raw_smp_processor_id(), EFX_OWORD_VAL(*int_ker));  in efx_farch_msi_interrupt() 1646 		efx->last_irq_cpu = raw_smp_processor_id();  in efx_farch_msi_interrupt()
  | 
| D | efx.c | 296 		   channel->channel, raw_smp_processor_id());  in efx_poll() 2006 		   raw_smp_processor_id());  in efx_monitor() 2158 		  raw_smp_processor_id());  in efx_net_open() 2186 		  raw_smp_processor_id());  in efx_net_stop()
  | 
| D | falcon.c | 442 			   raw_smp_processor_id());  in falcon_legacy_interrupt_a1() 445 	efx->last_irq_cpu = raw_smp_processor_id();  in falcon_legacy_interrupt_a1() 448 		   irq, raw_smp_processor_id(), EFX_OWORD_VAL(*int_ker));  in falcon_legacy_interrupt_a1()
  | 
| D | ef10.c | 1676 		   "IRQ %d on CPU %d\n", irq, raw_smp_processor_id());  in efx_ef10_msi_interrupt() 1681 			efx->last_irq_cpu = raw_smp_processor_id();  in efx_ef10_msi_interrupt() 1708 			efx->last_irq_cpu = raw_smp_processor_id();  in efx_ef10_legacy_interrupt() 1719 		   irq, raw_smp_processor_id(), EFX_DWORD_VAL(reg));  in efx_ef10_legacy_interrupt() 2636 		channel->event_test_cpu = raw_smp_processor_id();  in efx_ef10_handle_driver_generated_event()
  | 
| /linux-4.4.14/arch/blackfin/mm/ | 
| D | init.c | 69 	unsigned int cpu = raw_smp_processor_id();  in init_pda()
  | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | smp.h | 51 #define raw_smp_processor_id() (current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/arch/tile/kernel/ | 
| D | sys.c | 43 		homecache_evict(cpumask_of(raw_smp_processor_id()));  in SYSCALL_DEFINE3()
  | 
| D | kgdb.c | 149 	kgdb_nmicallback(raw_smp_processor_id(), NULL);  in kgdb_call_nmi_hook() 423 				   raw_smp_processor_id());  in kgdb_arch_handle_exception()
  | 
| D | sysfs.c | 254 		int cpu = raw_smp_processor_id();  in create_sysfs_entries()
  | 
| D | stack.c | 198 	int cpu = raw_smp_processor_id();  in validate_stack()
  | 
| D | hardwall.c | 662 	       task->pid, task->comm, hwt->name, raw_smp_processor_id());  in hardwall_deactivate()
  | 
| D | unaligned.c | 1589 				raw_smp_processor_id(), current->pid,  in do_unaligned()
  | 
| /linux-4.4.14/arch/x86/lib/ | 
| D | msr-smp.c | 10 	int this_cpu = raw_smp_processor_id();  in __rdmsr_on_cpu() 24 	int this_cpu = raw_smp_processor_id();  in __wrmsr_on_cpu()
  | 
| /linux-4.4.14/fs/pstore/ | 
| D | ftrace.c | 45 	pstore_ftrace_encode_cpu(&rec, raw_smp_processor_id());  in pstore_ftrace_call()
  | 
| /linux-4.4.14/drivers/lguest/ | 
| D | page_tables.c | 1184 	if (pgdir->last_host_cpu == raw_smp_processor_id())  in map_switcher_in_guest() 1207 		+ raw_smp_processor_id() * sizeof(struct lguest_pages);  in map_switcher_in_guest() 1220 		= lg_switcher_pages[1 + raw_smp_processor_id()*2 + 1];  in map_switcher_in_guest() 1225 	pgdir->last_host_cpu = raw_smp_processor_id();  in map_switcher_in_guest()
  | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | kgdb.c | 121 	kgdb_nmicallback(raw_smp_processor_id(), regs);  in kgdb_call_nmi_hook() 436 				   raw_smp_processor_id());  in kgdb_arch_handle_exception()
  | 
| D | irq.c | 517 	irqtp = hardirq_ctx[raw_smp_processor_id()];  in do_IRQ() 518 	sirqtp = softirq_ctx[raw_smp_processor_id()];  in do_IRQ()
  | 
| D | rtasd.c | 463 	cpu = cpumask_next(raw_smp_processor_id(), cpu_online_mask);  in rtas_event_scan()
  | 
| D | smp.c | 311 	int me = raw_smp_processor_id();  in smp_send_debugger_break()
  | 
| /linux-4.4.14/arch/ia64/sn/kernel/ | 
| D | bte.c | 90 	int my_nasid = cpuid_to_nasid(raw_smp_processor_id());  in bte_copy() 109 	bte_first = raw_smp_processor_id() % btes_per_node;  in bte_copy()
  | 
| /linux-4.4.14/kernel/time/ | 
| D | timer.c | 264 	return round_jiffies_common(j, raw_smp_processor_id(), false);  in round_jiffies() 285 	return __round_jiffies_relative(j, raw_smp_processor_id());  in round_jiffies_relative() 335 	return round_jiffies_common(j, raw_smp_processor_id(), true);  in round_jiffies_up() 350 	return __round_jiffies_up_relative(j, raw_smp_processor_id());  in round_jiffies_up_relative() 683 	timer->flags = flags | raw_smp_processor_id();  in do_init_timer()
  | 
| D | timer_stats.c | 248 	lock = &per_cpu(tstats_lookup_lock, raw_smp_processor_id());  in timer_stats_update_stats()
  | 
| D | clocksource.c | 272 	next_cpu = cpumask_next(raw_smp_processor_id(), cpu_online_mask);  in clocksource_watchdog()
  | 
| /linux-4.4.14/arch/m32r/include/asm/ | 
| D | smp.h | 63 #define raw_smp_processor_id()	(current_thread_info()->cpu)  macro
  | 
| /linux-4.4.14/drivers/tty/hvc/ | 
| D | hvc_tile.c | 85 	int cpu = raw_smp_processor_id();  /* Choose an arbitrary cpu */  in hvc_tile_notifier_add_irq()
  | 
| /linux-4.4.14/drivers/oprofile/ | 
| D | buffer_sync.c | 75 	sync_buffer(raw_smp_processor_id());  in task_exit_notify() 100 		sync_buffer(raw_smp_processor_id());  in munmap_notify()
  | 
| /linux-4.4.14/kernel/debug/kdb/ | 
| D | kdb_main.c | 1176 		kdb_curr_task(raw_smp_processor_id());  in kdb_local() 1186 		kdb_printf("on processor %d ", raw_smp_processor_id());  in kdb_local() 1202 			kdb_printf("on processor %d ", raw_smp_processor_id());  in kdb_local() 1292 			 raw_smp_processor_id());  in kdb_local() 1355 		   text, raw_smp_processor_id(), value, kdb_initial_cpu,  in kdb_print_state() 1787 	if (raw_smp_processor_id() != kdb_initial_cpu) {  in kdb_go() 2199 	kdb_printf("Currently on cpu %d\n", raw_smp_processor_id());  in kdb_cpu_status() 2321 		   p == kdb_curr_task(raw_smp_processor_id()) ? '*' : ' ',  in kdb_ps1()
  | 
| /linux-4.4.14/kernel/ | 
| D | stop_machine.c | 528 	stop_machine_unpark(raw_smp_processor_id());  in cpu_stop_init() 612 	BUG_ON(cpu_active(raw_smp_processor_id()));  in stop_machine_from_inactive_cpu()
  | 
| D | panic.c | 442 		raw_smp_processor_id(), current->pid, file, line, caller);  in warn_slowpath_common()
  | 
| D | workqueue.c | 900 	if (WARN_ON_ONCE(cpu != raw_smp_processor_id() || pool->cpu != cpu))  in wq_worker_sleeping() 1361 		cpu = raw_smp_processor_id();  in __queue_work() 2013 		     raw_smp_processor_id() != pool->cpu);  in process_one_work()
  | 
| D | sys.c | 2280 	int cpu = raw_smp_processor_id();  in SYSCALL_DEFINE3()
  | 
| /linux-4.4.14/drivers/cpufreq/ | 
| D | powernv-cpufreq.c | 256 		raw_smp_processor_id(), pmspr_val, freq_data->pstate_id,  in powernv_read_cpu_freq() 299 			raw_smp_processor_id(), val);  in set_pstate()
  | 
| D | cpufreq_governor.c | 182 		__gov_queue_work(raw_smp_processor_id(), dbs_data, delay);  in gov_queue_work()
  | 
| /linux-4.4.14/arch/powerpc/platforms/cell/spufs/ | 
| D | sched.c | 146 	ctx->last_ran = raw_smp_processor_id();  in __spu_update_sched_info() 314 	node = cpu_to_node(raw_smp_processor_id());  in aff_ref_location() 597 	node = cpu_to_node(raw_smp_processor_id());  in spu_get_idle() 645 	node = cpu_to_node(raw_smp_processor_id());  in find_victim()
  | 
| /linux-4.4.14/kernel/bpf/ | 
| D | helpers.c | 104 	return raw_smp_processor_id();  in bpf_get_smp_processor_id()
  | 
| /linux-4.4.14/fs/ocfs2/cluster/ | 
| D | masklog.c | 95 	       raw_smp_processor_id(), func, line, prefix, &vaf);  in __mlog_printk()
  | 
| /linux-4.4.14/arch/powerpc/kvm/ | 
| D | book3s_hv_builtin.c | 211 	    cpu_first_thread_sibling(raw_smp_processor_id())) {  in kvmhv_rm_send_ipi()
  | 
| /linux-4.4.14/arch/blackfin/kernel/cplb-nompu/ | 
| D | cplbmgr.c | 218 	unsigned int cpu = raw_smp_processor_id();  in cplb_hdr()
  | 
| /linux-4.4.14/arch/arm/kernel/ | 
| D | kgdb.c | 174        kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs());  in kgdb_call_nmi_hook()
  | 
| /linux-4.4.14/kernel/sched/ | 
| D | clock.c | 389 		return sched_clock_cpu(raw_smp_processor_id());  in local_clock()
  | 
| D | debug.c | 644 		unsigned int this_cpu = raw_smp_processor_id();  in proc_sched_show_task()
  | 
| D | core.c | 2454 		notifier->ops->sched_in(notifier, raw_smp_processor_id());  in __fire_sched_in_preempt_notifiers()
  | 
| /linux-4.4.14/arch/hexagon/kernel/ | 
| D | kgdb.c | 138 	kgdb_nmicallback(raw_smp_processor_id(), get_irq_regs());  in hexagon_kgdb_nmi_hook()
  | 
| D | traps.c | 108 	       raw_smp_processor_id(), task->comm,  in do_show_stack()
  | 
| /linux-4.4.14/arch/x86/kernel/cpu/ | 
| D | perf_event_intel_bts.c | 137 	int cpu = raw_smp_processor_id();  in bts_config_buffer() 188 	int cpu = raw_smp_processor_id();  in bts_update()
  | 
| D | perf_event_intel_pt.c | 874 		cpu = raw_smp_processor_id();  in pt_buffer_setup_aux()
  | 
| D | perf_event.c | 1865 	int cpu = raw_smp_processor_id();  in allocate_fake_cpuc()
  | 
| /linux-4.4.14/drivers/crypto/ | 
| D | padlock-aes.c | 169 	int cpu = raw_smp_processor_id();  in padlock_reset_key() 181 	per_cpu(paes_last_cword, raw_smp_processor_id()) = cword;  in padlock_store_cword()
  | 
| /linux-4.4.14/arch/powerpc/mm/ | 
| D | slb.c | 343 	if (raw_smp_processor_id() != boot_cpuid &&  in slb_initialize()
  | 
| D | numa.c | 1464 					cpumask_of(raw_smp_processor_id()));  in arch_update_cpu_topology()
  | 
| /linux-4.4.14/kernel/debug/ | 
| D | debug_core.c | 418 	if (atomic_read(&kgdb_active) != raw_smp_processor_id())  in kgdb_reenter_check() 709 	ks->cpu			= raw_smp_processor_id();  in kgdb_handle_exception()
  | 
| D | gdbstub.c | 469 	return -raw_smp_processor_id() - 2;  in shadow_pid()
  | 
| /linux-4.4.14/fs/xfs/ | 
| D | xfs_linux.h | 120 #define current_cpu()		(raw_smp_processor_id())
  | 
| /linux-4.4.14/net/ipv6/ | 
| D | inet6_hashtables.c | 117 		if (sk->sk_incoming_cpu == raw_smp_processor_id())  in compute_score()
  | 
| D | udp.c | 185 	if (sk->sk_incoming_cpu == raw_smp_processor_id())  in compute_score() 228 	if (sk->sk_incoming_cpu == raw_smp_processor_id())  in compute_score2()
  | 
| /linux-4.4.14/arch/blackfin/kernel/cplb-mpu/ | 
| D | cplbmgr.c | 303 	unsigned int cpu = raw_smp_processor_id();  in cplb_hdr()
  | 
| /linux-4.4.14/net/netfilter/ | 
| D | nft_meta.c | 160 		*dest = raw_smp_processor_id();  in nft_meta_get_eval()
  | 
| /linux-4.4.14/arch/mips/kernel/ | 
| D | kgdb.c | 217 	kgdb_nmicallback(raw_smp_processor_id(), NULL);  in kgdb_call_nmi_hook()
  | 
| /linux-4.4.14/drivers/lguest/x86/ | 
| D | core.c | 272 	run_guest_once(cpu, lguest_pages(raw_smp_processor_id()));  in lguest_arch_run_guest()
  | 
| /linux-4.4.14/arch/mn10300/kernel/ | 
| D | kgdb.c | 438 				   raw_smp_processor_id());  in kgdb_arch_handle_exception()
  | 
| /linux-4.4.14/include/asm-generic/ | 
| D | percpu.h | 30 #define __my_cpu_offset per_cpu_offset(raw_smp_processor_id())
  | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | mca_drv.c | 161 	       raw_smp_processor_id(), current->pid,  in mca_handler_bh()
  | 
| /linux-4.4.14/drivers/tty/serial/ | 
| D | tilegx.c | 334 	int cpu = raw_smp_processor_id();  /* pick an arbitrary cpu */  in tilegx_startup()
  | 
| /linux-4.4.14/net/ipv4/ | 
| D | inet_hashtables.c | 192 		if (sk->sk_incoming_cpu == raw_smp_processor_id())  in compute_score()
  | 
| D | udp.c | 377 	if (sk->sk_incoming_cpu == raw_smp_processor_id())  in compute_score() 422 	if (sk->sk_incoming_cpu == raw_smp_processor_id())  in compute_score2()
  | 
| /linux-4.4.14/arch/x86/kernel/cpu/microcode/ | 
| D | amd.c | 676 	BUG_ON(raw_smp_processor_id() != cpu);  in apply_microcode_amd()
  | 
| D | intel.c | 853 	int cpu_num = raw_smp_processor_id();  in apply_microcode_intel()
  | 
| /linux-4.4.14/drivers/misc/sgi-gru/ | 
| D | grufault.c | 542 			raw_smp_processor_id(), chiplet);  in gru_intr()
  | 
| /linux-4.4.14/drivers/block/ | 
| D | null_blk.c | 306 		index = raw_smp_processor_id() / ((nr_cpu_ids + nullb->nr_queues - 1) / nullb->nr_queues);  in nullb_to_queue()
  | 
| /linux-4.4.14/arch/x86/kvm/ | 
| D | svm.c | 647 	int me = raw_smp_processor_id();  in svm_hardware_enable() 719 	struct svm_cpu_data *sd = per_cpu(svm_data, raw_smp_processor_id());  in svm_cpu_uninit() 724 	per_cpu(svm_data, raw_smp_processor_id()) = NULL;  in svm_cpu_uninit() 3490 	int cpu = raw_smp_processor_id();  in reload_tss() 3499 	int cpu = raw_smp_processor_id();  in pre_svm_run()
  | 
| D | vmx.c | 1366 	int cpu = raw_smp_processor_id();  in crash_vmclear_local_loaded_vmcss() 1384 	int cpu = raw_smp_processor_id();  in __loaded_vmcs_clear() 3027 	int cpu = raw_smp_processor_id();  in hardware_enable() 3074 	int cpu = raw_smp_processor_id();  in vmclear_local_loaded_vmcss() 3326 	return alloc_vmcs_cpu(raw_smp_processor_id());  in alloc_vmcs() 8785 		kvm_cpu_vmxon(__pa(per_cpu(vmxarea, raw_smp_processor_id())));  in vmx_create_vcpu()
  | 
| D | x86.c | 5503 		khz = cpufreq_quick_get(raw_smp_processor_id());  in tsc_khz_changed()
  | 
| /linux-4.4.14/arch/x86/kernel/apic/ | 
| D | x2apic_uv_x.c | 748 	if (idle_cpu(raw_smp_processor_id()))  in uv_heartbeat()
  | 
| /linux-4.4.14/drivers/scsi/megaraid/ | 
| D | megaraid_sas_fusion.c | 1654 		raw_smp_processor_id() % instance->msix_vectors : 0;  in megasas_build_ldio_fusion() 1874 		(raw_smp_processor_id() % instance->msix_vectors) : 0;  in megasas_build_syspd_fusion()
  | 
| /linux-4.4.14/virt/kvm/ | 
| D | kvm_main.c | 3041 	int cpu = raw_smp_processor_id();  in hardware_enable_nolock() 3068 	int cpu = raw_smp_processor_id();  in hardware_disable_nolock()
  | 
| /linux-4.4.14/kernel/rcu/ | 
| D | tree.c | 3640 	rdp = per_cpu_ptr(rsp->rda, raw_smp_processor_id());  in exp_funnel_lock() 3720 			if (raw_smp_processor_id() == cpu ||  in sync_rcu_exp_select_cpus()
  | 
| /linux-4.4.14/mm/ | 
| D | percpu.c | 856 	addr += pcpu_unit_offsets[raw_smp_processor_id()];  in pcpu_chunk_addr_search()
  | 
| D | mempolicy.c | 2253 	int thiscpu = raw_smp_processor_id();  in mpol_misplaced()
  | 
| /linux-4.4.14/include/net/ | 
| D | sock.h | 875 	sk->sk_incoming_cpu = raw_smp_processor_id();  in sk_incoming_cpu_update()
  | 
| /linux-4.4.14/net/core/ | 
| D | filter.c | 149 	return raw_smp_processor_id();  in __get_raw_cpu_id()
  | 
| D | sock.c | 1566 		newsk->sk_incoming_cpu = raw_smp_processor_id();  in sk_clone_lock()
  | 
| D | dev.c | 3030 		skb->sender_cpu = raw_smp_processor_id() + 1;  in netdev_pick_tx()
  | 
| /linux-4.4.14/drivers/misc/sgi-xp/ | 
| D | xpc_sn2.c | 1264 	cpuid = raw_smp_processor_id();	/* any CPU in this partition will do */  in xpc_setup_ch_structures_sn2()
  | 
| /linux-4.4.14/drivers/block/mtip32xx/ | 
| D | mtip32xx.c | 4403 		cpu_to_node(raw_smp_processor_id()), raw_smp_processor_id());  in mtip_pci_probe()
  | 
| /linux-4.4.14/kernel/printk/ | 
| D | printk.c | 3148 	       log_lvl, raw_smp_processor_id(), current->pid, current->comm,  in dump_stack_print_info()
  | 
| /linux-4.4.14/block/ | 
| D | blk-mq.c | 733 	WARN_ON(!cpumask_test_cpu(raw_smp_processor_id(), hctx->cpumask));  in __blk_mq_run_hw_queue()
  | 
| D | blk-core.c | 1788 		req->cpu = raw_smp_processor_id();  in blk_queue_bio()
  | 
| /linux-4.4.14/Documentation/networking/ | 
| D | filter.txt | 281   cpu                                   raw_smp_processor_id()
  | 
| /linux-4.4.14/net/packet/ | 
| D | af_packet.c | 317 	return (u16) raw_smp_processor_id() % dev->real_num_tx_queues;  in __packet_pick_tx_queue()
  | 
| /linux-4.4.14/drivers/scsi/ | 
| D | hpsa.c | 980 				raw_smp_processor_id() % h->nreply_queues;  in set_performant_mode() 2298 	queue_work_on(raw_smp_processor_id(), h->resubmit_wq, &c->work);  in hpsa_retry_cmd()
  | 
| /linux-4.4.14/drivers/scsi/mpt3sas/ | 
| D | mpt3sas_base.c | 2417 	return ioc->cpu_msix_table[raw_smp_processor_id()];  in _base_get_msix_index()
  | 
| /linux-4.4.14/kernel/events/ | 
| D | core.c | 5185 		data->cpu_entry.cpu	 = raw_smp_processor_id();  in __perf_event_header__init_id()
  |