MOS Source Code
Loading...
Searching...
No Matches
mm_types.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  mem_perm_t { MEM_PERM_NONE = 0 , MEM_PERM_READ = 1 << 0 , MEM_PERM_WRITE = 1 << 1 , MEM_PERM_EXEC = 1 << 2 }
 
enum  mmap_flags_t { MMAP_EXACT = 1 << 0 , MMAP_PRIVATE = 1 << 1 , MMAP_SHARED = 1 << 2 }
 

Enumeration Type Documentation

◆ mem_perm_t

enum mem_perm_t
Enumerator
MEM_PERM_NONE 
MEM_PERM_READ 
MEM_PERM_WRITE 
MEM_PERM_EXEC 

Definition at line 6 of file mm_types.h.

◆ mmap_flags_t

Enumerator
MMAP_EXACT 
MMAP_PRIVATE 
MMAP_SHARED 

Definition at line 14 of file mm_types.h.