Home
last modified time | relevance | path

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

12345

/linux/include/crypto/
A Dscatterwalk.h28 static inline unsigned int scatterwalk_pagelen(struct scatter_walk *walk) in scatterwalk_pagelen()
35 static inline unsigned int scatterwalk_clamp(struct scatter_walk *walk, in scatterwalk_clamp()
42 static inline void scatterwalk_advance(struct scatter_walk *walk, in scatterwalk_advance()
48 static inline unsigned int scatterwalk_aligned(struct scatter_walk *walk, in scatterwalk_aligned()
54 static inline struct page *scatterwalk_page(struct scatter_walk *walk) in scatterwalk_page()
64 static inline void scatterwalk_start(struct scatter_walk *walk, in scatterwalk_start()
71 static inline void *scatterwalk_map(struct scatter_walk *walk) in scatterwalk_map()
77 static inline void scatterwalk_pagedone(struct scatter_walk *walk, int out, in scatterwalk_pagedone()
91 static inline void scatterwalk_done(struct scatter_walk *walk, int out, in scatterwalk_done()
/linux/mm/
A Dpagewalk.c42 struct mm_walk *walk) in walk_pte_range()
101 struct mm_walk *walk) in walk_pmd_range()
162 struct mm_walk *walk) in walk_pud_range()
214 struct mm_walk *walk) in walk_p4d_range()
249 struct mm_walk *walk) in walk_pgd_range()
337 struct mm_walk *walk) in walk_page_test()
363 struct mm_walk *walk) in __walk_page_range()
434 struct mm_walk walk = { in walk_page_range() local
493 struct mm_walk walk = { in walk_page_range_novma() local
512 struct mm_walk walk = { in walk_page_vma() local
[all …]
A Dptdump.c15 static inline int note_kasan_page_table(struct mm_walk *walk, in note_kasan_page_table()
29 unsigned long next, struct mm_walk *walk) in ptdump_pgd_entry()
50 unsigned long next, struct mm_walk *walk) in ptdump_p4d_entry()
71 unsigned long next, struct mm_walk *walk) in ptdump_pud_entry()
92 unsigned long next, struct mm_walk *walk) in ptdump_pmd_entry()
111 unsigned long next, struct mm_walk *walk) in ptdump_pte_entry()
125 int depth, struct mm_walk *walk) in ptdump_hole()
A Dmapping_dirty_helpers.c34 struct mm_walk *walk) in wp_pte()
89 unsigned long end, struct mm_walk *walk) in clean_record_pte()
126 struct mm_walk *walk) in wp_clean_pmd_entry()
156 struct mm_walk *walk) in wp_clean_pud_entry()
185 struct mm_walk *walk) in wp_clean_pre_vma()
213 static void wp_clean_post_vma(struct mm_walk *walk) in wp_clean_post_vma()
234 struct mm_walk *walk) in wp_clean_test_walk()
A Dsparse-vmemmap.c57 struct vmemmap_remap_walk *walk) in split_vmemmap_huge_pmd()
90 struct vmemmap_remap_walk *walk) in vmemmap_pte_range()
117 struct vmemmap_remap_walk *walk) in vmemmap_pmd_range()
140 struct vmemmap_remap_walk *walk) in vmemmap_pud_range()
160 struct vmemmap_remap_walk *walk) in vmemmap_p4d_range()
179 struct vmemmap_remap_walk *walk) in vmemmap_remap_range()
234 struct vmemmap_remap_walk *walk) in vmemmap_remap_pte()
249 struct vmemmap_remap_walk *walk) in vmemmap_restore_pte()
282 struct vmemmap_remap_walk walk = { in vmemmap_remap_free() local
368 struct vmemmap_remap_walk walk = { in vmemmap_remap_alloc() local
A Dhmm.c64 unsigned int required_fault, struct mm_walk *walk) in hmm_vma_fault()
148 __always_unused int depth, struct mm_walk *walk) in hmm_vma_walk_hole()
187 static int hmm_vma_handle_pmd(struct mm_walk *walk, unsigned long addr, in hmm_vma_handle_pmd()
231 static int hmm_vma_handle_pte(struct mm_walk *walk, unsigned long addr, in hmm_vma_handle_pte()
325 struct mm_walk *walk) in hmm_vma_walk_pmd()
413 struct mm_walk *walk) in hmm_vma_walk_pud()
477 struct mm_walk *walk) in hmm_vma_walk_hugetlb_entry()
515 struct mm_walk *walk) in hmm_vma_walk_test()
A Dmincore.c25 unsigned long end, struct mm_walk *walk) in mincore_hugetlb()
92 struct mm_walk *walk) in mincore_unmapped_range()
100 struct mm_walk *walk) in mincore_pte_range()
/linux/crypto/
A Dskcipher.c51 static inline void *skcipher_map(struct scatter_walk *walk) in skcipher_map()
59 static inline void skcipher_map_src(struct skcipher_walk *walk) in skcipher_map_src()
105 int skcipher_walk_done(struct skcipher_walk *walk, int err) in skcipher_walk_done()
286 static int skcipher_next_copy(struct skcipher_walk *walk) in skcipher_next_copy()
318 static int skcipher_next_fast(struct skcipher_walk *walk) in skcipher_next_fast()
344 static int skcipher_walk_next(struct skcipher_walk *walk) in skcipher_walk_next()
397 static int skcipher_copy_iv(struct skcipher_walk *walk) in skcipher_copy_iv()
432 static int skcipher_walk_first(struct skcipher_walk *walk) in skcipher_walk_first()
477 int skcipher_walk_virt(struct skcipher_walk *walk, in skcipher_walk_virt()
494 int skcipher_walk_async(struct skcipher_walk *walk, in skcipher_walk_async()
[all …]
A Dcfb.c43 static void crypto_cfb_final(struct skcipher_walk *walk, in crypto_cfb_final()
58 static int crypto_cfb_encrypt_segment(struct skcipher_walk *walk, in crypto_cfb_encrypt_segment()
81 static int crypto_cfb_encrypt_inplace(struct skcipher_walk *walk, in crypto_cfb_encrypt_inplace()
106 struct skcipher_walk walk; in crypto_cfb_encrypt() local
128 static int crypto_cfb_decrypt_segment(struct skcipher_walk *walk, in crypto_cfb_decrypt_segment()
151 static int crypto_cfb_decrypt_inplace(struct skcipher_walk *walk, in crypto_cfb_decrypt_inplace()
170 static int crypto_cfb_decrypt_blocks(struct skcipher_walk *walk, in crypto_cfb_decrypt_blocks()
182 struct skcipher_walk walk; in crypto_cfb_decrypt() local
A Dpcbc.c21 struct skcipher_walk *walk, in crypto_pcbc_encrypt_segment()
43 struct skcipher_walk *walk, in crypto_pcbc_encrypt_inplace()
68 struct skcipher_walk walk; in crypto_pcbc_encrypt() local
88 struct skcipher_walk *walk, in crypto_pcbc_decrypt_segment()
110 struct skcipher_walk *walk, in crypto_pcbc_decrypt_inplace()
135 struct skcipher_walk walk; in crypto_pcbc_decrypt() local
A Dcbc.c17 static int crypto_cbc_encrypt_segment(struct skcipher_walk *walk, in crypto_cbc_encrypt_segment()
45 static int crypto_cbc_encrypt_inplace(struct skcipher_walk *walk, in crypto_cbc_encrypt_inplace()
76 struct skcipher_walk walk; in crypto_cbc_encrypt() local
92 static int crypto_cbc_decrypt_segment(struct skcipher_walk *walk, in crypto_cbc_decrypt_segment()
122 static int crypto_cbc_decrypt_inplace(struct skcipher_walk *walk, in crypto_cbc_decrypt_inplace()
158 struct skcipher_walk walk; in crypto_cbc_decrypt() local
A Daegis128-core.c281 struct scatter_walk walk; in crypto_aegis128_process_ad() local
324 struct skcipher_walk *walk, in crypto_aegis128_process_crypt()
395 struct skcipher_walk walk; in crypto_aegis128_encrypt_generic() local
418 struct skcipher_walk walk; in crypto_aegis128_decrypt_generic() local
456 struct skcipher_walk walk; in crypto_aegis128_encrypt_simd() local
481 struct skcipher_walk walk; in crypto_aegis128_decrypt_simd() local
A Dctr.c28 static void crypto_ctr_crypt_final(struct skcipher_walk *walk, in crypto_ctr_crypt_final()
46 static int crypto_ctr_crypt_segment(struct skcipher_walk *walk, in crypto_ctr_crypt_segment()
72 static int crypto_ctr_crypt_inplace(struct skcipher_walk *walk, in crypto_ctr_crypt_inplace()
104 struct skcipher_walk walk; in crypto_ctr_crypt() local
A Dscatterwalk.c26 void scatterwalk_copychunks(void *buf, struct scatter_walk *walk, in scatterwalk_copychunks()
58 struct scatter_walk walk; in scatterwalk_map_and_copy() local
/linux/arch/arm/crypto/
A Daes-ce-glue.c171 struct skcipher_walk walk; in ecb_encrypt() local
191 struct skcipher_walk walk; in ecb_decrypt() local
208 struct skcipher_walk *walk) in cbc_encrypt_walk()
228 struct skcipher_walk walk; in cbc_encrypt() local
238 struct skcipher_walk *walk) in cbc_decrypt_walk()
258 struct skcipher_walk walk; in cbc_decrypt() local
275 struct skcipher_walk walk; in cts_cbc_encrypt() local
333 struct skcipher_walk walk; in cts_cbc_decrypt() local
387 struct skcipher_walk walk; in ctr_encrypt() local
453 struct skcipher_walk walk; in xts_encrypt() local
[all …]
/linux/arch/riscv/mm/
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/arch/arm64/crypto/
A Daes-glue.c180 struct skcipher_walk walk; in ecb_encrypt() local
200 struct skcipher_walk walk; in ecb_decrypt() local
235 struct skcipher_walk walk; in cbc_encrypt() local
264 struct skcipher_walk walk; in cbc_decrypt() local
282 struct skcipher_walk walk; in cts_cbc_encrypt() local
339 struct skcipher_walk walk; in cts_cbc_decrypt() local
408 struct skcipher_walk walk; in essiv_cbc_encrypt() local
430 struct skcipher_walk walk; in essiv_cbc_decrypt() local
452 struct skcipher_walk walk; in ctr_encrypt() local
497 struct skcipher_walk walk; in xts_encrypt() local
[all …]
A Daes-neonbs-glue.c98 struct skcipher_walk walk; in __ecb_crypt() local
158 struct skcipher_walk walk; in cbc_encrypt() local
181 struct skcipher_walk walk; in cbc_decrypt() local
209 struct skcipher_walk walk; in ctr_encrypt() local
281 struct skcipher_walk walk; in __xts_crypt() local
A Daes-ce-ccm-glue.c102 struct scatter_walk walk; in ccm_calculate_auth_mac() local
150 struct skcipher_walk walk; in ccm_encrypt() local
208 struct skcipher_walk walk; in ccm_decrypt() local
/linux/arch/x86/crypto/
A Dsm4_aesni_avx_glue.c43 struct skcipher_walk walk; in ecb_do_crypt() local
97 struct skcipher_walk walk; in sm4_cbc_encrypt() local
131 struct skcipher_walk walk; in sm4_avx_cbc_decrypt() local
195 struct skcipher_walk walk; in sm4_cfb_encrypt() local
237 struct skcipher_walk walk; in sm4_avx_cfb_decrypt() local
306 struct skcipher_walk walk; in sm4_avx_ctr_crypt() local
A Dblowfish_glue.c76 struct skcipher_walk walk; in ecb_crypt() local
127 struct skcipher_walk *walk) in __cbc_encrypt()
153 struct skcipher_walk walk; in cbc_encrypt() local
168 struct skcipher_walk *walk) in __cbc_decrypt()
234 struct skcipher_walk walk; in cbc_decrypt() local
A Ddes3_ede_glue.c77 struct skcipher_walk walk; in ecb_crypt() local
135 struct skcipher_walk *walk) in __cbc_encrypt()
161 struct skcipher_walk walk; in cbc_encrypt() local
176 struct skcipher_walk *walk) in __cbc_decrypt()
240 struct skcipher_walk walk; in cbc_decrypt() local
A Daesni-intel_glue.c282 struct skcipher_walk walk; in ecb_encrypt() local
304 struct skcipher_walk walk; in ecb_decrypt() local
326 struct skcipher_walk walk; in cbc_encrypt() local
348 struct skcipher_walk walk; in cbc_decrypt() local
374 struct skcipher_walk walk; in cts_cbc_encrypt() local
430 struct skcipher_walk walk; in cts_cbc_decrypt() local
501 struct skcipher_walk walk; in ctr_crypt() local
613 struct skcipher_walk walk; in gcmaes_crypt_by_sg() local
845 struct skcipher_walk walk; in xts_crypt() local
/linux/arch/sparc/crypto/
A Daes_glue.c223 struct skcipher_walk walk; in ecb_encrypt() local
247 struct skcipher_walk walk; in ecb_decrypt() local
272 struct skcipher_walk walk; in cbc_encrypt() local
297 struct skcipher_walk walk; in cbc_decrypt() local
320 struct skcipher_walk *walk) in ctr_crypt_final()
338 struct skcipher_walk walk; in ctr_crypt() local
/linux/fs/proc/
A Dtask_mmu.c477 __always_unused int depth, struct mm_walk *walk) in smaps_pte_hole()
503 struct mm_walk *walk) in smaps_pte_entry()
543 struct mm_walk *walk) in smaps_pmd_entry()
573 struct mm_walk *walk) in smaps_pmd_entry()
579 struct mm_walk *walk) in smaps_pte_range()
690 struct mm_walk *walk) in smaps_hugetlb_range()
1120 unsigned long end, struct mm_walk *walk) in clear_refs_pte_range()
1179 struct mm_walk *walk) in clear_refs_test_walk()
1406 struct mm_walk *walk) in pagemap_pmd_range()
1505 struct mm_walk *walk) in pagemap_hugetlb_range()
[all …]

Completed in 108 milliseconds

12345