Home | History | Annotate | Download | only in asm
      1 /****************************************************************************
      2  ****************************************************************************
      3  ***
      4  ***   This header was automatically generated from a Linux kernel header
      5  ***   of the same name, to make information necessary for userspace to
      6  ***   call into the kernel available to libc.  It contains only constants,
      7  ***   structures, and macros generated from the original header, and thus,
      8  ***   contains no copyrightable information.
      9  ***
     10  ***   To edit the content of this header, modify the corresponding
     11  ***   source file (e.g. under external/kernel-headers/original/) then
     12  ***   run bionic/libc/kernel/tools/update_all.py
     13  ***
     14  ***   Any manual change here will be lost the next time this script will
     15  ***   be run. You've been warned!
     16  ***
     17  ****************************************************************************
     18  ****************************************************************************/
     19 #ifndef _UAPI_ASM_X86_PROCESSOR_FLAGS_H
     20 #define _UAPI_ASM_X86_PROCESSOR_FLAGS_H
     21 #define X86_EFLAGS_CF 0x00000001
     22 #define X86_EFLAGS_BIT1 0x00000002
     23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     24 #define X86_EFLAGS_PF 0x00000004
     25 #define X86_EFLAGS_AF 0x00000010
     26 #define X86_EFLAGS_ZF 0x00000040
     27 #define X86_EFLAGS_SF 0x00000080
     28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     29 #define X86_EFLAGS_TF 0x00000100
     30 #define X86_EFLAGS_IF 0x00000200
     31 #define X86_EFLAGS_DF 0x00000400
     32 #define X86_EFLAGS_OF 0x00000800
     33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     34 #define X86_EFLAGS_IOPL 0x00003000
     35 #define X86_EFLAGS_NT 0x00004000
     36 #define X86_EFLAGS_RF 0x00010000
     37 #define X86_EFLAGS_VM 0x00020000
     38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     39 #define X86_EFLAGS_AC 0x00040000
     40 #define X86_EFLAGS_VIF 0x00080000
     41 #define X86_EFLAGS_VIP 0x00100000
     42 #define X86_EFLAGS_ID 0x00200000
     43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     44 #define X86_CR0_PE 0x00000001
     45 #define X86_CR0_MP 0x00000002
     46 #define X86_CR0_EM 0x00000004
     47 #define X86_CR0_TS 0x00000008
     48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     49 #define X86_CR0_ET 0x00000010
     50 #define X86_CR0_NE 0x00000020
     51 #define X86_CR0_WP 0x00010000
     52 #define X86_CR0_AM 0x00040000
     53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     54 #define X86_CR0_NW 0x20000000
     55 #define X86_CR0_CD 0x40000000
     56 #define X86_CR0_PG 0x80000000
     57 #define X86_CR3_PWT 0x00000008
     58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     59 #define X86_CR3_PCD 0x00000010
     60 #define X86_CR3_PCID_MASK 0x00000fff
     61 #define X86_CR4_VME 0x00000001
     62 #define X86_CR4_PVI 0x00000002
     63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     64 #define X86_CR4_TSD 0x00000004
     65 #define X86_CR4_DE 0x00000008
     66 #define X86_CR4_PSE 0x00000010
     67 #define X86_CR4_PAE 0x00000020
     68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     69 #define X86_CR4_MCE 0x00000040
     70 #define X86_CR4_PGE 0x00000080
     71 #define X86_CR4_PCE 0x00000100
     72 #define X86_CR4_OSFXSR 0x00000200
     73 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     74 #define X86_CR4_OSXMMEXCPT 0x00000400
     75 #define X86_CR4_VMXE 0x00002000
     76 #define X86_CR4_RDWRGSFS 0x00010000
     77 #define X86_CR4_PCIDE 0x00020000
     78 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     79 #define X86_CR4_OSXSAVE 0x00040000
     80 #define X86_CR4_SMEP 0x00100000
     81 #define X86_CR4_SMAP 0x00200000
     82 #define X86_CR8_TPR 0x0000000F
     83 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     84 #define CX86_PCR0 0x20
     85 #define CX86_GCR 0xb8
     86 #define CX86_CCR0 0xc0
     87 #define CX86_CCR1 0xc1
     88 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     89 #define CX86_CCR2 0xc2
     90 #define CX86_CCR3 0xc3
     91 #define CX86_CCR4 0xe8
     92 #define CX86_CCR5 0xe9
     93 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     94 #define CX86_CCR6 0xea
     95 #define CX86_CCR7 0xeb
     96 #define CX86_PCR1 0xf0
     97 #define CX86_DIR0 0xfe
     98 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     99 #define CX86_DIR1 0xff
    100 #define CX86_ARR_BASE 0xc4
    101 #define CX86_RCR_BASE 0xdc
    102 #endif
    103 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
    104