Searched refs:cgh_hwcap (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | cpuid_drv.c | 169 STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap); in cpuid_ioctl() 170 STRUCT_FSET(h, cgh_hwcap[1], auxv_hwcap_2); in cpuid_ioctl() 173 STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap32); in cpuid_ioctl() 174 STRUCT_FSET(h, cgh_hwcap[1], auxv_hwcap32_2); in cpuid_ioctl() 177 STRUCT_FSET(h, cgh_hwcap[0], 0); in cpuid_ioctl() 178 STRUCT_FSET(h, cgh_hwcap[1], 0); in cpuid_ioctl()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | cpuid_drv.h | 70 uint_t cgh_hwcap[2]; member 79 uint32_t cgh_hwcap[2]; member
|
/titanic_44/usr/src/cmd/isainfo/ |
H A D | isainfo.c | 156 (void) elfcap_hw1_to_str(ELFCAP_STYLE_LC, cgh->cgh_hwcap[0], in report_hwcap() 159 if (cgh->cgh_hwcap[1] != 0) in report_hwcap() 160 (void) elfcap_hw2_to_str(ELFCAP_STYLE_LC, cgh->cgh_hwcap[1], in report_hwcap() 167 if (cgh->cgh_hwcap[1] != NULL) in report_hwcap()
|