Lines Matching full:has
13 * (CPUCFG.00) has the following layout:
75 #define CPU_FEATURE_CPUCFG 0 /* CPU has CPUCFG */
76 #define CPU_FEATURE_LAM 1 /* CPU has Atomic instructions */
78 #define CPU_FEATURE_FPU 3 /* CPU has FPU */
79 #define CPU_FEATURE_LSX 4 /* CPU has LSX (128-bit SIMD) */
80 #define CPU_FEATURE_LASX 5 /* CPU has LASX (256-bit SIMD) */
81 #define CPU_FEATURE_COMPLEX 6 /* CPU has Complex instructions */
82 #define CPU_FEATURE_CRYPTO 7 /* CPU has Crypto instructions */
83 #define CPU_FEATURE_LVZ 8 /* CPU has Virtualization extension */
84 #define CPU_FEATURE_LBT_X86 9 /* CPU has X86 Binary Translation */
85 #define CPU_FEATURE_LBT_ARM 10 /* CPU has ARM Binary Translation */
86 #define CPU_FEATURE_LBT_MIPS 11 /* CPU has MIPS Binary Translation */
87 #define CPU_FEATURE_TLB 12 /* CPU has TLB */
88 #define CPU_FEATURE_CSR 13 /* CPU has CSR */
89 #define CPU_FEATURE_WATCH 14 /* CPU has watchpoint registers */
90 #define CPU_FEATURE_VINT 15 /* CPU has vectored interrupts */
91 #define CPU_FEATURE_CSRIPI 16 /* CPU has CSR-IPI */
92 #define CPU_FEATURE_EXTIOI 17 /* CPU has EXT-IOI */
93 #define CPU_FEATURE_PREFETCH 18 /* CPU has prefetch instructions */
94 #define CPU_FEATURE_PMP 19 /* CPU has perfermance counter */
96 #define CPU_FEATURE_FLATMODE 21 /* CPU has flat mode */
97 #define CPU_FEATURE_EIODECODE 22 /* CPU has EXTIOI interrupt pin decode mode */
98 #define CPU_FEATURE_GUESTID 23 /* CPU has GuestID feature */
99 #define CPU_FEATURE_HYPERVISOR 24 /* CPU has hypervisor (running in VM) */