Searched defs:ptr_to_u64 (Results 1 – 9 of 9) 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
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
445 static inline __u64 ptr_to_u64(const void *ptr) ptr_to_u64() function
67 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function [all...]
134 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function
337 static inline __u64 ptr_to_u64(const void *ptr) in ptr_to_u64() function