Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 64) sorted by relevance

123

/include/linux/
A Dinstrumented.h110 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()
211 #define instrument_put_user(from, ptr, size) \ argument
A Dhighmem.h297 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()
441 char *from = kmap_local_page(page); in memcpy_from_page() local
449 const char *from, size_t len) in memcpy_to_page()
482 const char *from = kmap_local_folio(folio, offset); in memcpy_from_folio() local
505 const char *from, size_t len) in memcpy_to_folio()
578 const char *from, size_t len) in folio_fill_tail()
[all …]
A Duaccess.h90 __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 Dkmsan-checks.h87 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 Dvirtio_features.h59 static inline void virtio_features_from_u64(u64 *features, u64 from) in virtio_features_from_u64()
75 static inline void virtio_features_copy(u64 *to, const u64 *from) in virtio_features_copy()
A Dprime_numbers.h35 #define for_each_prime_number_from(prime, from, max) \ argument
A Dparser.h26 char *from; member
A Ddebug_locks.h65 debug_check_no_locks_freed(const void *from, unsigned long len) in debug_check_no_locks_freed()
A Duidgid.h139 static inline kuid_t make_kuid(struct user_namespace *from, uid_t uid) in make_kuid()
144 static inline kgid_t make_kgid(struct user_namespace *from, gid_t gid) in make_kgid()
A Dprojid.h65 static inline kprojid_t make_kprojid(struct user_namespace *from, projid_t projid) in make_kprojid()
A Dsignal.h16 const kernel_siginfo_t *from) in copy_siginfo()
29 const kernel_siginfo_t *from) in copy_siginfo_to_external()
A Dbitfield.h191 #define ____MAKE_OP(type,base,to,from) \ argument
A Dirq.h943 #define irq_alloc_descs(irq, from, cnt, node) \ argument
952 #define irq_alloc_desc_from(from, node) \ argument
955 #define irq_alloc_descs_from(from, cnt, node) \ argument
958 #define devm_irq_alloc_descs(dev, irq, from, cnt, node) \ argument
967 #define devm_irq_alloc_desc_from(dev, from, node) \ argument
970 #define devm_irq_alloc_descs_from(dev, from, cnt, node) \ argument
/include/asm-generic/
A Duaccess.h17 __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()
A Dvideo.h113 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/net/
A Dseg6.h17 static inline void update_csum_diff4(struct sk_buff *skb, __be32 from, in update_csum_diff4()
25 static inline void update_csum_diff16(struct sk_buff *skb, __be32 *from, in update_csum_diff16()
A Dmptcp.h166 struct sk_buff *from) in mptcp_skb_ext_move()
180 struct sk_buff *from) in mptcp_skb_ext_copy()
209 const struct sk_buff *from) in mptcp_skb_can_collapse()
285 const struct sk_buff *from) in mptcp_skb_ext_move()
290 struct sk_buff *from) in mptcp_skb_ext_copy()
295 const struct sk_buff *from) in mptcp_skb_can_collapse()
A Dinet_ecn.h136 __be32 from, to; in IP6_ECN_set_ce() local
152 __be32 from, to; in IP6_ECN_set_ect1() local
A Dchecksum.h119 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 Dudplite.h21 static __inline__ int udplite_getfrag(void *from, char *to, int offset, in udplite_getfrag()
/include/linux/mtd/
A Dmap.h257 #define INVALIDATE_CACHED_RANGE(map, from, size) \ argument
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/linux/netfilter/ipset/
A Dpfxlen.h39 #define ip_set_mask_from_to(from, to, cidr) \ argument
/include/uapi/linux/netfilter/
A Dxt_connbytes.h21 __aligned_u64 from; /* count to be matched */ member
/include/media/
A Dv4l2-rect.h145 const struct v4l2_rect *from, in v4l2_rect_scale()
/include/sound/
A Dpcm_params.h83 unsigned int from, unsigned int to) in snd_mask_set_range()
91 unsigned int from, unsigned int to) in snd_mask_reset_range()

Completed in 55 milliseconds

123