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