Searched refs:fw_feature_is (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c44 static bool __init fw_feature_is(const char *state, const char *name, function
61 if (fw_feature_is("enabled", "inst-spec-barrier-ori31,31,0", np))
64 if (fw_feature_is("enabled", "fw-bcctrl-serialized", np))
67 if (fw_feature_is("enabled", "inst-l1d-flush-ori30,30,0", np))
70 if (fw_feature_is("enabled", "inst-l1d-flush-trig2", np))
73 if (fw_feature_is("enabled", "fw-l1d-thread-split", np))
76 if (fw_feature_is("enabled", "fw-count-cache-disabled", np))
79 if (fw_feature_is("enabled", "fw-count-cache-flush-bcctr2,0,0", np))
82 if (fw_feature_is("enabled", "needs-count-cache-flush-on-context-switch", np))
89 if (fw_feature_is("disable
[all...]

Completed in 139 milliseconds