| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| aarch64-sim.h | 43 uint64_t tpidr; /* Thread pointer id. */ member in struct:aarch64_sim_cpu
|
| cpustate.c | 669 return AARCH64_SIM_CPU (cpu)->tpidr;
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| aarch64-sim.h | 43 uint64_t tpidr; /* Thread pointer id. */ member in struct:aarch64_sim_cpu
|
| cpustate.c | 669 return AARCH64_SIM_CPU (cpu)->tpidr;
|
| /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;
|
| /src/sys/arch/aarch64/aarch64/ |
| vectors.S | 31 .macro vector_func, func, el, intr_p, label, tpidr 94 /* curlwp->l_private = tpidr{,ro}_el0 */ 96 mrs x0, tpidr\tpidr\()_el0 97 str x0, [x1, #L_PRIVATE] /* curlwp->l_private = tpidr{,ro}_el0 */
|