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

  /src/external/gpl3/gdb/dist/sim/aarch64/
aarch64-sim.h 43 uint64_t tpidr; /* Thread pointer id. */ member in struct:aarch64_sim_cpu
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
aarch64-sim.h 43 uint64_t tpidr; /* Thread pointer id. */ member in struct:aarch64_sim_cpu
  /src/external/gpl3/gdb/dist/gdb/
aarch64-fbsd-tdep.c 57 { 1, 0, 8 }, /* tpidr */
222 ULONGEST tpidr; local
223 if (regcache->cooked_read (tdep->tls_regnum_base, &tpidr) != REG_VALID)
224 error (_("Unable to fetch %%tpidr"));
226 /* %tpidr points to the TCB whose first member is the dtv
228 CORE_ADDR dtv_addr = tpidr;
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-fbsd-tdep.c 57 { 1, 0, 8 }, /* tpidr */
222 ULONGEST tpidr; local
223 if (regcache->cooked_read (tdep->tls_regnum_base, &tpidr) != REG_VALID)
224 error (_("Unable to fetch %%tpidr"));
226 /* %tpidr points to the TCB whose first member is the dtv
228 CORE_ADDR dtv_addr = tpidr;

Completed in 25 milliseconds