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

  /onnv/onnv-gate/usr/src/uts/common/sys/
auxv.h 152 extern uint_t auxv_hwcap32;
  /onnv/onnv-gate/usr/src/uts/sparc/os/
archdep.c 241 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags) &
246 auxv_hwcap32, FMT_AV_SPARC);
  /onnv/onnv-gate/usr/src/uts/common/io/
cpuid_drv.c 170 STRUCT_FSET(h, cgh_hwcap, auxv_hwcap32);
  /onnv/onnv-gate/usr/src/uts/intel/ia32/os/
archdep.c 961 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags) &
972 auxv_hwcap32 &= ~AV_386_AMD_SYSC;
977 auxv_hwcap32 |= AV_386_AHF;
982 auxv_hwcap32, FMT_AV_386);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/exec/elf/
elf.c 750 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap32)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
exec.c 89 uint_t auxv_hwcap32 = 0; /* 32-bit version of auxv_hwcap */ variable
    [all...]

Completed in 120 milliseconds