Searched defs:u64_to_ptr (Results 1 – 5 of 5) sorted by relevance
9 #define u64_to_ptr(x) ((void *)(uintptr_t)(x)) macro
29 static inline void *u64_to_ptr(__u64 ptr) in u64_to_ptr() function
33 static inline void *u64_to_ptr(__u64 ptr) in u64_to_ptr() function
196 #define u64_to_ptr(T, x) ({ \ macro
375 static inline void *u64_to_ptr(__u64 ptr) in u64_to_ptr() function