/linux-6.1.9/arch/powerpc/sysdev/ |
D | fsl_rcpm.c | 29 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()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | smp.h | 96 static inline int get_hard_smp_processor_id(int cpu) in get_hard_smp_processor_id() function 188 #define hard_smp_processor_id() get_hard_smp_processor_id(0) 209 static inline int get_hard_smp_processor_id(int cpu) in get_hard_smp_processor_id() function 222 static inline int get_hard_smp_processor_id(int cpu) in get_hard_smp_processor_id() function
|
D | paravirt.h | 61 plpar_hcall_norets_notrace(H_CONFER, get_hard_smp_processor_id(cpu), yield_count); in yield_to_preempted() 66 plpar_hcall_norets_notrace(H_PROD, get_hard_smp_processor_id(cpu)); in prod_cpu()
|
D | mpic_msgr.h | 113 out_be32(msgr->base, 1 << get_hard_smp_processor_id(cpu_num)); in mpic_msgr_set_destination()
|
D | dbell.h | 117 u32 tag = get_hard_smp_processor_id(cpu); in doorbell_global_ipi()
|
/linux-6.1.9/arch/powerpc/sysdev/xics/ |
D | icp-opal.c | 128 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()
|
D | xics-common.c | 55 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()
|
D | icp-hv.c | 62 int hw_cpu = get_hard_smp_processor_id(n_cpu); in icp_hv_set_qirr()
|
D | icp-native.c | 224 if (hw_id == get_hard_smp_processor_id(i)) { in icp_native_map_one_cpu()
|
/linux-6.1.9/arch/powerpc/perf/ |
D | imc-pmu.c | 401 get_hard_smp_processor_id(cpu)); in ppc_nest_imc_cpu_offline() 436 get_hard_smp_processor_id(cpu)); in ppc_nest_imc_cpu_online() 492 get_hard_smp_processor_id(event->cpu)); in nest_imc_counters_release() 570 get_hard_smp_processor_id(event->cpu)); in nest_imc_event_init() 620 get_hard_smp_processor_id(cpu)); in core_imc_mem_init() 709 get_hard_smp_processor_id(cpu)); in ppc_core_imc_cpu_offline() 793 get_hard_smp_processor_id(event->cpu)); in core_imc_counters_release() 854 get_hard_smp_processor_id(event->cpu)); in core_imc_event_init() 1145 get_hard_smp_processor_id(smp_processor_id()))) { in thread_imc_event_add() 1174 get_hard_smp_processor_id(smp_processor_id()))) { in thread_imc_event_del() [all …]
|
/linux-6.1.9/arch/powerpc/platforms/powernv/ |
D | smp.c | 75 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()
|
D | opal-imc.c | 196 get_hard_smp_processor_id(cpu)); in disable_nest_pmu_counters() 211 get_hard_smp_processor_id(cpu)); in disable_core_pmu_counters()
|
D | setup.c | 409 rc = opal_query_cpu_status(get_hard_smp_processor_id(i), in pnv_kexec_wait_secondaries_down()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | smp.c | 99 pcpu = get_hard_smp_processor_id(lcpu); in smp_startup_cpu() 186 hwcpu = get_hard_smp_processor_id(cpu); in pseries_cause_nmi_ipi()
|
D | hotplug-cpu.c | 117 unsigned int pcpu = get_hard_smp_processor_id(cpu); in pseries_cpu_die() 309 if (get_hard_smp_processor_id(cpu) != thread) in pseries_remove_processor() 342 if (get_hard_smp_processor_id(cpu) != thread) in dlpar_offline_cpu() 398 if (get_hard_smp_processor_id(cpu) != thread) in dlpar_online_cpu()
|
D | dtl.c | 143 hwcpu = get_hard_smp_processor_id(dtl->cpu); in dtl_start() 167 int hwcpu = get_hard_smp_processor_id(dtl->cpu); in dtl_stop()
|
/linux-6.1.9/arch/powerpc/platforms/cell/ |
D | smp.c | 78 pcpu = get_hard_smp_processor_id(lcpu); in smp_startup_cpu()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | setup_32.c | 188 hw_cpu = get_hard_smp_processor_id(i); in exc_lvl_early_init()
|
D | irq.c | 379 return get_hard_smp_processor_id(cpuid); in irq_choose_cpu()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_hv_builtin.c | 204 msg |= get_hard_smp_processor_id(cpu); in kvmhv_rm_send_ipi() 227 opal_int_set_mfrr(get_hard_smp_processor_id(cpu), IPI_PRIORITY); in kvmhv_rm_send_ipi()
|
/linux-6.1.9/arch/powerpc/sysdev/xive/ |
D | common.c | 662 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()
|
D | native.c | 225 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()
|
D | spapr.c | 540 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()
|
/linux-6.1.9/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 753 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()
|
/linux-6.1.9/arch/powerpc/platforms/85xx/ |
D | smp.c | 195 int hw_cpu = get_hard_smp_processor_id(cpu); in smp_85xx_start_cpu()
|