Home
last modified time | relevance | path

Searched refs:get_hard_smp_processor_id (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_rcpm.c29 int hw_cpu = get_hard_smp_processor_id(cpu); in rcpm_v1_irq_mask()
40 int hw_cpu = get_hard_smp_processor_id(cpu); in rcpm_v2_irq_mask()
51 int hw_cpu = get_hard_smp_processor_id(cpu); in rcpm_v1_irq_unmask()
62 int hw_cpu = get_hard_smp_processor_id(cpu); in rcpm_v2_irq_unmask()
89 int hw_cpu = get_hard_smp_processor_id(cpu); in rcpm_v1_cpu_enter_state()
107 int hw_cpu = get_hard_smp_processor_id(cpu); in rcpm_v2_cpu_enter_state()
166 int hw_cpu = get_hard_smp_processor_id(cpu); in rcpm_v1_cpu_exit_state()
190 int hw_cpu = get_hard_smp_processor_id(cpu); in rcpm_v2_cpu_exit_state()
H A Dmpic.c632 mask |= (cpumask & 1) << get_hard_smp_processor_id(i); in mpic_physmask()
1446 unsigned int cpu = get_hard_smp_processor_id(i); in mpic_alloc()
1879 physmask = 1 << get_hard_smp_processor_id(cpu); in smp_mpic_message_pass()
1908 int cpuid = get_hard_smp_processor_id(cpu); in mpic_reset_core()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsmp.h97 static inline int get_hard_smp_processor_id(int cpu) in get_hard_smp_processor_id() function
189 #define hard_smp_processor_id() get_hard_smp_processor_id(0)
210 static inline int get_hard_smp_processor_id(int cpu) in get_hard_smp_processor_id() function
223 static inline int get_hard_smp_processor_id(int cpu) in get_hard_smp_processor_id() function
H A Dparavirt.h62 plpar_hcall_norets_notrace(H_CONFER, get_hard_smp_processor_id(cpu), yield_count); in yield_to_preempted()
67 plpar_hcall_norets_notrace(H_PROD, get_hard_smp_processor_id(cpu)); in prod_cpu()
H A Dmpic_msgr.h113 out_be32(msgr->base, 1 << get_hard_smp_processor_id(cpu_num)); in mpic_msgr_set_destination()
H A Ddbell.h117 u32 tag = get_hard_smp_processor_id(cpu); in doorbell_global_ipi()
/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dicp-opal.c128 int hw_cpu = get_hard_smp_processor_id(cpu); in icp_opal_cause_ipi()
139 opal_int_set_mfrr(get_hard_smp_processor_id(cpu), 0xff); in icp_opal_ipi_action()
162 opal_int_set_mfrr(get_hard_smp_processor_id(cpu), 0xff); in icp_opal_flush_interrupt()
H A Dxics-common.c55 hcpuid = get_hard_smp_processor_id(boot_cpuid); in xics_update_irq_servers()
289 return get_hard_smp_processor_id(server); in xics_get_irq_server()
H A Dicp-hv.c62 int hw_cpu = get_hard_smp_processor_id(n_cpu); in icp_hv_set_qirr()
H A Dicp-native.c224 if (hw_id == get_hard_smp_processor_id(i)) { in icp_native_map_one_cpu()
/openbmc/linux/arch/powerpc/perf/
H A Dimc-pmu.c407 get_hard_smp_processor_id(cpu)); in ppc_nest_imc_cpu_offline()
442 get_hard_smp_processor_id(cpu)); in ppc_nest_imc_cpu_online()
498 get_hard_smp_processor_id(event->cpu)); in nest_imc_counters_release()
576 get_hard_smp_processor_id(event->cpu)); in nest_imc_event_init()
626 get_hard_smp_processor_id(cpu)); in core_imc_mem_init()
715 get_hard_smp_processor_id(cpu)); in ppc_core_imc_cpu_offline()
799 get_hard_smp_processor_id(event->cpu)); in core_imc_counters_release()
860 get_hard_smp_processor_id(event->cpu)); in core_imc_event_init()
1151 get_hard_smp_processor_id(smp_processor_id()))) { in thread_imc_event_add()
1180 get_hard_smp_processor_id(smp_processor_id()))) { in thread_imc_event_del()
[all …]
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c75 pcpu = get_hard_smp_processor_id(nr); in pnv_smp_kick_cpu()
360 int h = get_hard_smp_processor_id(cpu); in pnv_cause_nmi_ipi()
391 get_hard_smp_processor_id(c)); in pnv_cause_nmi_ipi()
H A Dopal-imc.c195 get_hard_smp_processor_id(cpu)); in disable_nest_pmu_counters()
210 get_hard_smp_processor_id(cpu)); in disable_core_pmu_counters()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsmp.c99 pcpu = get_hard_smp_processor_id(lcpu); in smp_startup_cpu()
186 hwcpu = get_hard_smp_processor_id(cpu); in pseries_cause_nmi_ipi()
H A Dhotplug-cpu.c118 unsigned int pcpu = get_hard_smp_processor_id(cpu); in pseries_cpu_die()
310 if (get_hard_smp_processor_id(cpu) != thread) in pseries_remove_processor()
343 if (get_hard_smp_processor_id(cpu) != thread) in dlpar_offline_cpu()
399 if (get_hard_smp_processor_id(cpu) != thread) in dlpar_online_cpu()
H A Ddtl.c143 hwcpu = get_hard_smp_processor_id(dtl->cpu); in dtl_start()
167 int hwcpu = get_hard_smp_processor_id(dtl->cpu); in dtl_stop()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dsmp.c78 pcpu = get_hard_smp_processor_id(lcpu); in smp_startup_cpu()
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup_32.c188 hw_cpu = get_hard_smp_processor_id(i); in exc_lvl_early_init()
H A Dirq.c387 return get_hard_smp_processor_id(cpuid); in irq_choose_cpu()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c205 msg |= get_hard_smp_processor_id(cpu); in kvmhv_rm_send_ipi()
228 opal_int_set_mfrr(get_hard_smp_processor_id(cpu), IPI_PRIORITY); in kvmhv_rm_send_ipi()
/openbmc/linux/arch/powerpc/sysdev/xive/
H A Dcommon.c662 get_hard_smp_processor_id(target), in xive_irq_startup()
692 get_hard_smp_processor_id(xd->target), in xive_irq_shutdown()
760 get_hard_smp_processor_id(target), in xive_irq_set_affinity()
926 get_hard_smp_processor_id(xd->target), in xive_irq_set_vcpu_affinity()
1229 get_hard_smp_processor_id(cpu), in xive_setup_cpu_ipi()
H A Dspapr.c540 return xive_spapr_configure_queue(get_hard_smp_processor_id(cpu), in xive_spapr_setup_queue()
550 int hw_cpu = get_hard_smp_processor_id(cpu); in xive_spapr_cleanup_queue()
H A Dnative.c225 return xive_native_configure_queue(get_hard_smp_processor_id(cpu), in xive_native_setup_queue()
238 __xive_native_disable_queue(get_hard_smp_processor_id(cpu), q, prio); in xive_native_cleanup_queue()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dinterrupt.c753 pd->thread_id = get_hard_smp_processor_id(cpu); in ps3_init_IRQ()
776 u64 thread_id = get_hard_smp_processor_id(cpu); in ps3_shutdown_IRQ()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsmp.c195 int hw_cpu = get_hard_smp_processor_id(cpu); in smp_85xx_start_cpu()

12