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);
233 static DEVICE_ATTR(kernel_max, 0444, print_cpus_kernel_max, NULL);
266 static DEVICE_ATTR(offline, 0444, print_cpus_offline, NULL);
285 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
293 static DEVICE_ATTR(nohz_full, 0444, print_cpus_nohz_full, NULL);
455 static DEVICE_ATTR(modalias, 0444, print_cpu_modalias, NULL);
567 static DEVICE_ATTR(meltdown, 0444, cpu_show_meltdown, NULL);
568 static DEVICE_ATTR(spectre_v1, 0444, cpu_show_spectre_v1, NULL);
569 static DEVICE_ATTR(spectre_v2, 0444, cpu_show_spectre_v2, NULL);
570 static DEVICE_ATTR(spec_store_bypass, 0444, cpu_show_spec_store_bypass, NULL);
571 static DEVICE_ATTR(l1tf, 0444, cpu_show_l1tf, NULL);
572 static DEVICE_ATTR(mds, 0444, cpu_show_mds, NULL);
573 static DEVICE_ATTR(tsx_async_abort, 0444, cpu_show_tsx_async_abort, NULL);
574 static DEVICE_ATTR(itlb_multihit, 0444, cpu_show_itlb_multihit, NULL);
575 static DEVICE_ATTR(srbds, 0444, cpu_show_srbds, NULL);