cputable.h (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | cputable.h (5a61ef74f269f2573f48fa53607a8911216c3326) |
---|---|
1#ifndef _UAPI__ASM_POWERPC_CPUTABLE_H 2#define _UAPI__ASM_POWERPC_CPUTABLE_H 3 4/* in AT_HWCAP */ 5#define PPC_FEATURE_32 0x80000000 6#define PPC_FEATURE_64 0x40000000 7#define PPC_FEATURE_601_INSTR 0x20000000 8#define PPC_FEATURE_HAS_ALTIVEC 0x10000000 --- 33 unchanged lines hidden (view full) --- 42#define PPC_FEATURE2_EBB 0x10000000 43#define PPC_FEATURE2_ISEL 0x08000000 44#define PPC_FEATURE2_TAR 0x04000000 45#define PPC_FEATURE2_VEC_CRYPTO 0x02000000 46#define PPC_FEATURE2_HTM_NOSC 0x01000000 47#define PPC_FEATURE2_ARCH_3_00 0x00800000 /* ISA 3.00 */ 48#define PPC_FEATURE2_HAS_IEEE128 0x00400000 /* VSX IEEE Binary Float 128-bit */ 49 | 1#ifndef _UAPI__ASM_POWERPC_CPUTABLE_H 2#define _UAPI__ASM_POWERPC_CPUTABLE_H 3 4/* in AT_HWCAP */ 5#define PPC_FEATURE_32 0x80000000 6#define PPC_FEATURE_64 0x40000000 7#define PPC_FEATURE_601_INSTR 0x20000000 8#define PPC_FEATURE_HAS_ALTIVEC 0x10000000 --- 33 unchanged lines hidden (view full) --- 42#define PPC_FEATURE2_EBB 0x10000000 43#define PPC_FEATURE2_ISEL 0x08000000 44#define PPC_FEATURE2_TAR 0x04000000 45#define PPC_FEATURE2_VEC_CRYPTO 0x02000000 46#define PPC_FEATURE2_HTM_NOSC 0x01000000 47#define PPC_FEATURE2_ARCH_3_00 0x00800000 /* ISA 3.00 */ 48#define PPC_FEATURE2_HAS_IEEE128 0x00400000 /* VSX IEEE Binary Float 128-bit */ 49 |
50/* 51 * IMPORTANT! 52 * All future PPC_FEATURE definitions should be allocated in cooperation with 53 * OPAL / skiboot firmware, in accordance with the ibm,powerpc-cpu-features 54 * device tree binding. 55 */ 56 |
|
50#endif /* _UAPI__ASM_POWERPC_CPUTABLE_H */ | 57#endif /* _UAPI__ASM_POWERPC_CPUTABLE_H */ |