| /linux/include/crypto/ |
| H A D | scatterwalk.h | 29 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 D | pagewalk.c | 31 unsigned long end, struct mm_walk *walk) in walk_pte_range_inner() 63 struct mm_walk *walk) in walk_pte_range() 98 struct mm_walk *walk) in walk_pmd_range() 168 struct mm_walk *walk) in walk_pud_range() 233 struct mm_walk *walk) in walk_p4d_range() 271 struct mm_walk *walk) in walk_pgd_range() 320 struct mm_walk *walk) in walk_hugetlb_range() 349 struct mm_walk *walk) in walk_hugetlb_range() 363 struct mm_walk *walk) in walk_page_test() 389 struct mm_walk *walk) in __walk_page_range() [all …]
|
| H A D | ptdump.c | 17 static inline int note_kasan_page_table(struct mm_walk *walk, in note_kasan_page_table() 31 unsigned long next, struct mm_walk *walk) in ptdump_pgd_entry() 54 unsigned long next, struct mm_walk *walk) in ptdump_p4d_entry() 77 unsigned long next, struct mm_walk *walk) in ptdump_pud_entry() 100 unsigned long next, struct mm_walk *walk) in ptdump_pmd_entry() 121 unsigned long next, struct mm_walk *walk) in ptdump_pte_entry() 135 int depth, struct mm_walk *walk) in ptdump_hole()
|
| H A D | mapping_dirty_helpers.c | 35 struct mm_walk *walk) in wp_pte() 90 unsigned long end, struct mm_walk *walk) in clean_record_pte() 127 struct mm_walk *walk) in wp_clean_pmd_entry() 149 struct mm_walk *walk) in wp_clean_pud_entry() 170 struct mm_walk *walk) in wp_clean_pre_vma() 198 static void wp_clean_post_vma(struct mm_walk *walk) in wp_clean_post_vma() 219 struct mm_walk *walk) in wp_clean_test_walk()
|
| H A D | hmm.c | 74 unsigned int required_fault, struct mm_walk *walk) in hmm_vma_fault() 158 __always_unused int depth, struct mm_walk *walk) in hmm_vma_walk_hole() 197 static int hmm_vma_handle_pmd(struct mm_walk *walk, unsigned long addr, in hmm_vma_handle_pmd() 235 static int hmm_vma_handle_pte(struct mm_walk *walk, unsigned long addr, in hmm_vma_handle_pte() 335 static int hmm_vma_handle_absent_pmd(struct mm_walk *walk, unsigned long start, in hmm_vma_handle_absent_pmd() 382 static int hmm_vma_handle_absent_pmd(struct mm_walk *walk, unsigned long start, in hmm_vma_handle_absent_pmd() 399 struct mm_walk *walk) in hmm_vma_walk_pmd() 485 struct mm_walk *walk) in hmm_vma_walk_pud() 545 struct mm_walk *walk) in hmm_vma_walk_hugetlb_entry() 598 struct mm_walk *walk) in hmm_vma_walk_test()
|
| H A D | hugetlb_vmemmap.c | 53 struct vmemmap_remap_walk *walk) in vmemmap_split_pmd() 99 unsigned long next, struct mm_walk *walk) in vmemmap_pmd_entry() 140 unsigned long next, struct mm_walk *walk) in vmemmap_pte_entry() 163 struct vmemmap_remap_walk *walk) in vmemmap_remap_range() 209 struct vmemmap_remap_walk *walk) in vmemmap_remap_pte() 257 struct vmemmap_remap_walk *walk) in vmemmap_restore_pte() 293 struct vmemmap_remap_walk walk = { in vmemmap_remap_split() local 325 struct vmemmap_remap_walk walk = { in vmemmap_remap_free() local 428 struct vmemmap_remap_walk walk = { in vmemmap_remap_alloc() local
|
| H A D | mincore.c | 27 unsigned long end, struct mm_walk *walk) in mincore_hugetlb() 156 struct mm_walk *walk) in mincore_unmapped_range() 164 struct mm_walk *walk) in mincore_pte_range()
|
| H A D | madvise.c | 188 unsigned long end, struct mm_walk *walk) in swapin_walk_pmd_entry() 356 struct mm_walk *walk) in madvise_cold_or_pageout_pte_range() 654 unsigned long end, struct mm_walk *walk) in madvise_free_pte_range() 1077 unsigned long next, struct mm_walk *walk) in guard_install_pud_entry() 1086 unsigned long next, struct mm_walk *walk) in guard_install_pmd_entry() 1095 unsigned long next, struct mm_walk *walk) in guard_install_pte_entry() 1112 pte_t *ptep, struct mm_walk *walk) in guard_install_set_pte() 1215 unsigned long next, struct mm_walk *walk) in guard_remove_pud_entry() 1227 unsigned long next, struct mm_walk *walk) in guard_remove_pmd_entry() 1239 unsigned long next, struct mm_walk *walk) in guard_remove_pte_entry()
|
| /linux/crypto/ |
| H A D | scatterwalk.c | 18 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 D | skcipher.c | 42 static inline gfp_t skcipher_walk_gfp(struct skcipher_walk *walk) in skcipher_walk_gfp() 71 int skcipher_walk_done(struct skcipher_walk *walk, int res) in skcipher_walk_done() 143 static int skcipher_next_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_next_slow() 173 static int skcipher_next_copy(struct skcipher_walk *walk) in skcipher_next_copy() 190 static int skcipher_next_fast(struct skcipher_walk *walk) in skcipher_next_fast() 210 static int skcipher_walk_next(struct skcipher_walk *walk) in skcipher_walk_next() 244 static int skcipher_copy_iv(struct skcipher_walk *walk) in skcipher_copy_iv() 266 static int skcipher_walk_first(struct skcipher_walk *walk) in skcipher_walk_first() 283 int skcipher_walk_virt(struct skcipher_walk *__restrict walk, in skcipher_walk_virt() 321 static int skcipher_walk_aead_common(struct skcipher_walk *__restrict walk, in skcipher_walk_aead_common() [all …]
|
| H A D | ahash.c | 73 static int hash_walk_next(struct crypto_hash_walk *walk) in hash_walk_next() 85 static int hash_walk_new_entry(struct crypto_hash_walk *walk) in hash_walk_new_entry() 103 struct crypto_hash_walk *walk) in crypto_hash_walk_first() 125 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err) in crypto_hash_walk_done() 173 struct crypto_hash_walk walk; in shash_ahash_update() local 186 struct crypto_hash_walk walk; in shash_ahash_finup() local
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-glue.c | 184 struct skcipher_walk walk; in ecb_encrypt() local 203 struct skcipher_walk walk; in ecb_decrypt() local 218 struct skcipher_walk *walk) in cbc_encrypt_walk() 236 struct skcipher_walk walk; in cbc_encrypt() local 246 struct skcipher_walk *walk) in cbc_decrypt_walk() 264 struct skcipher_walk walk; in cbc_decrypt() local 282 struct skcipher_walk walk; in cts_cbc_encrypt() local 338 struct skcipher_walk walk; in cts_cbc_decrypt() local 390 struct skcipher_walk walk; in essiv_cbc_encrypt() local 412 struct skcipher_walk walk; in essiv_cbc_decrypt() local [all …]
|
| H A D | sm4-neon-glue.c | 38 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 D | sm4-ce-ccm-glue.c | 96 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 D | sm4-ce-gcm-glue.c | 77 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 D | aes-neonbs-glue.c | 100 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 208 struct skcipher_walk walk; in ctr_encrypt() local 285 struct skcipher_walk walk; in __xts_crypt() local
|
| H A D | sm4-ce-glue.c | 108 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
|
| H A D | aes-ce-ccm-glue.c | 138 struct scatter_walk walk; in ccm_calculate_auth_mac() local 171 struct skcipher_walk walk; in ccm_encrypt() local 236 struct skcipher_walk walk; in ccm_decrypt() local
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pt_walk.c | 28 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 D | xe_pt_walk.h | 106 const struct xe_pt_walk *walk) in xe_pt_covers() 126 const struct xe_pt_walk *walk) in xe_pt_num_entries() 144 xe_pt_offset(u64 addr, unsigned int level, const struct xe_pt_walk *walk) in xe_pt_offset()
|
| /linux/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 159 struct skcipher_walk walk; in ecb_encrypt() local 181 struct skcipher_walk walk; in ecb_decrypt() local 203 struct skcipher_walk walk; in cbc_encrypt() local 225 struct skcipher_walk walk; in cbc_decrypt() local 251 struct skcipher_walk walk; in cts_cbc_encrypt() local 307 struct skcipher_walk walk; in cts_cbc_decrypt() local 362 struct skcipher_walk walk; in ctr_crypt_aesni() local 427 struct skcipher_walk walk; in xts_crypt_slowpath() local 663 struct skcipher_walk walk; in ctr_crypt() local 726 struct skcipher_walk walk; in xctr_crypt() local [all …]
|
| /linux/arch/riscv/crypto/ |
| H A D | aes-riscv64-glue.c | 139 struct skcipher_walk walk; in riscv64_aes_ecb_crypt() local 177 struct skcipher_walk walk; in riscv64_aes_cbc_crypt() local 220 struct skcipher_walk walk; in riscv64_aes_cbc_cts_crypt() local 282 struct skcipher_walk walk; in riscv64_aes_ctr_crypt() local 362 struct skcipher_walk walk; in riscv64_aes_xts_crypt() local
|
| /linux/fs/proc/ |
| H A D | task_mmu.c | 980 __always_unused int depth, struct mm_walk *walk) in smaps_pte_hole() 995 static void smaps_pte_hole_lookup(unsigned long addr, struct mm_walk *walk) in smaps_pte_hole_lookup() 1006 struct mm_walk *walk) in smaps_pte_entry() 1053 struct mm_walk *walk) in smaps_pmd_entry() 1090 struct mm_walk *walk) in smaps_pmd_entry() 1096 struct mm_walk *walk) in smaps_pte_range() 1221 struct mm_walk *walk) in smaps_hugetlb_range() 1668 unsigned long end, struct mm_walk *walk) in clear_refs_pte_range() 1728 struct mm_walk *walk) in clear_refs_test_walk() 1882 __always_unused int depth, struct mm_walk *walk) in pagemap_pte_hole() [all …]
|
| /linux/drivers/atm/ |
| H A D | idt77105.c | 86 struct idt77105_priv *walk; in idt77105_stats_timer_func() local 115 struct idt77105_priv *walk; in idt77105_restart_timer_func() local 323 struct idt77105_priv *walk, *prev; in idt77105_stop() local
|
| /linux/arch/powerpc/crypto/ |
| H A D | aes-spe-glue.c | 184 struct skcipher_walk walk; in ppc_ecb_crypt() local 223 struct skcipher_walk walk; in ppc_cbc_crypt() local 264 struct skcipher_walk walk; in ppc_ctr_crypt() local 290 struct skcipher_walk walk; in ppc_xts_crypt() local
|