HyperPlatform Programmer's Reference
Public Attributes | List of all members
PageFaultErrorCode Union 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
 

Detailed Description

See: Page-Fault Error Code.

Definition at line 635 of file ia32_type.h.

Member Data Documentation

◆ all

ULONG32 PageFaultErrorCode::all

Definition at line 636 of file ia32_type.h.

◆ fetch

ULONG32 PageFaultErrorCode::fetch

[5]

Definition at line 642 of file ia32_type.h.

◆ fields

struct { ... } PageFaultErrorCode::fields

◆ present

ULONG32 PageFaultErrorCode::present

[1] 0= NotPresent

Definition at line 638 of file ia32_type.h.

◆ reserved

ULONG32 PageFaultErrorCode::reserved

[4]

Definition at line 641 of file ia32_type.h.

◆ user

ULONG32 PageFaultErrorCode::user

[3] 0= CPL==0

Definition at line 640 of file ia32_type.h.

◆ write

ULONG32 PageFaultErrorCode::write

[2] 0= Read

Definition at line 639 of file ia32_type.h.


The documentation for this union was generated from the following file: