Home
last modified time | relevance | path

Searched defs:walk (Results 1 – 25 of 41) sorted by relevance

12

/linux/include/crypto/
H A Dscatterwalk.h29 static inline void scatterwalk_start(struct scatter_walk *walk, in scatterwalk_start()
40 static inline void scatterwalk_start_at_pos(struct scatter_walk *walk, in scatterwalk_start_at_pos()
52 static inline unsigned int scatterwalk_clamp(struct scatter_walk *walk, in scatterwalk_clamp()
89 static inline void scatterwalk_get_sglist(struct scatter_walk *walk, in scatterwalk_get_sglist()
100 static inline void scatterwalk_map(struct scatter_walk *walk) in scatterwalk_map()
141 static inline unsigned int scatterwalk_next(struct scatter_walk *walk, in scatterwalk_next()
150 static inline void scatterwalk_unmap(struct scatter_walk *walk) in scatterwalk_unmap()
156 static inline void scatterwalk_advance(struct scatter_walk *walk, in scatterwalk_advance()
170 static inline void scatterwalk_done_src(struct scatter_walk *walk, in scatterwalk_done_src()
214 static inline void scatterwalk_done_dst(struct scatter_walk *walk, in scatterwalk_done_dst()
/linux/mm/
H A Dmapping_dirty_helpers.c35 struct mm_walk *walk) in wp_pte() argument
90 unsigned long end, struct mm_walk *walk) in clean_record_pte() argument
127 wp_clean_pmd_entry(pmd_t * pmd,unsigned long addr,unsigned long end,struct mm_walk * walk) wp_clean_pmd_entry() argument
149 wp_clean_pud_entry(pud_t * pud,unsigned long addr,unsigned long end,struct mm_walk * walk) wp_clean_pud_entry() argument
170 wp_clean_pre_vma(unsigned long start,unsigned long end,struct mm_walk * walk) wp_clean_pre_vma() argument
198 wp_clean_post_vma(struct mm_walk * walk) wp_clean_post_vma() argument
219 wp_clean_test_walk(unsigned long start,unsigned long end,struct mm_walk * walk) wp_clean_test_walk() argument
[all...]
/linux/crypto/
H A Dscatterwalk.c18 void scatterwalk_skip(struct scatter_walk *walk, unsigned int nbytes) in scatterwalk_skip()
33 inline void memcpy_from_scatterwalk(void *buf, struct scatter_walk *walk, in memcpy_from_scatterwalk()
48 inline void memcpy_to_scatterwalk(struct scatter_walk *walk, const void *buf, in memcpy_to_scatterwalk()
66 struct scatter_walk walk; in memcpy_from_sglist() local
79 struct scatter_walk walk; in memcpy_to_sglist() local
H A Ddeflate.c66 struct acomp_walk walk; in deflate_compress_one() local
146 struct acomp_walk walk; in deflate_decompress_one() local
H A Dzstd.c104 struct acomp_walk walk; in zstd_compress() local
214 struct acomp_walk walk; in zstd_decompress() local
H A Dchacha.c52 struct skcipher_walk walk; in chacha_stream_xor() local
/linux/arch/loongarch/mm/
H A Dpageattr.c17 static unsigned long set_pageattr_masks(unsigned long val, struct mm_walk *walk) in set_pageattr_masks()
29 unsigned long next, struct mm_walk *walk) in pageattr_pgd_entry()
42 unsigned long next, struct mm_walk *walk) in pageattr_p4d_entry()
55 unsigned long next, struct mm_walk *walk) in pageattr_pud_entry()
68 unsigned long next, struct mm_walk *walk) in pageattr_pmd_entry()
81 unsigned long next, struct mm_walk *walk) in pageattr_pte_entry()
92 int depth, struct mm_walk *walk) in pageattr_pte_hole()
/linux/drivers/gpu/drm/xe/
H A Dxe_pt_walk.c28 const struct xe_pt_walk *walk) in xe_pt_addr_end()
37 unsigned int level, const struct xe_pt_walk *walk) in xe_pt_next()
74 u64 addr, u64 end, struct xe_pt_walk *walk) in xe_pt_walk_range()
141 u64 addr, u64 end, struct xe_pt_walk *walk) in xe_pt_walk_shared()
H A Dxe_pt.c563 struct xe_pt_walk *walk) in xe_pt_stage_bind_entry()
914 struct xe_pt_walk *walk, in xe_pt_nonshared_offsets()
961 struct xe_pt_walk *walk) in xe_pt_zap_ptes_entry()
1708 struct xe_pt_walk *walk) in xe_pt_check_kill()
1833 struct xe_pt_walk *walk) in xe_pt_stage_unbind_entry()
1926 struct xe_pt_walk *walk) in xe_pt_stage_unbind_post_descend()
/linux/arch/arm64/crypto/
H A Dsm4-neon-glue.c38 struct skcipher_walk walk; in sm4_ecb_do_crypt() local
81 struct skcipher_walk walk; in sm4_cbc_encrypt() local
113 struct skcipher_walk walk; in sm4_cbc_decrypt() local
141 struct skcipher_walk walk; in sm4_ctr_crypt() local
H A Dsm4-ce-ccm-glue.c96 struct scatter_walk walk; in ccm_calculate_auth_mac() local
156 static int ccm_crypt(struct aead_request *req, struct skcipher_walk *walk, in ccm_crypt()
196 struct skcipher_walk walk; in ccm_encrypt() local
225 struct skcipher_walk walk; in ccm_decrypt() local
H A Dsm4-ce-gcm-glue.c77 struct scatter_walk walk; in gcm_calculate_auth_mac() local
130 static int gcm_crypt(struct aead_request *req, struct skcipher_walk *walk, in gcm_crypt()
179 struct skcipher_walk walk; in gcm_encrypt() local
200 struct skcipher_walk walk; in gcm_decrypt() local
H A Daes-neonbs-glue.c92 struct skcipher_walk walk; in __ecb_crypt() local
154 struct skcipher_walk walk; in cbc_encrypt() local
177 struct skcipher_walk walk; in cbc_decrypt() local
204 struct skcipher_walk walk; in ctr_encrypt() local
281 struct skcipher_walk walk; in __xts_crypt() local
H A Dsm4-ce-glue.c108 struct skcipher_walk walk; in sm4_ecb_do_crypt() local
152 struct skcipher_walk walk; in sm4_cbc_crypt() local
207 struct skcipher_walk walk; in sm4_cbc_cts_crypt() local
273 struct skcipher_walk walk; in sm4_ctr_crypt() local
319 struct skcipher_walk walk; in sm4_xts_crypt() local
/linux/drivers/media/mc/
H A Dmc-entity.c477 media_pipeline_walk_top(struct media_pipeline_walk *walk) in media_pipeline_walk_top()
482 static bool media_pipeline_walk_empty(struct media_pipeline_walk *walk) in media_pipeline_walk_empty()
488 static int media_pipeline_walk_resize(struct media_pipeline_walk *walk) in media_pipeline_walk_resize()
512 static int media_pipeline_walk_push(struct media_pipeline_walk *walk, in media_pipeline_walk_push()
541 static bool media_pipeline_walk_pop(struct media_pipeline_walk *walk) in media_pipeline_walk_pop()
569 static void media_pipeline_walk_destroy(struct media_pipeline_walk *walk) in media_pipeline_walk_destroy()
576 struct media_pipeline_walk *walk, in media_pipeline_add_pad()
608 struct media_pipeline_walk *walk) in media_pipeline_explore_next_link()
721 struct media_pipeline_walk walk = { }; in media_pipeline_populate() local
/linux/drivers/crypto/
H A Dpadlock-aes.c348 struct skcipher_walk walk; in ecb_aes_encrypt() local
373 struct skcipher_walk walk; in ecb_aes_decrypt() local
413 struct skcipher_walk walk; in cbc_aes_encrypt() local
440 struct skcipher_walk walk; in cbc_aes_decrypt() local
H A Dgeode-aes.c267 struct skcipher_walk walk; in geode_skcipher_crypt() local
/linux/scripts/
H A Dleaking_addresses.pl536 sub walk subroutine
/linux/arch/x86/crypto/
H A Daria_aesni_avx_glue.c89 struct skcipher_walk walk; in aria_avx_ctr_encrypt() local
H A Daria_aesni_avx2_glue.c91 struct skcipher_walk walk; in aria_avx2_ctr_encrypt() local
/linux/net/xfrm/
H A Dxfrm_iptfs.c335 struct iptfs_skb_frag_walk *walk) in iptfs_skb_prepare_frag_walk()
380 static u32 iptfs_skb_reset_frag_walk(struct iptfs_skb_frag_walk *walk, in iptfs_skb_reset_frag_walk()
410 struct iptfs_skb_frag_walk *walk, in iptfs_skb_can_add_frags()
459 struct iptfs_skb_frag_walk *walk, u32 offset, in iptfs_skb_add_frags()
533 iptfs_pskb_add_frags(struct sk_buff *tpl, struct iptfs_skb_frag_walk *walk, in iptfs_pskb_add_frags()
H A Dxfrm_nat_keepalive.c203 struct xfrm_state_walk walk; nat_keepalive_work() local
/linux/security/
H A Ddevice_cgroup.c102 struct dev_exception_item *excopy, *walk; in dev_exception_add() local
134 struct dev_exception_item *walk, *tmp; in dev_exception_rm() local
/linux/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c139 unsigned long end, struct mm_walk *walk) in subpage_walk_pmd_entry()
/linux/tools/cgroup/
H A Diocost_monitor.py72 def walk(self, blkcg, q_id, parent_path): member in BlkgIterator

12