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);
579 static DEVICE_ATTR(meltdown, 0444, cpu_show_meltdown, NULL);
580 static DEVICE_ATTR(spectre_v1, 0444, cpu_show_spectre_v1, NULL);
581 static DEVICE_ATTR(spectre_v2, 0444, cpu_show_spectre_v2, NULL);
582 static DEVICE_ATTR(spec_store_bypass, 0444, cpu_show_spec_store_bypass, NULL);
583 static DEVICE_ATTR(l1tf, 0444, cpu_show_l1tf, NULL);
584 static DEVICE_ATTR(mds, 0444, cpu_show_mds, NULL);
585 static DEVICE_ATTR(tsx_async_abort, 0444, cpu_show_tsx_async_abort, NULL);
586 static DEVICE_ATTR(itlb_multihit, 0444, cpu_show_itlb_multihit, NULL);
587 static DEVICE_ATTR(srbds, 0444, cpu_show_srbds, NULL);
588 static DEVICE_ATTR(mmio_stale_data, 0444, cpu_show_mmio_stale_data, NULL);
589 static DEVICE_ATTR(retbleed, 0444, cpu_show_retbleed, NULL);