Home
last modified time | relevance | path

Searched refs:xive_enabled (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/powernv/
Dsmp.c58 if (xive_enabled()) in pnv_smp_setup_cpu()
142 if (xive_enabled()) in pnv_smp_cpu_disable()
152 if (xive_enabled()) in pnv_flush_interrupts()
312 if (xive_enabled()) in pnv_smp_prepare_cpu()
330 if (xive_enabled()) in pnv_smp_probe()
Dsetup.c351 if (xive_enabled()) in pnv_kexec_cpu_down()
373 if (xive_enabled()) in pnv_kexec_cpu_down()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dsmp.c137 if (xive_enabled()) in smp_setup_cpu()
186 if (xive_enabled()) in pseries_smp_prepare_cpu()
233 if (xive_enabled()) in pSeries_smp_probe()
Dkexec.c56 if (xive_enabled()) { in pseries_kexec_cpu_down()
Dhotplug-cpu.c110 if (xive_enabled()) in pseries_mach_cpu_die()
178 if (xive_enabled()) in pseries_cpu_disable()
/Linux-v5.4/arch/powerpc/include/asm/
Dxive.h88 static inline bool xive_enabled(void) { return __xive_enabled; } in xive_enabled() function
143 static inline bool xive_enabled(void) { return false; } in xive_enabled() function
Dkvm_ppc.h740 return xive_enabled() && cpu_has_feature(CPU_FTR_HVMODE); in xics_on_xive()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv_builtin.c439 if (xive_enabled()) in kvmppc_read_intr()
460 if (xive_enabled()) in kvmppc_read_one_intr()
Dbook3s.c657 if (xive_enabled()) in kvmppc_get_one_reg()
742 if (xive_enabled()) in kvmppc_set_one_reg()
Dbook3s_hv_rm_xics.c144 if (xive_enabled() && kvmhv_on_pseries()) { in icp_rm_set_vcpu_irq()
Dpowerpc.c564 r = xive_enabled() && !!cpu_has_feature(CPU_FTR_HVMODE) && in kvm_vm_ioctl_check_extension()
1953 if (!xive_enabled()) in kvm_vcpu_ioctl_enable_cap()
/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c2604 if (!xive_enabled()) { in dump_xives()