Searched defs:ptr_to_u64 (Results 1 – 11 of 11) 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
187 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
341 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
457 static inline __u64 ptr_to_u64(const void *ptr) in 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