cpufeatures.h (767ae437a32d644786c0779d0d54492ff9cbe574) cpufeatures.h (841326332bcb13ae4e6cd456350bf566a402b45e)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_X86_CPUFEATURES_H
3#define _ASM_X86_CPUFEATURES_H
4
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_X86_CPUFEATURES_H
3#define _ASM_X86_CPUFEATURES_H
4
5#ifndef _ASM_X86_REQUIRED_FEATURES_H
6#include <asm/required-features.h>
7#endif
8
9#ifndef _ASM_X86_DISABLED_FEATURES_H
10#include <asm/disabled-features.h>
11#endif
12
13/*
14 * Defines x86 CPU feature bits
15 */
16#define NCAPINTS 22 /* N 32-bit words worth of info */
17#define NBUGINTS 2 /* N 32-bit bug flags */
18
19/*
20 * Note: If the comment begins with a quoted string, that string is used

--- 518 unchanged lines hidden ---
5/*
6 * Defines x86 CPU feature bits
7 */
8#define NCAPINTS 22 /* N 32-bit words worth of info */
9#define NBUGINTS 2 /* N 32-bit bug flags */
10
11/*
12 * Note: If the comment begins with a quoted string, that string is used

--- 518 unchanged lines hidden ---