The OpenD Programming Language

Leaf1Information.__anonymous

Undocumented in source.
union Leaf1Information
struct __anonymous {
version(!D_Ddoc)
@trusted @property pure nothrow @nogc
ubyte clflushLineSize;
version(!D_Ddoc)
@trusted @property pure nothrow @nogc
ubyte maxLogicalProcessors;
version(!D_Ddoc)
@trusted @property pure nothrow @nogc
ubyte initialAPIC;
}

Members

Properties

acpi
bool acpi [@property getter]

Thermal Monitor and Clock Ctrl

aes
bool aes [@property getter]
apic
bool apic [@property getter]

APIC on Chip

avx
bool avx [@property getter]
clfsh
bool clfsh [@property getter]

CLFLUSH instruction

cmov
bool cmov [@property getter]

Conditional Move/Compare Instruction

cmpxchg16b
bool cmpxchg16b [@property getter]
cnxt_id
bool cnxt_id [@property getter]

L1 Context ID

cx8
bool cx8 [@property getter]

CMPXCHG8B Inst.

dca
bool dca [@property getter]

Direct Cache Access

de
bool de [@property getter]

Debugging Extensions

ds
bool ds [@property getter]

Debug Store

ds_cpl
bool ds_cpl [@property getter]

(); /// CPL Qualified Debug Store

dtes64
bool dtes64 [@property getter]

64-bit DS Area

eist
bool eist [@property getter]

Enhanced Intel SpeedStep® Technology

extendedFamily
uint extendedFamily [@property getter]

Extended Family ID

extendedModel
uint extendedModel [@property getter]

Extended Model ID

f16c
bool f16c [@property getter]
family
uint family [@property getter]

Family ID

fma
bool fma [@property getter]

Fused Multiply Add

fpu
bool fpu [@property getter]

x87 FPU on Chip

fxsr
bool fxsr [@property getter]

FXSAVE/FXRSTOR

htt
bool htt [@property getter]

Multi-threading

mca
bool mca [@property getter]

Machine Check Architecture

mce
bool mce [@property getter]

Machine Check Exception

mmx
bool mmx [@property getter]

MMX Technology

model
uint model [@property getter]

Model

monitor
bool monitor [@property getter]

MONITOR/MWAIT

movbe
bool movbe [@property getter]
msr
bool msr [@property getter]

RDMSR and WRMSR Support

mtrr
bool mtrr [@property getter]

Memory Type Range Registers

osxsave
bool osxsave [@property getter]
pae
bool pae [@property getter]

Physical Address Extensions

pat
bool pat [@property getter]

Page Attribute Table

pbe
bool pbe [@property getter]

Pend. Brk. EN.

pcid
bool pcid [@property getter]

Process-context Identifiers

pclmulqdq
bool pclmulqdq [@property getter]

Carryless Multiplication

pdcm
bool pdcm [@property getter]

Perf/Debug Capability MSR xTPR Update Control

pge
bool pge [@property getter]

PTE Global Bit

popcnt
bool popcnt [@property getter]
pse
bool pse [@property getter]

Page Size Extensions

pse36
bool pse36 [@property getter]

Page Size Extension

psn
bool psn [@property getter]

Processor Serial Number

rdrand
bool rdrand [@property getter]
sdbg
bool sdbg [@property getter]
self_snoop
bool self_snoop [@property getter]

Self Snoop

sep
bool sep [@property getter]

SYSENTER and SYSEXIT

smx
bool smx [@property getter]

Safer Mode Extensions

sse
bool sse [@property getter]

SSE Extensions

sse2
bool sse2 [@property getter]

SSE2 Extensions

sse3
bool sse3 [@property getter]

SSE3 Extensions

sse41
bool sse41 [@property getter]

SSE4.1

sse42
bool sse42 [@property getter]

SSE4.2

ssse3
bool ssse3 [@property getter]

SSSE3 Extensions

stepping
uint stepping [@property getter]

Stepping ID

therm_monitor
bool therm_monitor [@property getter]

Therm. Monitor

therm_monitor2
bool therm_monitor2 [@property getter]

Thermal Monitor 2

tsc
bool tsc [@property getter]

Time Stamp Counter

tsc_deadline
bool tsc_deadline [@property getter]
type
uint type [@property getter]

Processor Type, Specification: Intel

virtual
bool virtual [@property getter]
vme
bool vme [@property getter]

Virtual-8086 Mode Enhancement

vmx
bool vmx [@property getter]

Virtual Machine Extensions

x2apic
bool x2apic [@property getter]
xsave
bool xsave [@property getter]
xtpr
bool xtpr [@property getter]

TPR Update Control

Variables

brandIndex
ubyte brandIndex;

Brand Index

brandIndex
ubyte brandIndex;

EBX

clflushLineSize
ubyte clflushLineSize;

clflush line size

initialAPIC
ubyte initialAPIC;

initial APIC

maxLogicalProcessors
ubyte maxLogicalProcessors;

maximal number of logical processors

Meta