The OpenD Programming Language

LeafExt6Information.__anonymous

Members

Properties

L2Assoc
uint L2Assoc [@property getter]

L2 cache associativity.

L2DTlb2and4MAssoc
uint L2DTlb2and4MAssoc [@property getter]

L2 data TLB associativity for 2 MB and 4 MB pages.

L2DTlb2and4MSize
uint L2DTlb2and4MSize [@property getter]

L2 data TLB number of entries for 2 MB and 4 MB pages. The value returned is for the number of entries available for the 2 MB page size; 4 MB pages require two 2 MB entries, so the number of entries available for the 4 MB page size is one-half the returned value.

L2DTlb4KAssoc
uint L2DTlb4KAssoc [@property getter]

L2 data TLB associativity for 4 KB pages.

L2DTlb4KSize
uint L2DTlb4KSize [@property getter]

L2 data TLB number of entries for 4 KB pages.

L2ITlb2and4MAssoc
uint L2ITlb2and4MAssoc [@property getter]

L2 instruction TLB associativity for 2 MB and 4 MB pages.

L2ITlb2and4MSize
uint L2ITlb2and4MSize [@property getter]

L2 instruction TLB number of entries for 2 MB and 4 MB pages. The value returned is for the number of entries available for the 2 MB page size; 4 MB pages require two 2 MB entries, so the number of entries available for the 4 MB page size is one-half the returned value.

L2ITlb4KAssoc
uint L2ITlb4KAssoc [@property getter]

L2 instruction TLB associativity for 4 KB pages.

L2ITlb4KSize
uint L2ITlb4KSize [@property getter]

L2 instruction TLB number of entries for 4 KB pages.

L2LineSize
uint L2LineSize [@property getter]

L2 cache line size in bytes.

L2LinesPerTag
uint L2LinesPerTag [@property getter]

L2 cache lines per tag.

L2Size
uint L2Size [@property getter]

L2 cache size in KB.

L3Assoc
uint L3Assoc [@property getter]

L3 cache associativity. L3 cache associativity.

L3LineSize
uint L3LineSize [@property getter]

L3 cache line size in bytes.

L3LinesPerTag
uint L3LinesPerTag [@property getter]

L3 cache lines per tag.

L3Size
uint L3Size [@property getter]

L3 cache size. Specifies the L3 cache size is within the following range: (L3Size * 512KB) <= L3 cache size < ((L3Size+1) * 512KB).

Meta