Home
last modified time | relevance | path

Searched refs:ssbd_options (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/arm64/kernel/
Dcpu_errata.c247 static const struct ssbd_options { struct
250 } ssbd_options[] = { variable
263 for (i = 0; i < ARRAY_SIZE(ssbd_options); i++) { in ssbd_cfg()
264 int len = strlen(ssbd_options[i].str); in ssbd_cfg()
266 if (strncmp(buf, ssbd_options[i].str, len)) in ssbd_cfg()
269 ssbd_state = ssbd_options[i].state; in ssbd_cfg()