| /linux-6.15/include/linux/ceph/ |
| H A D | decode.h | 57 #define ceph_decode_need(p, end, n, bad) \ argument 63 #define ceph_decode_64_safe(p, end, v, bad) \ argument 68 #define ceph_decode_32_safe(p, end, v, bad) \ argument 73 #define ceph_decode_16_safe(p, end, v, bad) \ argument 78 #define ceph_decode_8_safe(p, end, v, bad) \ argument 139 #define ceph_decode_skip_n(p, end, n, bad) \ argument 145 #define ceph_decode_skip_64(p, end, bad) \ argument 148 #define ceph_decode_skip_32(p, end, bad) \ argument 151 #define ceph_decode_skip_16(p, end, bad) \ argument 154 #define ceph_decode_skip_8(p, end, bad) \ argument [all …]
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | kasan_init.c | 81 unsigned long vaddr, unsigned long end) in kasan_populate_pud() 112 unsigned long vaddr, unsigned long end) in kasan_populate_p4d() 143 unsigned long vaddr, unsigned long end) in kasan_populate_pgd() 166 unsigned long vaddr, unsigned long end) in kasan_early_clear_pud() 191 unsigned long vaddr, unsigned long end) in kasan_early_clear_p4d() 217 unsigned long vaddr, unsigned long end) in kasan_early_clear_pgd() 236 unsigned long end) in kasan_early_populate_pud() 265 unsigned long end) in kasan_early_populate_p4d() 303 unsigned long end) in kasan_early_populate_pgd() 378 unsigned long vaddr, unsigned long end) in kasan_shallow_populate_pud() [all …]
|
| /linux-6.15/arch/s390/boot/ |
| H A D | vmem.c | 103 unsigned long start, end; in kasan_populate_shadow() local 139 unsigned long end, enum populate_mode mode) in kasan_pgd_populate_zero_shadow() 150 unsigned long end, enum populate_mode mode) in kasan_p4d_populate_zero_shadow() 161 unsigned long end, enum populate_mode mode) in kasan_pud_populate_zero_shadow() 172 unsigned long end, enum populate_mode mode) in kasan_pmd_populate_zero_shadow() 197 unsigned long end, enum populate_mode mode) in kasan_pgd_populate_zero_shadow() 203 unsigned long end, enum populate_mode mode) in kasan_p4d_populate_zero_shadow() 209 unsigned long end, enum populate_mode mode) in kasan_pud_populate_zero_shadow() 215 unsigned long end, enum populate_mode mode) in kasan_pmd_populate_zero_shadow() 346 static void pgtable_pte_populate(pmd_t *pmd, unsigned long addr, unsigned long end, in pgtable_pte_populate() [all …]
|
| /linux-6.15/arch/csky/mm/ |
| H A D | cachev2.c | 24 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() 35 unsigned long end; member 62 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() 79 void dcache_wb_range(unsigned long start, unsigned long end) in dcache_wb_range() 88 void cache_wbinv_range(unsigned long start, unsigned long end) in cache_wbinv_range() 95 void dma_wbinv_range(unsigned long start, unsigned long end) in dma_wbinv_range() 104 void dma_inv_range(unsigned long start, unsigned long end) in dma_inv_range() 113 void dma_wb_range(unsigned long start, unsigned long end) in dma_wb_range()
|
| H A D | cachev1.c | 45 unsigned int end, in cache_op_range() 87 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() 102 void dcache_wb_range(unsigned long start, unsigned long end) in dcache_wb_range() 112 void cache_wbinv_range(unsigned long start, unsigned long end) in cache_wbinv_range() 123 void dma_wbinv_range(unsigned long start, unsigned long end) in dma_wbinv_range() 128 void dma_inv_range(unsigned long start, unsigned long end) in dma_inv_range() 133 void dma_wb_range(unsigned long start, unsigned long end) in dma_wb_range()
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | cacheflush_mm.h | 31 static inline void clear_cf_icache(unsigned long start, unsigned long end) in clear_cf_icache() 40 static inline void clear_cf_dcache(unsigned long start, unsigned long end) in clear_cf_dcache() 49 static inline void clear_cf_bcache(unsigned long start, unsigned long end) in clear_cf_bcache() 62 static inline void flush_cf_icache(unsigned long start, unsigned long end) in flush_cf_icache() 80 static inline void flush_cf_dcache(unsigned long start, unsigned long end) in flush_cf_dcache() 98 static inline void flush_cf_bcache(unsigned long start, unsigned long end) in flush_cf_bcache() 193 #define flush_cache_vmap(start, end) flush_cache_all() argument 194 #define flush_cache_vmap_early(start, end) do { } while (0) argument 195 #define flush_cache_vunmap(start, end) flush_cache_all() argument 209 unsigned long end) in flush_cache_range() [all …]
|
| /linux-6.15/arch/microblaze/kernel/cpu/ |
| H A D | cache.c | 92 #define CACHE_LOOP_LIMITS(start, end, cache_line_length, cache_size) \ argument 125 #define CACHE_RANGE_LOOP_2(start, end, line_length, op) \ argument 142 #define CACHE_RANGE_LOOP_1(start, end, line_length, op) \ argument 159 static void __flush_icache_range_msr_irq(unsigned long start, unsigned long end) in __flush_icache_range_msr_irq() 186 unsigned long end) in __flush_icache_range_nomsr_irq() 214 unsigned long end) in __flush_icache_range_noirq() 378 unsigned long end) in __invalidate_dcache_range_wb() 398 unsigned long end) in __invalidate_dcache_range_nomsr_wt() 418 unsigned long end) in __invalidate_dcache_range_msr_irq_wt() 445 unsigned long end) in __invalidate_dcache_range_nomsr_irq() [all …]
|
| /linux-6.15/mm/ |
| H A D | pagewalk.c | 31 unsigned long end, struct mm_walk *walk) in walk_pte_range_inner() 272 static int walk_pgd_range(unsigned long addr, unsigned long end, in walk_pgd_range() 315 unsigned long end) in hugetlb_entry_end() 321 static int walk_hugetlb_range(unsigned long addr, unsigned long end, in walk_hugetlb_range() 350 static int walk_hugetlb_range(unsigned long addr, unsigned long end, in walk_hugetlb_range() 364 static int walk_page_test(unsigned long start, unsigned long end, in walk_page_test() 390 static int __walk_page_range(unsigned long start, unsigned long end, in __walk_page_range() 455 unsigned long end, const struct mm_walk_ops *ops, in walk_page_range_mm() 578 unsigned long end, const struct mm_walk_ops *ops, in walk_page_range() 607 unsigned long end, const struct mm_walk_ops *ops, in walk_page_range_novma() [all …]
|
| H A D | mapping_dirty_helpers.c | 34 static int wp_pte(pte_t *pte, unsigned long addr, unsigned long end, in wp_pte() 70 pgoff_t end; member 90 unsigned long end, struct mm_walk *walk) in clean_record_pte() 126 static int wp_clean_pmd_entry(pmd_t *pmd, unsigned long addr, unsigned long end, in wp_clean_pmd_entry() 148 static int wp_clean_pud_entry(pud_t *pud, unsigned long addr, unsigned long end, in wp_clean_pud_entry() 169 static int wp_clean_pre_vma(unsigned long start, unsigned long end, in wp_clean_pre_vma() 218 static int wp_clean_test_walk(unsigned long start, unsigned long end, in wp_clean_test_walk() 318 pgoff_t *end) in clean_record_shared_mapping_range()
|
| H A D | madvise.c | 180 unsigned long end, struct mm_walk *walk) in swapin_walk_pmd_entry() 229 unsigned long start, unsigned long end, in shmem_swapin_range() 345 unsigned long addr, unsigned long end, in madvise_cold_or_pageout_pte_range() 865 unsigned long *end, in madvise_dontneed_free_valid_vma() 957 unsigned long end, int behavior) in madvise_populate() 999 unsigned long start, unsigned long end) in madvise_remove() 1352 unsigned long start, unsigned long end) in madvise_inject_error() 1410 unsigned long start, unsigned long end) in madvise_inject_error() 1490 unsigned long end, unsigned long arg, in madvise_walk_vmas() 1574 unsigned long end; in madvise_set_anon_name() local [all …]
|
| /linux-6.15/lib/ |
| H A D | vsprintf.c | 451 char *number(char *buf, char *end, unsigned long long num, in number() 650 static char *err_ptr(char *buf, char *end, void *ptr, in err_ptr() 715 char *string(char *buf, char *end, const char *s, in string() 724 static char *pointer_string(char *buf, char *end, in pointer_string() 975 char *symbol_string(char *buf, char *end, void *ptr, in symbol_string() 1297 char *mac_address_string(char *buf, char *end, u8 *addr, in mac_address_string() 1723 char *uuid_string(char *buf, char *end, const u8 *addr, in uuid_string() 2120 char *end) in fwnode_full_name_string() 2771 char *str, *end; in vsnprintf() local 3053 char *str, *end; in vbin_printf() local [all …]
|
| /linux-6.15/arch/x86/mm/ |
| H A D | kasan_init_64.c | 38 unsigned long end, int nid) in kasan_populate_pmd() 73 unsigned long end, int nid) in kasan_populate_pud() 103 unsigned long end, int nid) in kasan_populate_p4d() 123 unsigned long end, int nid) in kasan_populate_pgd() 141 static void __init kasan_populate_shadow(unsigned long addr, unsigned long end, in kasan_populate_shadow() 159 unsigned long end; in map_range() local 168 unsigned long end) in clear_pgds() 205 unsigned long end) in kasan_early_p4d_populate() 234 unsigned long end = KASAN_SHADOW_END; in kasan_map_early_shadow() local 246 unsigned long end) in kasan_shallow_populate_p4ds() [all …]
|
| /linux-6.15/fs/btrfs/ |
| H A D | extent-io-tree.h | 120 u64 end; /* inclusive */ member 145 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end, in lock_extent() 152 u64 end, struct extent_state **cached) in try_lock_extent() 176 u64 end, u32 bits, in clear_extent_bit() 182 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end, in unlock_extent() 189 u64 end, u32 bits) in clear_extent_bits() 200 u64 end, struct extent_state **cached_state) in clear_extent_uptodate() 207 u64 end, struct extent_state **cached) in clear_extent_dirty() 229 u64 end, struct extent_state **cached) in lock_dio_extent() 235 u64 end, struct extent_state **cached) in try_lock_dio_extent() [all …]
|
| /linux-6.15/arch/nios2/mm/ |
| H A D | cacheflush.c | 19 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() 38 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache() 54 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache() 115 void flush_icache_range(unsigned long start, unsigned long end) in flush_icache_range() 121 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 128 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range() 135 unsigned long end) in flush_cache_range() 146 unsigned long end = start + nr * PAGE_SIZE; in flush_icache_pages() local 156 unsigned long end = start + PAGE_SIZE; in flush_cache_page() local
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | mmu.c | 193 unsigned long end, phys_addr_t phys, in alloc_init_cont_pte() 278 unsigned long end, phys_addr_t phys, in alloc_init_cont_pmd() 433 unsigned long addr, end, next; in __create_pgd_mapping_locked() local 628 phys_addr_t start, end; in map_mem() local 786 u64 end = __pa_symbol(__idmap_text_end); in create_idmap() local 855 unsigned long end, bool free_mapped, in unmap_hotplug_pte_range() 876 unsigned long end, bool free_mapped, in unmap_hotplug_pmd_range() 909 unsigned long end, bool free_mapped, in unmap_hotplug_pud_range() 1275 unsigned long next, end; in pud_free_pmd_page() local 1301 unsigned long end = start + size; in __remove_pgd_mapping() local [all …]
|
| /linux-6.15/arch/s390/mm/ |
| H A D | vmem.c | 107 static void vmemmap_mark_sub_pmd_used(unsigned long start, unsigned long end) in vmemmap_mark_sub_pmd_used() 118 static void vmemmap_use_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_sub_pmd() 134 static void vmemmap_use_new_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_new_sub_pmd() 156 static bool vmemmap_unuse_sub_pmd(unsigned long start, unsigned long end) in vmemmap_unuse_sub_pmd() 167 unsigned long end, bool add, bool direct, in modify_pte_table() 222 unsigned long end, bool add, bool direct, in modify_pmd_table() 313 static int modify_pud_table(p4d_t *p4d, unsigned long addr, unsigned long end, in modify_pud_table() 379 static int modify_p4d_table(pgd_t *pgd, unsigned long addr, unsigned long end, in modify_p4d_table() 424 static int modify_pagetable(unsigned long start, unsigned long end, bool add, in modify_pagetable() 463 static int add_pagetable(unsigned long start, unsigned long end, bool direct, in add_pagetable() [all …]
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | outercache.h | 40 static inline void outer_inv_range(phys_addr_t start, phys_addr_t end) in outer_inv_range() 51 static inline void outer_clean_range(phys_addr_t start, phys_addr_t end) in outer_clean_range() 62 static inline void outer_flush_range(phys_addr_t start, phys_addr_t end) in outer_flush_range() 108 static inline void outer_inv_range(phys_addr_t start, phys_addr_t end) in outer_inv_range() 110 static inline void outer_clean_range(phys_addr_t start, phys_addr_t end) in outer_clean_range() 112 static inline void outer_flush_range(phys_addr_t start, phys_addr_t end) in outer_flush_range()
|
| /linux-6.15/mm/kasan/ |
| H A D | init.c | 93 unsigned long end) in zero_pte_populate() 110 unsigned long end) in zero_pmd_populate() 145 unsigned long end) in zero_pud_populate() 183 unsigned long end) in zero_p4d_populate() 234 unsigned long end = (unsigned long)shadow_end; in kasan_populate_early_shadow() local 347 unsigned long end) in kasan_remove_pte_table() 369 unsigned long end) in kasan_remove_pmd_table() 395 unsigned long end) in kasan_remove_pud_table() 422 unsigned long end) in kasan_remove_p4d_table() 449 unsigned long addr, end, next; in kasan_remove_zero_shadow() local
|
| /linux-6.15/arch/arm/mm/ |
| H A D | kasan_init.c | 44 unsigned long end, bool early) in kasan_pte_populate() 94 unsigned long end, bool early) in kasan_pmd_populate() 123 static void __init kasan_pgd_populate(unsigned long addr, unsigned long end, in kasan_pgd_populate() 189 unsigned long end) in clear_pgds() 195 static int __init create_mapping(void *start, void *end) in create_mapping() 253 void *end = __va(pa_end); in kasan_init() local
|
| /linux-6.15/drivers/firmware/ |
| H A D | memmap.c | 32 u64 end; /* end of the memory range (incl.) */ member 142 static int firmware_map_add_entry(u64 start, u64 end, in firmware_map_add_entry() 219 firmware_map_find_entry_in_list(u64 start, u64 end, const char *type, in firmware_map_find_entry_in_list() 246 firmware_map_find_entry(u64 start, u64 end, const char *type) in firmware_map_find_entry() 263 firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type) in firmware_map_find_entry_bootmem() 282 int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 324 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 346 int __meminit firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
| /linux-6.15/arch/powerpc/lib/ |
| H A D | feature-fixups.c | 192 long *start, *end; in do_stf_entry_barrier_fixups() local 229 long *start, *end; in do_stf_exit_barrier_fixups() local 321 long *start, *end; in do_uaccess_flush_fixups() local 362 long *start, *end; in __do_entry_flush_fixups() local 446 long *start, *end; in __do_rfi_flush_fixups() local 512 long *start, *end; in do_barrier_nospec_fixups_range() local 535 void *start, *end; in do_barrier_nospec_fixups() local 548 long *start, *end; in do_barrier_nospec_fixups_range() local 582 long *start, *end; in do_btb_flush_fixups() local 594 long *start, *end; in do_lwsync_fixups() local [all …]
|
| /linux-6.15/net/ceph/ |
| H A D | osdmap.c | 71 static int crush_decode_uniform_bucket(void **p, void *end, in crush_decode_uniform_bucket() 82 static int crush_decode_list_bucket(void **p, void *end, in crush_decode_list_bucket() 103 static int crush_decode_tree_bucket(void **p, void *end, in crush_decode_tree_bucket() 120 static int crush_decode_straw_bucket(void **p, void *end, in crush_decode_straw_bucket() 141 static int crush_decode_straw2_bucket(void **p, void *end, in crush_decode_straw2_bucket() 1290 static int get_osdmap_client_data_v(void **p, void *end, in get_osdmap_client_data_v() 1498 static int decode_new_primary_temp(void **p, void *end, in decode_new_primary_temp() 1538 static int decode_primary_affinity(void **p, void *end, in decode_primary_affinity() 1650 static int decode_new_pg_upmap_items(void **p, void *end, in decode_new_pg_upmap_items() 1657 static int decode_old_pg_upmap_items(void **p, void *end, in decode_old_pg_upmap_items() [all …]
|
| /linux-6.15/arch/openrisc/mm/ |
| H A D | cache.c | 31 static __always_inline void cache_loop(unsigned long paddr, unsigned long end, in cache_loop() 47 unsigned long end = paddr + PAGE_SIZE; in cache_loop_page() local 66 void local_dcache_range_flush(unsigned long start, unsigned long end) in local_dcache_range_flush() 71 void local_dcache_range_inv(unsigned long start, unsigned long end) in local_dcache_range_inv() 76 void local_icache_range_inv(unsigned long start, unsigned long end) in local_icache_range_inv()
|
| /linux-6.15/drivers/usb/core/ |
| H A D | devices.c | 142 static char *usb_dump_endpoint_descriptor(int speed, char *start, char *end, in usb_dump_endpoint_descriptor() 191 static char *usb_dump_interface_descriptor(char *start, char *end, in usb_dump_interface_descriptor() 222 static char *usb_dump_interface(int speed, char *start, char *end, in usb_dump_interface() 237 static char *usb_dump_iad_descriptor(char *start, char *end, in usb_dump_iad_descriptor() 257 static char *usb_dump_config_descriptor(char *start, char *end, in usb_dump_config_descriptor() 279 static char *usb_dump_config(int speed, char *start, char *end, in usb_dump_config() 313 static char *usb_dump_device_descriptor(char *start, char *end, in usb_dump_device_descriptor() 341 static char *usb_dump_device_strings(char *start, char *end, in usb_dump_device_strings() 364 static char *usb_dump_desc(char *start, char *end, struct usb_device *dev) in usb_dump_desc()
|
| /linux-6.15/arch/hexagon/mm/ |
| H A D | cache.c | 12 #define spanlines(start, end) \ argument 15 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 35 void flush_icache_range(unsigned long start, unsigned long end) in flush_icache_range() 60 void hexagon_clean_dcache_range(unsigned long start, unsigned long end) in hexagon_clean_dcache_range() 80 void hexagon_inv_dcache_range(unsigned long start, unsigned long end) in hexagon_inv_dcache_range()
|