HomeSort by: relevance | last modified time | path
    Searched defs:HWCAP_S390_GS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
linux-s390-low.cc 47 #ifndef HWCAP_S390_GS
48 #define HWCAP_S390_GS 16384
611 && (hwcap & HWCAP_S390_GS) != 0);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-s390-low.cc 47 #ifndef HWCAP_S390_GS
48 #define HWCAP_S390_GS 16384
611 && (hwcap & HWCAP_S390_GS) != 0);

Completed in 40 milliseconds