/include/linux/ |
A D | instrumented.h | 110 instrument_copy_to_user(void __user *to, const void *from, unsigned long n) in instrument_copy_to_user() 127 instrument_copy_from_user_before(const void *to, const void __user *from, unsigned long n) in instrument_copy_from_user_before() 144 instrument_copy_from_user_after(const void *to, const void __user *from, in instrument_copy_from_user_after() 159 static __always_inline void instrument_memcpy_before(void *to, const void *from, in instrument_memcpy_before() 178 static __always_inline void instrument_memcpy_after(void *to, const void *from, in instrument_memcpy_after() 193 #define instrument_get_user(to) \ argument
|
A D | highmem.h | 297 static inline void copy_user_highpage(struct page *to, struct page *from, in copy_user_highpage() 314 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() 335 static inline int copy_mc_user_highpage(struct page *to, struct page *from, in copy_mc_user_highpage() 355 static inline int copy_mc_highpage(struct page *to, struct page *from) in copy_mc_highpage() 381 static inline int copy_mc_highpage(struct page *to, struct page *from) in copy_mc_highpage() 438 static inline void memcpy_from_page(char *to, struct page *page, in memcpy_from_page() 451 char *to = kmap_local_page(page); in memcpy_to_page() local 476 static inline void memcpy_from_folio(char *to, struct folio *folio, in memcpy_from_folio() 510 char *to = kmap_local_folio(folio, offset); in memcpy_to_folio() local 580 char *to = kmap_local_folio(folio, offset); in folio_fill_tail() local [all …]
|
A D | uaccess.h | 90 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) in __copy_from_user_inatomic() 102 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user() 130 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) in __copy_to_user_inatomic() 140 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() 159 _inline_copy_from_user(void *to, const void __user *from, unsigned long n) in _inline_copy_from_user() 190 _inline_copy_to_user(void __user *to, const void *from, unsigned long n) in _inline_copy_to_user() 205 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user() 217 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() 326 __copy_from_user_inatomic_nocache(void *to, const void __user *from, in __copy_from_user_inatomic_nocache()
|
A D | hwspinlock.h | 106 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout() 270 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave() 293 int hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_irq() 316 int hwspin_lock_timeout_raw(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_raw() 338 int hwspin_lock_timeout_in_atomic(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout_in_atomic() 363 int hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) in hwspin_lock_timeout()
|
A D | kmsan-checks.h | 87 static inline void kmsan_copy_to_user(void __user *to, const void *from, in kmsan_copy_to_user() 92 static inline void kmsan_memmove(void *to, const void *from, size_t to_copy) in kmsan_memmove()
|
A D | uidgid.h | 149 static inline uid_t from_kuid(struct user_namespace *to, kuid_t kuid) in from_kuid() 154 static inline gid_t from_kgid(struct user_namespace *to, kgid_t kgid) in from_kgid() 159 static inline uid_t from_kuid_munged(struct user_namespace *to, kuid_t kuid) in from_kuid_munged() 167 static inline gid_t from_kgid_munged(struct user_namespace *to, kgid_t kgid) in from_kgid_munged()
|
A D | projid.h | 70 static inline projid_t from_kprojid(struct user_namespace *to, kprojid_t kprojid) in from_kprojid() 75 static inline projid_t from_kprojid_munged(struct user_namespace *to, kprojid_t kprojid) in from_kprojid_munged()
|
A D | virtio_features.h | 75 static inline void virtio_features_copy(u64 *to, const u64 *from) in virtio_features_copy() 80 static inline void virtio_features_andnot(u64 *to, const u64 *f1, const u64 *f2) in virtio_features_andnot()
|
A D | parser.h | 27 char *to; member
|
A D | psi.h | 61 static inline void cgroup_move_task(struct task_struct *p, struct css_set *to) in cgroup_move_task()
|
A D | assoc_array_priv.h | 91 struct assoc_array_ptr *to; member 95 u8 to; member
|
/include/asm-generic/ |
A D | uaccess.h | 17 __get_user_fn(size_t size, const void __user *from, void *to) in __get_user_fn() 43 __put_user_fn(size_t size, void __user *to, void *from) in __put_user_fn() 82 raw_copy_from_user(void *to, const void __user * from, unsigned long n) in raw_copy_from_user() 89 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 212 __clear_user(void __user *to, unsigned long n) in __clear_user() 220 clear_user(void __user *to, unsigned long n) in clear_user()
|
A D | video.h | 113 static inline void fb_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in fb_memcpy_fromio() 121 static inline void fb_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) in fb_memcpy_toio()
|
/include/trace/events/ |
A D | xdp.h | 159 #define _trace_xdp_redirect(dev, xdp, to) \ argument 162 #define _trace_xdp_redirect_err(dev, xdp, to, err) \ argument 165 #define _trace_xdp_redirect_map(dev, xdp, to, map_type, map_id, index) \ argument 168 #define _trace_xdp_redirect_map_err(dev, xdp, to, map_type, map_id, index, err) \ argument
|
/include/net/ |
A D | seg6.h | 18 __be32 to) in update_csum_diff4() 26 __be32 *to) in update_csum_diff16()
|
A D | mptcp.h | 165 static inline void mptcp_skb_ext_move(struct sk_buff *to, in mptcp_skb_ext_move() 179 static inline void mptcp_skb_ext_copy(struct sk_buff *to, in mptcp_skb_ext_copy() 208 static inline bool mptcp_skb_can_collapse(const struct sk_buff *to, in mptcp_skb_can_collapse() 284 static inline void mptcp_skb_ext_move(struct sk_buff *to, in mptcp_skb_ext_move() 289 static inline void mptcp_skb_ext_copy(struct sk_buff *to, in mptcp_skb_ext_copy() 294 static inline bool mptcp_skb_can_collapse(const struct sk_buff *to, in mptcp_skb_can_collapse()
|
A D | inet_ecn.h | 136 __be32 from, to; in IP6_ECN_set_ce() local 152 __be32 from, to; in IP6_ECN_set_ect1() local
|
A D | checksum.h | 119 static __always_inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4() 159 __be16 from, __be16 to, bool pseudohdr) in inet_proto_csum_replace2()
|
A D | udplite.h | 21 static __inline__ int udplite_getfrag(void *from, char *to, int offset, in udplite_getfrag()
|
/include/linux/mtd/ |
A D | map.h | 431 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t… in inline_map_copy_from() 439 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssi… in inline_map_copy_to() 446 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, len) argument 448 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len) argument 455 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument 457 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) argument
|
/include/rdma/ |
A D | uverbs_ioctl.h | 793 static inline int _uverbs_copy_from(void *to, in _uverbs_copy_from() 820 static inline int _uverbs_copy_from_or_zero(void *to, in _uverbs_copy_from_or_zero() 845 #define uverbs_copy_from(to, attrs_bundle, idx) \ argument 848 #define uverbs_copy_from_or_zero(to, attrs_bundle, idx) \ argument 900 uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags64() 906 uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags32() 927 _uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, in _uverbs_get_const() 940 _uverbs_get_const_signed(s64 *to, in _uverbs_get_const_signed() 948 _uverbs_get_const_unsigned(u64 *to, in _uverbs_get_const_unsigned() 1013 uverbs_get_raw_fd(int *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_raw_fd()
|
/include/linux/netfilter/ipset/ |
A D | pfxlen.h | 39 #define ip_set_mask_from_to(from, to, cidr) \ argument
|
/include/uapi/linux/netfilter/ |
A D | xt_connbytes.h | 22 __aligned_u64 to; /* count to be matched */ member
|
/include/media/ |
A D | v4l2-rect.h | 146 const struct v4l2_rect *to) in v4l2_rect_scale()
|
/include/sound/ |
A D | pcm_params.h | 83 unsigned int from, unsigned int to) in snd_mask_set_range() 91 unsigned int from, unsigned int to) in snd_mask_reset_range()
|