Searched refs:fw_features (Results 1 – 2 of 2) sorted by relevance
| /arch/powerpc/platforms/powernv/ |
| A D | setup.c | 45 struct device_node *fw_features) in fw_feature_is() argument 50 np = of_get_child_by_name(fw_features, name); in fw_feature_is() 113 struct device_node *np, *fw_features; in pnv_setup_security_mitigations() local 121 fw_features = of_get_child_by_name(np, "fw-features"); in pnv_setup_security_mitigations() 124 if (fw_features) { in pnv_setup_security_mitigations() 125 init_fw_feat_flags(fw_features); in pnv_setup_security_mitigations() 126 of_node_put(fw_features); in pnv_setup_security_mitigations()
|
| /arch/powerpc/kvm/ |
| A D | powerpc.c | 2295 struct device_node *np, *fw_features; in kvmppc_get_cpu_char() local 2307 if (!fw_features) in kvmppc_get_cpu_char() 2309 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2312 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2315 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2318 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2321 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2324 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2327 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2338 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() [all …]
|
Completed in 14 milliseconds