hwcap.h (4ba25a496f62129a2ad8c2436ab2b402752dc66c) | hwcap.h (e9faebc66ec74f1ab7f267d683b45e80faa69763) |
---|---|
1#ifndef _UAPI__ASMARM_HWCAP_H 2#define _UAPI__ASMARM_HWCAP_H 3 4/* 5 * HWCAP flags - for elf_hwcap (in kernel) and AT_HWCAP 6 */ 7#define HWCAP_SWP (1 << 0) 8#define HWCAP_HALF (1 << 1) --- 12 unchanged lines hidden (view full) --- 21#define HWCAP_VFPv3D16 (1 << 14) /* also set for VFPv4-D16 */ 22#define HWCAP_TLS (1 << 15) 23#define HWCAP_VFPv4 (1 << 16) 24#define HWCAP_IDIVA (1 << 17) 25#define HWCAP_IDIVT (1 << 18) 26#define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */ 27#define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT) 28#define HWCAP_LPAE (1 << 20) | 1#ifndef _UAPI__ASMARM_HWCAP_H 2#define _UAPI__ASMARM_HWCAP_H 3 4/* 5 * HWCAP flags - for elf_hwcap (in kernel) and AT_HWCAP 6 */ 7#define HWCAP_SWP (1 << 0) 8#define HWCAP_HALF (1 << 1) --- 12 unchanged lines hidden (view full) --- 21#define HWCAP_VFPv3D16 (1 << 14) /* also set for VFPv4-D16 */ 22#define HWCAP_TLS (1 << 15) 23#define HWCAP_VFPv4 (1 << 16) 24#define HWCAP_IDIVA (1 << 17) 25#define HWCAP_IDIVT (1 << 18) 26#define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */ 27#define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT) 28#define HWCAP_LPAE (1 << 20) |
29#define HWCAP_EVTSTRM (1 << 21) |
|
29 30#endif /* _UAPI__ASMARM_HWCAP_H */ | 30 31#endif /* _UAPI__ASMARM_HWCAP_H */ |