Home
last modified time | relevance | path

Searched refs:tls_index (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h266 struct tls_index { struct
314 struct tls_index tls_index; in calc_location() local
318 bpf_probe_read_user(&tls_index, sizeof(struct tls_index), in calc_location()
321 if (tls_index.module > 0) { in calc_location()
325 dtv += tls_index.module; in calc_location()
332 ? tls_ptr + tls_index.offset in calc_location()