Searched refs:force_off (Results 1 – 2 of 2) sorted by relevance
813 bool force_off, force_on; member835 bool force_off; in set_rdt_options() local841 force_off = *tok == '!'; in set_rdt_options()842 if (force_off) in set_rdt_options()844 if (intel_handle_aet_option(force_off, tok)) in set_rdt_options()848 if (force_off) in set_rdt_options()849 o->force_off = true; in set_rdt_options()870 if (o->force_off) in rdt_cpu_has()992 if (!rdt_options[RDT_FLAG_L3_CAT].force_off) in __check_quirks_intel()
242 bool intel_handle_aet_option(bool force_off, char *tok);253 static inline bool intel_handle_aet_option(bool force_off, char *tok) { return false; } in intel_handle_aet_option() argument