Package com.sun.jna.platform.win32
Class WinNT.PROCESSOR_CACHE_TYPE
java.lang.Object
com.sun.jna.platform.win32.WinNT.PROCESSOR_CACHE_TYPE
- Enclosing interface:
- WinNT
Represents the type of processor cache identifier in the corresponding
WinNT.CACHE_DESCRIPTOR
structure.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
The cache is for data.static int
The cache is for processor instructions.static int
The cache is for traces.static int
The cache is unified. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CacheUnified
public static int CacheUnifiedThe cache is unified. -
CacheInstruction
public static int CacheInstructionThe cache is for processor instructions. -
CacheData
public static int CacheDataThe cache is for data. -
CacheTrace
public static int CacheTraceThe cache is for traces.
-
-
Constructor Details
-
PROCESSOR_CACHE_TYPE
public PROCESSOR_CACHE_TYPE()
-