Searched defs:ptr_to_u64 (Results 1 – 14 of 14) sorted by relevance
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
16 #define ptr_to_u64(ptr) ((__u64)((uintptr_t)(ptr))) macro
93 static inline uint64_t ptr_to_u64(const void *ptr) in ptr_to_u64() function
24 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
33 inline uint64_t ptr_to_u64(const void * const x) { in ptr_to_u64() function
37 inline uint64_t ptr_to_u64(const void * const x) { 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
126 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
309 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
616 static inline uint64_t ptr_to_u64(const void *ptr) in ptr_to_u64() function
323 static uint64_t ptr_to_u64(void *ptr) in ptr_to_u64() function