Searched refs:xive_enabled (Results 1 – 14 of 14) sorted by relevance
126 if (xive_enabled()) in smp_setup_cpu()157 if (xive_enabled()) in pseries_smp_prepare_cpu()197 if (xive_enabled()) in pSeries_smp_probe()218 if (xive_enabled()) in pSeries_smp_probe()
56 if (xive_enabled()) { in pseries_kexec_cpu_down()
68 if (xive_enabled()) in pseries_cpu_offline_self()96 if (xive_enabled()) in pseries_cpu_disable()
448 if (xive_enabled()) in pseries_msi_ops_msi_free()
59 if (xive_enabled()) in pnv_smp_setup_cpu()145 if (xive_enabled()) in pnv_smp_cpu_disable()158 if (xive_enabled()) in pnv_flush_interrupts()317 if (xive_enabled()) in pnv_smp_prepare_cpu()335 if (xive_enabled()) in pnv_smp_probe()
440 if (xive_enabled()) in pnv_kexec_cpu_down()462 if (xive_enabled()) in pnv_kexec_cpu_down()
1719 if (xive_enabled()) in pnv_msi_ops_msi_free()
90 static inline bool xive_enabled(void) { return __xive_enabled; } in xive_enabled() function153 static inline bool xive_enabled(void) { return false; } in xive_enabled() function
799 return xive_enabled() && cpu_has_feature(CPU_FTR_HVMODE); in xics_on_xive()
389 if (xive_enabled()) in kvmppc_read_intr()410 if (xive_enabled()) in kvmppc_read_one_intr()
673 if (xive_enabled()) in kvmppc_get_one_reg()758 if (xive_enabled()) in kvmppc_set_one_reg()
572 r = xive_enabled() && !!cpu_has_feature(CPU_FTR_HVMODE) && in kvm_vm_ioctl_check_extension()579 r = !xive_enabled(); in kvm_vm_ioctl_check_extension()1975 if (!xive_enabled()) in kvm_vcpu_ioctl_enable_cap()
1860 if (xive_enabled() && IS_ENABLED(CONFIG_DEBUG_FS)) in xive_core_debug_init()
2812 if (!xive_enabled()) { in dump_xives()
Completed in 273 milliseconds