Home
last modified time | relevance | path

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

/arch/riscv/kernel/
A Dbugs.c13 static enum mitigation_state ghostwrite_state; variable
17 ghostwrite_state = VULNERABLE; in ghostwrite_set_vulnerable()
30 ghostwrite_state == VULNERABLE && !cpu_mitigations_off()) { in ghostwrite_enable_mitigation()
32 ghostwrite_state = MITIGATED; in ghostwrite_enable_mitigation()
41 return ghostwrite_state; in ghostwrite_get_state()
47 switch (ghostwrite_state) { in cpu_show_ghostwrite()

Completed in 3 milliseconds