linux/arch/x86/kernel/cpu/powerflags.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Strings for the various x86 power flags
 *
 * This file must not contain any executable code.
 */

#include <asm/cpufeature.h>

const char *const x86_power_flags[32] =;