Memory protection flags
[Virtual memory support]


Defines

#define PORT_VMEM_MODE_READ   0x1
 Enabling read access to the committed memory region.
#define PORT_VMEM_MODE_WRITE   0x2
 Enabling write access to the committed memory region.
#define PORT_VMEM_MODE_EXECUTE   0x4
 Enabling read access to the committed memory region.


Define Documentation

#define PORT_VMEM_MODE_READ   0x1

Enabling read access to the committed memory region.

#define PORT_VMEM_MODE_WRITE   0x2

Enabling write access to the committed memory region.

#define PORT_VMEM_MODE_EXECUTE   0x4

Enabling read access to the committed memory region.


Genereated on Tue Mar 11 19:25:24 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.