Home
last modified time | relevance | path

Searched refs:FIRSTDATA2 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcpuid.d493 enum { FIRSTDATA2 = 8, FIRSTDATA3 = 28+9 } in getcacheinfoCPUID2() enumerator
496 int level = i< FIRSTDATA2 ? 0: i<FIRSTDATA3 ? 1 : 2; in getcacheinfoCPUID2()