HyperPlatform Programmer's Reference
Public Attributes | List of all members
Ia32MtrrCapabilitiesMsr Union Reference

See: IA32_MTRRCAP Register. More...

#include <ia32_type.h>

Public Attributes

ULONG64 all
 
struct {
   ULONG64   variable_range_count: 8
 
   ULONG64   fixed_range_supported: 1
 
   ULONG64   reserved: 1
 
   ULONG64   write_combining: 1
 
   ULONG64   smrr: 1
 
fields
 

Detailed Description

See: IA32_MTRRCAP Register.

Definition at line 504 of file ia32_type.h.

Member Data Documentation

◆ all

ULONG64 Ia32MtrrCapabilitiesMsr::all

Definition at line 505 of file ia32_type.h.

◆ fields

struct { ... } Ia32MtrrCapabilitiesMsr::fields

◆ fixed_range_supported

ULONG64 Ia32MtrrCapabilitiesMsr::fixed_range_supported

Definition at line 508 of file ia32_type.h.

◆ reserved

ULONG64 Ia32MtrrCapabilitiesMsr::reserved

Definition at line 509 of file ia32_type.h.

◆ smrr

ULONG64 Ia32MtrrCapabilitiesMsr::smrr

Definition at line 511 of file ia32_type.h.

◆ variable_range_count

ULONG64 Ia32MtrrCapabilitiesMsr::variable_range_count

Definition at line 507 of file ia32_type.h.

◆ write_combining

ULONG64 Ia32MtrrCapabilitiesMsr::write_combining

Definition at line 510 of file ia32_type.h.


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