Searched defs:u64_to_ptr (Results 1 – 3 of 3) sorted by relevance
29 static inline void *u64_to_ptr(__u64 ptr) in u64_to_ptr() function
201 static inline void *u64_to_ptr(__u64 ptr) in u64_to_ptr() function
240 #define u64_to_ptr(T, x) ({ \ macro