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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h127 * tls_mode defines what TLS mode was used for particular metavariable:
136 int64_t tls_mode; member in struct:strobe_value_loc
281 * tls_mode value is:
288 * (tls_mode + 1) * (tls_base + offset)
292 if (loc->tls_mode <= TLS_LOCAL_EXEC) {
296 /* multiply by (tls_mode + 1) to get NULL, if we have no
298 return (void *)((loc->tls_mode + 1) * (int64_t)addr);

Completed in 107 milliseconds