OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
PAT_INDEX Union Reference

#include <VirtualMemory.h>

Data Fields

struct { 
 
   UINT8   WriteThrough: 1 
 
   UINT8   CacheDisabled: 1 
 
   UINT8   PAT: 1 
 
   UINT8   Reserved: 5 
 
Bits 
 
UINT8 Index
 

Detailed Description

Definition at line 119 of file VirtualMemory.h.

Field Documentation

◆ [struct]

struct { ... } PAT_INDEX::Bits

◆ CacheDisabled

UINT8 PAT_INDEX::CacheDisabled

Definition at line 122 of file VirtualMemory.h.

◆ Index

UINT8 PAT_INDEX::Index

Definition at line 126 of file VirtualMemory.h.

◆ PAT

UINT8 PAT_INDEX::PAT

Definition at line 123 of file VirtualMemory.h.

◆ Reserved

UINT8 PAT_INDEX::Reserved

Definition at line 124 of file VirtualMemory.h.

◆ WriteThrough

UINT8 PAT_INDEX::WriteThrough

Definition at line 121 of file VirtualMemory.h.


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