Searched defs:ptr_to_u64 (Results 1 – 11 of 11) 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
41 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
370 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
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
41 static __u64 ptr_to_u64(void *ptr) in ptr_to_u64() function
67 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
126 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
283 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
415 static inline u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function