Searched refs:tls_base (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h278 static void *calc_location(struct strobe_value_loc *loc, void *tls_base) argument
288 * (tls_mode + 1) * (tls_base + offset)
294 * tls_base */
295 void *addr = tls_base + loc->offset;
305 * relative to tls_base;
324 /* dtv = ((struct tcbhead *)tls_base)->dtv[tls_index.module] */
326 &((struct tcbhead *)tls_base)->dtv);
344 size_t idx, void *tls_base,
348 void *location = calc_location(&cfg->int_locs[idx], tls_base);
359 size_t idx, void *tls_base,
343 read_int_var(struct strobemeta_cfg *cfg, size_t idx, void *tls_base, struct strobe_value_generic *value, struct strobemeta_payload *data) argument
358 read_str_var(struct strobemeta_cfg *cfg, size_t idx, void *tls_base, struct strobe_value_generic *value, struct strobemeta_payload *data, size_t off) argument
388 read_map_var(struct strobemeta_cfg *cfg, size_t idx, void *tls_base, struct strobe_value_generic *value, struct strobemeta_payload *data, size_t off) argument
460 void *tls_base; member in struct:read_var_ctx
519 void *tls_base; local
[all...]
H A Dpyperf.h77 static void *get_thread_state(void *tls_base, PidData *pidData) argument
84 tls_base + 0x310 + key * 0x10 + 0x08);
249 void* tls_base = (void*)task; local
251 void* thread_state = pidData->use_tls ? get_thread_state(tls_base, pidData)
259 tls_base + 0x10);

Completed in 90 milliseconds