Lines Matching defs:str
7 static int __init nobp_setup_early(char *str)
12 rc = kstrtobool(str, &enabled);
30 static int __init nospec_setup_early(char *str)
53 static int __init nospectre_v2_setup_early(char *str)
85 static int __init spectre_v2_setup_early(char *str)
87 if (str && !strncmp(str, "on", 2)) {
91 if (str && !strncmp(str, "off", 3))
93 if (str && !strncmp(str, "auto", 4))