threshold_max
if (th > threshold_max(cpu_pmu)) {
return sysfs_emit(page, "0x%08x\n", threshold_max(cpu_pmu));
static DEVICE_ATTR_RO(threshold_max);