Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1029 #define _X86_CHIPREV_FAMILY_SHIFT 16 macro
1035 bitx32((uint32_t)(x), 23, _X86_CHIPREV_FAMILY_SHIFT)
1042 (uint32_t)(family) << _X86_CHIPREV_FAMILY_SHIFT | (uint32_t)(rev))