Home
last modified time | relevance | path

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

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