Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
hwcap.h File Reference

Go to the source code of this file.

Macros

#define HWCAP_SWP   (1 << 0)
 
#define HWCAP_HALF   (1 << 1)
 
#define HWCAP_THUMB   (1 << 2)
 
#define HWCAP_26BIT   (1 << 3) /* Play it safe */
 
#define HWCAP_FAST_MULT   (1 << 4)
 
#define HWCAP_FPA   (1 << 5)
 
#define HWCAP_VFP   (1 << 6)
 
#define HWCAP_EDSP   (1 << 7)
 
#define HWCAP_JAVA   (1 << 8)
 
#define HWCAP_IWMMXT   (1 << 9)
 
#define HWCAP_CRUNCH   (1 << 10)
 
#define HWCAP_THUMBEE   (1 << 11)
 
#define HWCAP_NEON   (1 << 12)
 
#define HWCAP_VFPv3   (1 << 13)
 
#define HWCAP_VFPv3D16   (1 << 14) /* also set for VFPv4-D16 */
 
#define HWCAP_TLS   (1 << 15)
 
#define HWCAP_VFPv4   (1 << 16)
 
#define HWCAP_IDIVA   (1 << 17)
 
#define HWCAP_IDIVT   (1 << 18)
 
#define HWCAP_VFPD32   (1 << 19) /* set if VFP has 32 regs (not 16) */
 
#define HWCAP_IDIV   (HWCAP_IDIVA | HWCAP_IDIVT)
 

Macro Definition Documentation

#define HWCAP_26BIT   (1 << 3) /* Play it safe */

Definition at line 10 of file hwcap.h.

#define HWCAP_CRUNCH   (1 << 10)

Definition at line 17 of file hwcap.h.

#define HWCAP_EDSP   (1 << 7)

Definition at line 14 of file hwcap.h.

#define HWCAP_FAST_MULT   (1 << 4)

Definition at line 11 of file hwcap.h.

#define HWCAP_FPA   (1 << 5)

Definition at line 12 of file hwcap.h.

#define HWCAP_HALF   (1 << 1)

Definition at line 8 of file hwcap.h.

#define HWCAP_IDIV   (HWCAP_IDIVA | HWCAP_IDIVT)

Definition at line 27 of file hwcap.h.

#define HWCAP_IDIVA   (1 << 17)

Definition at line 24 of file hwcap.h.

#define HWCAP_IDIVT   (1 << 18)

Definition at line 25 of file hwcap.h.

#define HWCAP_IWMMXT   (1 << 9)

Definition at line 16 of file hwcap.h.

#define HWCAP_JAVA   (1 << 8)

Definition at line 15 of file hwcap.h.

#define HWCAP_NEON   (1 << 12)

Definition at line 19 of file hwcap.h.

#define HWCAP_SWP   (1 << 0)

Definition at line 7 of file hwcap.h.

#define HWCAP_THUMB   (1 << 2)

Definition at line 9 of file hwcap.h.

#define HWCAP_THUMBEE   (1 << 11)

Definition at line 18 of file hwcap.h.

#define HWCAP_TLS   (1 << 15)

Definition at line 22 of file hwcap.h.

#define HWCAP_VFP   (1 << 6)

Definition at line 13 of file hwcap.h.

#define HWCAP_VFPD32   (1 << 19) /* set if VFP has 32 regs (not 16) */

Definition at line 26 of file hwcap.h.

#define HWCAP_VFPv3   (1 << 13)

Definition at line 20 of file hwcap.h.

#define HWCAP_VFPv3D16   (1 << 14) /* also set for VFPv4-D16 */

Definition at line 21 of file hwcap.h.

#define HWCAP_VFPv4   (1 << 16)

Definition at line 23 of file hwcap.h.