Searched defs:ptr_to_u64 (Results 1 – 10 of 10) sorted by relevance
6 #define ptr_to_u64(ptr) ((__u64)(unsigned long)(ptr)) macro
22 #define ptr_to_u64(ptr) ((__u64)((uintptr_t)(ptr))) macro
16 #define ptr_to_u64(ptr) ((__u64)((uintptr_t)(ptr))) macro
63 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
41 static __u64 ptr_to_u64(void *ptr) in ptr_to_u64() function
10 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
336 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
453 static inline __u64 ptr_to_u64(const void *ptr) ptr_to_u64() function
888 static __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
419 static inline u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function