Searched refs:have_fw_feat (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/powerpc/kvm/ |
D | powerpc.c | 2295 static inline bool have_fw_feat(struct device_node *fw_features, in have_fw_feat() function 2325 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2328 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2331 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2334 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2337 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2340 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2343 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2354 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2357 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char() [all …]
|