Searched refs:fw_feature_is (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | setup.c | 44 static bool __init fw_feature_is(const char *state, const char *name, in fw_feature_is() function 61 if (fw_feature_is("enabled", "inst-spec-barrier-ori31,31,0", np)) in init_fw_feat_flags() 64 if (fw_feature_is("enabled", "fw-bcctrl-serialized", np)) in init_fw_feat_flags() 67 if (fw_feature_is("enabled", "inst-l1d-flush-ori30,30,0", np)) in init_fw_feat_flags() 70 if (fw_feature_is("enabled", "inst-l1d-flush-trig2", np)) in init_fw_feat_flags() 73 if (fw_feature_is("enabled", "fw-l1d-thread-split", np)) in init_fw_feat_flags() 76 if (fw_feature_is("enabled", "fw-count-cache-disabled", np)) in init_fw_feat_flags() 79 if (fw_feature_is("enabled", "fw-count-cache-flush-bcctr2,0,0", np)) in init_fw_feat_flags() 82 if (fw_feature_is("enabled", "needs-count-cache-flush-on-context-switch", np)) in init_fw_feat_flags() 89 if (fw_feature_is("disabled", "speculation-policy-favor-security", np)) in init_fw_feat_flags() [all …]
|