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

  /src/external/gpl3/gdb/dist/gdb/
aarch64-linux-tdep.h 46 #define AARCH64_HWCAP_PACA (1 << 30)
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-linux-tdep.h 46 #define AARCH64_HWCAP_PACA (1 << 30)
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 919 #define AARCH64_HWCAP_PACA (1 << 30)
939 features.pauth = linux_get_hwcap (pid, 8) & AARCH64_HWCAP_PACA;
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 921 #define AARCH64_HWCAP_PACA (1 << 30)
943 features.pauth = linux_get_hwcap (pid, 8) & AARCH64_HWCAP_PACA;

Completed in 29 milliseconds