Searched refs:hard_smp_processor_id (Results 1 – 25 of 40) sorted by relevance
12
52 .globl hard_smp_processor_id53 .type hard_smp_processor_id,#function54 hard_smp_processor_id: label63 .size hard_smp_processor_id,.-hard_smp_processor_id
56 int cpuid = hard_smp_processor_id(); in sun4d_cpu_pre_starting()71 cpuid = hard_smp_processor_id(); in sun4d_cpu_pre_online()358 int i = hard_smp_processor_id(); in smp4d_cross_call_irq()369 int cpu = hard_smp_processor_id(); in smp4d_percpu_timer_interrupt()
239 int cpuid = hard_smp_processor_id(); in smp_prepare_boot_cpu()311 unsigned int cpuid = hard_smp_processor_id(); in arch_cpu_pre_online()
116 call hard_smp_processor_id
44 int cpuid = hard_smp_processor_id(); in sun4m_cpu_pre_online()
43 #define hard_smp_processor_id() __hard_smp_processor_id() macro53 #define hard_smp_processor_id() 0 macro
47 int hard_smp_processor_id(void);75 #define hard_smp_processor_id() 0 macro
102 int hard_smp_processor_id(void);126 #define hard_smp_processor_id() 0 macro
92 : "r" (&(current_set[hard_smp_processor_id()])), \
57 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function79 #define hard_smp_processor_id() (0) macro
90 #define hard_smp_processor_id() (get_paca()->hw_cpu_id) macro96 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()]) macro190 #define hard_smp_processor_id() get_hard_smp_processor_id(0) macro
5 #define hard_smp_processor_id() 0 macro
16 #define hard_smp_processor_id() mfspr(SPR_COREID) macro
31 int hwcpu = hard_smp_processor_id(); in pseries_kexec_cpu_down()
59 restore_astate(hard_smp_processor_id()); in pasemi_system_reset_exception()
44 unsigned cpu = hard_smp_processor_id(); in cpu_probe()
23 unsigned cpu = hard_smp_processor_id(); in j2_ipi_interrupt_handler()
121 int cpuid = hard_smp_processor_id(); in smp_callin()245 mycpu = hard_smp_processor_id(); in recv_secondary_console_msg()564 if (cpu == hard_smp_processor_id()) in arch_smp_send_reschedule()578 if (hard_smp_processor_id() != boot_cpu_id) in smp_send_stop()
24 int hw_cpu = hard_smp_processor_id(); in icp_opal_teardown_cpu()
30 unsigned int cpu = hard_smp_processor_id(); in ipi_interrupt_handler()
457 opal_int_set_mfrr(hard_smp_processor_id(), 0xff); in kvmppc_read_one_intr()483 opal_int_set_mfrr(hard_smp_processor_id(), in kvmppc_read_one_intr()
297 current_thread_info()->cpu = hard_smp_processor_id(); in cpu_init()
168 u64 cpu_pir = hard_smp_processor_id(); in update_hid_in_slw()
166 cpu = hard_smp_processor_id(); in mpic_processor_id()1580 1 << hard_smp_processor_id()); in mpic_init()1699 u32 msk = 1 << hard_smp_processor_id(); in mpic_setup_this_cpu()1704 DBG("%s: setup_this_cpu(%d)\n", mpic->name, hard_smp_processor_id()); in mpic_setup_this_cpu()1745 u32 msk = 1 << hard_smp_processor_id(); in mpic_teardown_this_cpu()1750 DBG("%s: teardown_this_cpu(%d)\n", mpic->name, hard_smp_processor_id()); in mpic_teardown_this_cpu()
391 return hard_smp_processor_id(); in irq_choose_cpu()
Completed in 30 milliseconds