Lines Matching refs:DEVICE_ATTR
142 static DEVICE_ATTR(probe, S_IWUSR, NULL, cpu_probe_store);
143 static DEVICE_ATTR(release, S_IWUSR, NULL, cpu_release_store);
241 static DEVICE_ATTR(kernel_max, 0444, print_cpus_kernel_max, NULL);
274 static DEVICE_ATTR(offline, 0444, print_cpus_offline, NULL);
293 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
301 static DEVICE_ATTR(nohz_full, 0444, print_cpus_nohz_full, NULL);
484 static DEVICE_ATTR(modalias, 0444, print_cpu_modalias, NULL);
570 static DEVICE_ATTR(meltdown, 0444, cpu_show_meltdown, NULL);
571 static DEVICE_ATTR(spectre_v1, 0444, cpu_show_spectre_v1, NULL);
572 static DEVICE_ATTR(spectre_v2, 0444, cpu_show_spectre_v2, NULL);
573 static DEVICE_ATTR(spec_store_bypass, 0444, cpu_show_spec_store_bypass, NULL);
574 static DEVICE_ATTR(l1tf, 0444, cpu_show_l1tf, NULL);
575 static DEVICE_ATTR(mds, 0444, cpu_show_mds, NULL);
576 static DEVICE_ATTR(tsx_async_abort, 0444, cpu_show_tsx_async_abort, NULL);
577 static DEVICE_ATTR(itlb_multihit, 0444, cpu_show_itlb_multihit, NULL);
578 static DEVICE_ATTR(srbds, 0444, cpu_show_srbds, NULL);
579 static DEVICE_ATTR(mmio_stale_data, 0444, cpu_show_mmio_stale_data, NULL);
580 static DEVICE_ATTR(retbleed, 0444, cpu_show_retbleed, NULL);
581 static DEVICE_ATTR(spec_rstack_overflow, 0444, cpu_show_spec_rstack_overflow, NULL);
582 static DEVICE_ATTR(gather_data_sampling, 0444, cpu_show_gds, NULL);
583 static DEVICE_ATTR(reg_file_data_sampling, 0444, cpu_show_reg_file_data_sampling, NULL);