Searched refs:uintptr_t (Results 1 – 25 of 28) sorted by relevance
12
| /include/linux/ |
| D | cmpxchg-emu.h | 13 uintptr_t cmpxchg_emu_u8(volatile u8 *p, uintptr_t old, uintptr_t new);
|
| D | util_macros.h | 76 ((uintptr_t)(ptr) >= (uintptr_t)(var) && \ 77 (uintptr_t)(ptr) < (uintptr_t)(var) + sizeof(var))
|
| D | omap-mailbox.h | 9 typedef uintptr_t mbox_msg_t;
|
| D | bitops.h | 45 __builtin_constant_p((uintptr_t)(addr) != (uintptr_t)NULL) && \ 46 (uintptr_t)(addr) != (uintptr_t)NULL && \
|
| D | list_bl.h | 101 ((uintptr_t)n | ((uintptr_t)*pprev & LIST_BL_LOCKMASK))); in hlist_bl_add_before()
|
| D | bpfptr.h | 29 return KERNEL_BPFPTR((void*) (uintptr_t) addr); in make_bpfptr()
|
| D | thermal.h | 87 #define THERMAL_TRIP_PRIV_TO_INT(_val_) (uintptr_t)(_val_) 88 #define THERMAL_INT_TO_TRIP_PRIV(_val_) (void *)(uintptr_t)(_val_)
|
| D | rcupdate.h | 596 uintptr_t _r_a_p__v = (uintptr_t)(v); \ 599 if (__builtin_constant_p(v) && (_r_a_p__v) == (uintptr_t)NULL) \
|
| D | types.h | 42 typedef unsigned long uintptr_t; typedef
|
| D | llist.h | 127 ((uintptr_t)(ptr) + offsetof(typeof(*(ptr)), member) != 0)
|
| D | compiler.h | 221 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)(uintptr_t)&sym;
|
| D | kernel.h | 53 (void __user *)(uintptr_t)(x); \
|
| D | string.h | 246 return memset32((uint32_t *)p, (uintptr_t)v, n); in memset_p() 248 return memset64((uint64_t *)p, (uintptr_t)v, n); in memset_p()
|
| D | wait.h | 234 #define poll_to_key(m) ((void *)(__force uintptr_t)(__poll_t)(m)) 235 #define key_to_poll(m) ((__force __poll_t)(uintptr_t)(void *)(m))
|
| /include/linux/iio/ |
| D | iio.h | 50 ssize_t (*read)(struct iio_dev *, uintptr_t private, 52 ssize_t (*write)(struct iio_dev *, uintptr_t private, 55 uintptr_t private; 82 uintptr_t priv, const struct iio_chan_spec *chan, char *buf); 84 uintptr_t priv, const struct iio_chan_spec *chan, char *buf); 86 uintptr_t priv, const struct iio_chan_spec *chan, const char *buf, 103 .private = (uintptr_t)(_e), \ 120 .private = (uintptr_t)(_e), \ 132 ssize_t iio_show_mount_matrix(struct iio_dev *indio_dev, uintptr_t priv, 150 .private = (uintptr_t)(_get), \
|
| D | backend.h | 119 int (*ext_info_set)(struct iio_backend *back, uintptr_t private, 122 int (*ext_info_get)(struct iio_backend *back, uintptr_t private, 167 ssize_t iio_backend_ext_info_set(struct iio_dev *indio_dev, uintptr_t private, 170 ssize_t iio_backend_ext_info_get(struct iio_dev *indio_dev, uintptr_t private,
|
| /include/acpi/platform/ |
| D | aclinux.h | 117 #define acpi_uintptr_t uintptr_t 119 #define ACPI_TO_INTEGER(p) ((uintptr_t)(p))
|
| /include/trace/events/ |
| D | firewire.h | 456 __entry->context = (uintptr_t)ctx; 481 __entry->context = (uintptr_t)ctx; 504 __entry->context = (uintptr_t)ctx; 522 __entry->context = (uintptr_t)ctx; 559 __entry->context = (uintptr_t)ctx; 582 __entry->context = (uintptr_t)ctx; 608 __entry->context = (uintptr_t)ctx; 651 __entry->context = (uintptr_t)ctx; 687 __entry->context = (uintptr_t)ctx; 723 __entry->context = (uintptr_t)ctx; [all …]
|
| /include/linux/usb/ |
| D | chipidea.h | 36 uintptr_t capoffset;
|
| /include/uapi/linux/ |
| D | virtio_ring.h | 205 vr->used = (void *)(((uintptr_t)&vr->avail->ring[num] + sizeof(__virtio16) in vring_init()
|
| /include/net/bluetooth/ |
| D | hci_sync.h | 8 #define UINT_PTR(_handle) ((void *)((uintptr_t)_handle)) 9 #define PTR_UINT(_ptr) ((uintptr_t)((void *)_ptr))
|
| /include/net/ |
| D | sock.h | 605 return ((uintptr_t)sk->sk_user_data & SK_USER_DATA_NOCOPY); in sk_user_data_is_nocopy() 622 uintptr_t flags) in __locked_read_sk_user_data_with_flags() 624 uintptr_t sk_user_data = in __locked_read_sk_user_data_with_flags() 625 (uintptr_t)rcu_dereference_check(__sk_user_data(sk), in __locked_read_sk_user_data_with_flags() 645 uintptr_t flags) in __rcu_dereference_sk_user_data_with_flags() 647 uintptr_t sk_user_data = (uintptr_t)rcu_dereference(__sk_user_data(sk)); in __rcu_dereference_sk_user_data_with_flags() 660 uintptr_t __tmp1 = (uintptr_t)(ptr), \ 661 __tmp2 = (uintptr_t)(flags); \
|
| /include/uapi/drm/ |
| D | panthor_drm.h | 209 { .stride = sizeof((ptr)[0]), .count = (cnt), .array = (__u64)(uintptr_t)(ptr) }
|
| D | pvr_drm.h | 74 { .stride = sizeof((ptr)[0]), .count = (cnt), .array = (__u64)(uintptr_t)(ptr) }
|
| /include/linux/qed/ |
| D | common_hsi.h | 16 #define PTR_LO(x) ((u32)(((uintptr_t)(x)) & 0xffffffff)) 17 #define PTR_HI(x) ((u32)((((uintptr_t)(x)) >> 16) >> 16))
|
12