Searched refs:have_fw_feat (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/powerpc/kvm/ |
D | powerpc.c | 2292 static inline bool have_fw_feat(struct device_node *fw_features, in have_fw_feat() function 2322 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 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() 2351 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2354 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char() [all …]
|