/[qemu]/qemu/syscall-i386.h
ViewVC logotype

Diff of /qemu/syscall-i386.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by bellard, Wed May 14 21:48:51 2003 UTC revision 1.20 by bellard, Thu Jun 5 00:57:30 2003 UTC
# Line 780  struct target_modify_ldt_ldt_s { Line 780  struct target_modify_ldt_ldt_s {
780  };  };
781    
782    
783    #define TARGET_MAP_SHARED       0x01            /* Share changes */
784    #define TARGET_MAP_PRIVATE      0x02            /* Changes are private */
785    #define TARGET_MAP_TYPE 0x0f            /* Mask for type of mapping */
786    #define TARGET_MAP_FIXED        0x10            /* Interpret addr exactly */
787    #define TARGET_MAP_ANONYMOUS    0x20            /* don't use a file */
788    
789    #define TARGET_MAP_GROWSDOWN    0x0100          /* stack-like segment */
790    #define TARGET_MAP_DENYWRITE    0x0800          /* ETXTBSY */
791    #define TARGET_MAP_EXECUTABLE   0x1000          /* mark it as an executable */
792    #define TARGET_MAP_LOCKED       0x2000          /* pages are locked */
793    #define TARGET_MAP_NORESERVE    0x4000          /* don't check for reservations */
794    
795  /* vm86 defines */  /* vm86 defines */
796    
797  #define TARGET_BIOSSEG          0x0f000  #define TARGET_BIOSSEG          0x0f000

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26