Searched refs:have_fw_feat (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/powerpc/kvm/ |
D | powerpc.c | 2169 static inline bool have_fw_feat(struct device_node *fw_features, in have_fw_feat() function 2199 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2202 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2205 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2208 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2211 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2214 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2224 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2227 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char() 2230 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char()
|