Lines Matching refs:DEVICE_ATTR
123 static DEVICE_ATTR(probe, S_IWUSR, NULL, cpu_probe_store);
124 static DEVICE_ATTR(release, S_IWUSR, NULL, cpu_release_store);
162 static DEVICE_ATTR(crash_notes, 0400, show_crash_notes, NULL);
173 static DEVICE_ATTR(crash_notes_size, 0400, show_crash_notes_size, NULL);
237 static DEVICE_ATTR(kernel_max, 0444, print_cpus_kernel_max, NULL);
270 static DEVICE_ATTR(offline, 0444, print_cpus_offline, NULL);
289 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
301 static DEVICE_ATTR(nohz_full, 0444, print_cpus_nohz_full, NULL);
462 static DEVICE_ATTR(modalias, 0444, print_cpu_modalias, NULL);
593 static DEVICE_ATTR(meltdown, 0444, cpu_show_meltdown, NULL);
594 static DEVICE_ATTR(spectre_v1, 0444, cpu_show_spectre_v1, NULL);
595 static DEVICE_ATTR(spectre_v2, 0444, cpu_show_spectre_v2, NULL);
596 static DEVICE_ATTR(spec_store_bypass, 0444, cpu_show_spec_store_bypass, NULL);
597 static DEVICE_ATTR(l1tf, 0444, cpu_show_l1tf, NULL);
598 static DEVICE_ATTR(mds, 0444, cpu_show_mds, NULL);
599 static DEVICE_ATTR(tsx_async_abort, 0444, cpu_show_tsx_async_abort, NULL);
600 static DEVICE_ATTR(itlb_multihit, 0444, cpu_show_itlb_multihit, NULL);
601 static DEVICE_ATTR(srbds, 0444, cpu_show_srbds, NULL);
602 static DEVICE_ATTR(mmio_stale_data, 0444, cpu_show_mmio_stale_data, NULL);
603 static DEVICE_ATTR(retbleed, 0444, cpu_show_retbleed, NULL);
604 static DEVICE_ATTR(gather_data_sampling, 0444, cpu_show_gds, NULL);