HomeSort by relevance Sort by last modified time
    Searched refs:auxv_hwcap (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
getisax.c 51 static uint32_t auxv_hwcap; local
53 if (auxv_hwcap == 0)
54 auxv_hwcap = (uint32_t)___getauxval(AT_SUN_HWCAP);
58 array[0] = auxv_hwcap;
62 return (auxv_hwcap == 0 ? 0 : 1);
  /onnv/onnv-gate/usr/src/uts/common/sys/
auxv.h 150 extern uint_t auxv_hwcap;
  /onnv/onnv-gate/usr/src/uts/sparc/os/
archdep.c 216 * Gather information about the processor and place it into auxv_hwcap
226 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags) &
231 auxv_hwcap, FMT_AV_SPARC);
  /onnv/onnv-gate/usr/src/uts/common/io/
cpuid_drv.c 167 STRUCT_FSET(h, cgh_hwcap, auxv_hwcap);
  /onnv/onnv-gate/usr/src/uts/intel/ia32/os/
archdep.c 923 * Gather information about the processor and place it into auxv_hwcap
935 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags) &
948 auxv_hwcap &= ~AV_386_SEP;
953 auxv_hwcap |= AV_386_AHF;
958 auxv_hwcap, FMT_AV_386);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/exec/elf/
elf.c 748 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap)
752 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
exec.c 87 uint_t auxv_hwcap = 0; /* auxv AT_SUN_HWCAP value; determined on the fly */ variable
89 uint_t auxv_hwcap32 = 0; /* 32-bit version of auxv_hwcap */
    [all...]

Completed in 300 milliseconds