HyperPlatform Programmer's Reference
|
See: Page-Fault Error Code. More...
#include <ia32_type.h>
Public Attributes | |
ULONG32 | all |
struct { | |
ULONG32 present: 1 | |
[1] 0= NotPresent More... | |
ULONG32 write: 1 | |
[2] 0= Read More... | |
ULONG32 user: 1 | |
[3] 0= CPL==0 More... | |
ULONG32 reserved: 1 | |
[4] More... | |
ULONG32 fetch: 1 | |
[5] More... | |
} | fields |
See: Page-Fault Error Code.
Definition at line 635 of file ia32_type.h.
ULONG32 PageFaultErrorCode::all |
Definition at line 636 of file ia32_type.h.
ULONG32 PageFaultErrorCode::fetch |
[5]
Definition at line 642 of file ia32_type.h.
struct { ... } PageFaultErrorCode::fields |
ULONG32 PageFaultErrorCode::present |
[1] 0= NotPresent
Definition at line 638 of file ia32_type.h.
ULONG32 PageFaultErrorCode::reserved |
[4]
Definition at line 641 of file ia32_type.h.
ULONG32 PageFaultErrorCode::user |
[3] 0= CPL==0
Definition at line 640 of file ia32_type.h.
ULONG32 PageFaultErrorCode::write |
[2] 0= Read
Definition at line 639 of file ia32_type.h.