Lines Matching refs:seq_buf_printf
148 seq_buf_printf(&s, "Mitigation: "); in cpu_show_meltdown()
151 seq_buf_printf(&s, "RFI Flush"); in cpu_show_meltdown()
154 seq_buf_printf(&s, ", "); in cpu_show_meltdown()
157 seq_buf_printf(&s, "L1D private per thread"); in cpu_show_meltdown()
159 seq_buf_printf(&s, "\n"); in cpu_show_meltdown()
180 seq_buf_printf(&s, "Mitigation: __user pointer sanitization"); in cpu_show_spectre_v1()
182 seq_buf_printf(&s, "Vulnerable"); in cpu_show_spectre_v1()
185 seq_buf_printf(&s, ", ori31 speculation barrier enabled"); in cpu_show_spectre_v1()
187 seq_buf_printf(&s, "\n"); in cpu_show_spectre_v1()
189 seq_buf_printf(&s, "Not affected\n"); in cpu_show_spectre_v1()
205 seq_buf_printf(&s, "Mitigation: "); in cpu_show_spectre_v2()
208 seq_buf_printf(&s, "Indirect branch serialisation (kernel only)"); in cpu_show_spectre_v2()
211 seq_buf_printf(&s, ", "); in cpu_show_spectre_v2()
214 seq_buf_printf(&s, "Indirect branch cache disabled"); in cpu_show_spectre_v2()
216 seq_buf_printf(&s, "Mitigation: Software count cache flush"); in cpu_show_spectre_v2()
219 seq_buf_printf(&s, " (hardware accelerated)"); in cpu_show_spectre_v2()
221 seq_buf_printf(&s, "Mitigation: Branch predictor state flush"); in cpu_show_spectre_v2()
223 seq_buf_printf(&s, "Vulnerable"); in cpu_show_spectre_v2()
226 seq_buf_printf(&s, "\n"); in cpu_show_spectre_v2()