Searched defs:ptr_to_u64 (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/perf/util/
H A Dbpf-utils.h6 #define ptr_to_u64(ptr) ((__u64)(unsigned long)(ptr)) macro
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c22 #define ptr_to_u64(ptr) ((__u64)((uintptr_t)(ptr))) macro
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_selftests.h16 #define ptr_to_u64(ptr) ((__u64)((uintptr_t)(ptr))) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dsyscall.c62 static inline __u64 ptr_to_u64(const void *ptr) function
/linux-master/samples/bpf/
H A Dtask_fd_query_user.c41 static __u64 ptr_to_u64(void *ptr) function
/linux-master/tools/bpf/bpftool/
H A Dmain.h24 static inline __u64 ptr_to_u64(const void *ptr) function
/linux-master/tools/lib/bpf/
H A Dfeatures.c11 static inline __u64 ptr_to_u64(const void *ptr) function
H A Dbpf.c67 static inline __u64 ptr_to_u64(const void *ptr) function
[all...]
H A Dbtf.c126 static inline __u64 ptr_to_u64(const void *ptr) function
H A Dlibbpf.c309 static inline __u64 ptr_to_u64(const void *ptr) function
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.h403 static inline __u64 ptr_to_u64(const void *ptr) function
H A Dtest_verifier.c892 static __u64 ptr_to_u64(const void *ptr) function
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c414 static inline u64 ptr_to_u64(const void *ptr) function

Completed in 308 milliseconds