Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kernel/
Dcpu_errata.c274 static const struct ssbd_options { struct
277 } ssbd_options[] = { variable
290 for (i = 0; i < ARRAY_SIZE(ssbd_options); i++) { in ssbd_cfg()
291 int len = strlen(ssbd_options[i].str); in ssbd_cfg()
293 if (strncmp(buf, ssbd_options[i].str, len)) in ssbd_cfg()
296 ssbd_state = ssbd_options[i].state; in ssbd_cfg()