Searched refs:fw_feature_is (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/platforms/powernv/ |
D | setup.c | 43 static bool __init fw_feature_is(const char *state, const char *name, in fw_feature_is() function 60 if (fw_feature_is("enabled", "inst-spec-barrier-ori31,31,0", np)) in init_fw_feat_flags() 63 if (fw_feature_is("enabled", "fw-bcctrl-serialized", np)) in init_fw_feat_flags() 66 if (fw_feature_is("enabled", "inst-l1d-flush-ori30,30,0", np)) in init_fw_feat_flags() 69 if (fw_feature_is("enabled", "inst-l1d-flush-trig2", np)) in init_fw_feat_flags() 72 if (fw_feature_is("enabled", "fw-l1d-thread-split", np)) in init_fw_feat_flags() 75 if (fw_feature_is("enabled", "fw-count-cache-disabled", np)) in init_fw_feat_flags() 78 if (fw_feature_is("enabled", "fw-count-cache-flush-bcctr2,0,0", np)) in init_fw_feat_flags() 81 if (fw_feature_is("enabled", "needs-count-cache-flush-on-context-switch", np)) in init_fw_feat_flags() 88 if (fw_feature_is("disabled", "speculation-policy-favor-security", np)) in init_fw_feat_flags() [all …]
|