Searched refs:CPUID_SELF_CPUID_MINOR (Results 1 – 2 of 2) sorted by relevance
68 case CPUID_SELF_CPUID_MINOR: in cpuid_getinfo()89 CPUID_SELF_CPUID_MINOR, DDI_PSEUDO, 0)); in cpuid_attach()106 return (getminor(*dev) == CPUID_SELF_CPUID_MINOR ? 0 : ENXIO); in cpuid_open()
60 #define CPUID_SELF_CPUID_MINOR ((minor_t)0x3fffful) macro