Searched defs:u64_to_ptr (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/futex/include/
H A Dfutex2test.h9 #define u64_to_ptr(x) ((void *)(uintptr_t)(x)) macro
/linux-master/tools/bpf/bpftool/
H A Dmain.h29 static inline void *u64_to_ptr(__u64 ptr) function
/linux-master/drivers/gpu/drm/i915/
H A Di915_utils.h190 #define u64_to_ptr(T, x) ({ \ macro
/linux-master/tools/perf/util/
H A Dbpf_counter.c33 static inline void *u64_to_ptr(__u64 ptr) function
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.h408 static inline void *u64_to_ptr(__u64 ptr) function

Completed in 226 milliseconds