PROC_TOPOLOGY_CACHE_ATTRIBUTES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acpitabl.h

typedef union _PROC_TOPOLOGY_CACHE_ATTRIBUTES {
  struct {
    UCHAR ReadAllocate : 1;
    UCHAR WriteAllocate : 1;
    UCHAR CacheType : 2;
    UCHAR WritePolicy : 1;
    UCHAR Reserved : 3;
  };
  UCHAR  AsUCHAR;
} PROC_TOPOLOGY_CACHE_ATTRIBUTES, *PPROC_TOPOLOGY_CACHE_ATTRIBUTES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpitabl-_proc_topology_cache_attributes)

_PROC_TOPOLOGY_CACHE_ATTRIBUTES structure

Description

Defines the processor topology cache attributes structure.

Members

ReadAllocate

WriteAllocate

CacheType

WritePolicy

Reserved

Reserved for future use.

AsUCHAR

Remarks

See also