Lines Matching full:flag
17 try to find the flag in /proc/cpuinfo. If a given flag is present, it
19 If such flag represents a hardware feature, it also means that the
22 If the expected flag does not appear in /proc/cpuinfo, things are murkier.
23 Users need to find out the reason why the flag is missing and find the way
42 displayed accordingly in /proc/cpuinfo. For example, the flag "avx2"
67 "split_lock_detect" will be displayed. The flag "ring3mwait" will be
74 Isolation is purely software feature and its feature flag X86_FEATURE_PTI is
86 a: The name of the flag is from the string in X86_FEATURE_<name> by default.
88 By default, the flag <name> in /proc/cpuinfo is extracted from the respective
89 X86_FEATURE_<name> in cpufeatures.h. For example, the flag "avx2" is from
96 will be the name of the flags. For example, the flag "sse4_1" comes from
99 There are situations in which overriding the displayed name of the flag is
108 defined in cpufeatures.h but that flag is an internal kernel feature used
110 with "". Its flag will not appear in /proc/cpuinfo.
119 problem enabling the feature at run time, the flag will not be displayed.
121 b: The kernel does not know about the flag.
128 CONFIG_X86_5LEVEL is not selected) the flag "la57" will not show up [#f1]_.