Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h314 void *tls_ptr; in calc_location() local
327 bpf_probe_read_user(&tls_ptr, sizeof(void *), dtv); in calc_location()
329 return tls_ptr && tls_ptr != (void *)-1 in calc_location()
330 ? tls_ptr + tls_index.offset in calc_location()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h316 void *tls_ptr; in calc_location() local
329 bpf_probe_read_user(&tls_ptr, sizeof(void *), dtv); in calc_location()
331 return tls_ptr && tls_ptr != (void *)-1 in calc_location()
332 ? tls_ptr + tls_index.offset in calc_location()

Completed in 3 milliseconds