Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/include/
H A Dfutex2test.h9 #define u64_to_ptr(x) ((void *)(uintptr_t)(x)) macro
/linux/tools/bpf/bpftool/
H A Dmain.h29 static inline void *u64_to_ptr(__u64 ptr) in u64_to_ptr() function
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h450 static inline void *u64_to_ptr(__u64 ptr) u64_to_ptr() function