Searched defs:ptr_to_u64 (Results 1 – 13 of 13) sorted by relevance
6 #define ptr_to_u64(ptr) ((__u64)(unsigned long)(ptr)) macro
16 #define ptr_to_u64(ptr) ((__u64)((uintptr_t)(ptr))) macro
22 #define ptr_to_u64(ptr) ((__u64)((uintptr_t)(ptr))) macro
24 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
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
11 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
67 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
129 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
334 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
416 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
892 static __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
414 static inline u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function