Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 1870) sorted by relevance

12345678910>>...75

/linux/include/linux/ceph/
H A Ddecode.h52 static inline bool ceph_has_room(void **p, void *end, size_t n) in ceph_has_room()
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
84 #define ceph_decode_copy_safe(p, end, pv, n, bad) \ argument
107 static inline char *ceph_extract_encoded_string(void **p, void *end, in ceph_extract_encoded_string()
139 #define ceph_decode_skip_n(p, end, n, bad) \ argument
145 #define ceph_decode_skip_64(p, end, bad) \ argument
[all …]
/linux/arch/riscv/mm/
H A Dkasan_init.c29 static void __init kasan_populate_pte(pmd_t *pmd, unsigned long vaddr, unsigned long end) in kasan_populate_pte()
50 static void __init kasan_populate_pmd(pud_t *pud, unsigned long vaddr, unsigned long end) in kasan_populate_pmd()
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()
[all …]
/linux/arch/s390/boot/
H A Dvmem.c53 static inline void kasan_populate(unsigned long start, unsigned long end, enum populate_mode mode) in kasan_populate()
67 unsigned long start, end; in kasan_populate_shadow() local
110 unsigned long end, enum populate_mode mode) in kasan_pgd_populate_zero_shadow()
121 unsigned long end, enum populate_mode mode) in kasan_p4d_populate_zero_shadow()
132 unsigned long end, enum populate_mode mode) in kasan_pud_populate_zero_shadow()
143 unsigned long end, enum populate_mode mode) in kasan_pmd_populate_zero_shadow()
168 unsigned long end, enum populate_mode mode) in kasan_pgd_populate_zero_shadow()
174 unsigned long end, enum populate_mode mode) in kasan_p4d_populate_zero_shadow()
180 unsigned long end, enum populate_mode mode) in kasan_pud_populate_zero_shadow()
186 unsigned long end, enum populate_mode mode) in kasan_pmd_populate_zero_shadow()
[all …]
/linux/arch/m68k/include/asm/
H A Dcacheflush_mm.h31 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/arch/csky/mm/
H A Dcachev2.c24 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 Dcachev1.c45 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/mm/
H A Dpagewalk.c24 walk_pte_range_inner(pte_t * pte,unsigned long addr,unsigned long end,struct mm_walk * walk) walk_pte_range_inner() argument
41 walk_pte_range(pmd_t * pmd,unsigned long addr,unsigned long end,struct mm_walk * walk) walk_pte_range() argument
76 walk_pmd_range(pud_t * pud,unsigned long addr,unsigned long end,struct mm_walk * walk) walk_pmd_range() argument
135 walk_pud_range(p4d_t * p4d,unsigned long addr,unsigned long end,struct mm_walk * walk) walk_pud_range() argument
184 walk_p4d_range(pgd_t * pgd,unsigned long addr,unsigned long end,struct mm_walk * walk) walk_p4d_range() argument
217 walk_pgd_range(unsigned long addr,unsigned long end,struct mm_walk * walk) walk_pgd_range() argument
254 hugetlb_entry_end(struct hstate * h,unsigned long addr,unsigned long end) hugetlb_entry_end() argument
260 walk_hugetlb_range(unsigned long addr,unsigned long end,struct mm_walk * walk) walk_hugetlb_range() argument
289 walk_hugetlb_range(unsigned long addr,unsigned long end,struct mm_walk * walk) walk_hugetlb_range() argument
303 walk_page_test(unsigned long start,unsigned long end,struct mm_walk * walk) walk_page_test() argument
329 __walk_page_range(unsigned long start,unsigned long end,struct mm_walk * walk) __walk_page_range() argument
422 walk_page_range(struct mm_struct * mm,unsigned long start,unsigned long end,const struct mm_walk_ops * ops,void * private) walk_page_range() argument
500 walk_page_range_novma(struct mm_struct * mm,unsigned long start,unsigned long end,const struct mm_walk_ops * ops,pgd_t * pgd,void * private) walk_page_range_novma() argument
543 walk_page_range_vma(struct vm_area_struct * vma,unsigned long start,unsigned long end,const struct mm_walk_ops * ops,void * private) walk_page_range_vma() argument
[all...]
H A Dmadvise.c139 unsigned long end, unsigned long new_flags, in madvise_update_vma() argument
172 unsigned long end, struct mm_walk *walk) in swapin_walk_pmd_entry() argument
221 unsigned long start, unsigned long end, in shmem_swapin_range() argument
263 unsigned long start, unsigned long end) in madvise_willneed() argument
324 madvise_folio_pte_batch(unsigned long addr,unsigned long end,struct folio * folio,pte_t * ptep,pte_t pte,bool * any_young,bool * any_dirty) madvise_folio_pte_batch() argument
337 madvise_cold_or_pageout_pte_range(pmd_t * pmd,unsigned long addr,unsigned long end,struct mm_walk * walk) madvise_cold_or_pageout_pte_range() argument
563 madvise_cold_page_range(struct mmu_gather * tlb,struct vm_area_struct * vma,unsigned long addr,unsigned long end) madvise_cold_page_range() argument
601 madvise_pageout_page_range(struct mmu_gather * tlb,struct vm_area_struct * vma,unsigned long addr,unsigned long end) madvise_pageout_page_range() argument
643 madvise_free_pte_range(pmd_t * pmd,unsigned long addr,unsigned long end,struct mm_walk * walk) madvise_free_pte_range() argument
844 madvise_dontneed_single_vma(struct vm_area_struct * vma,unsigned long start,unsigned long end) madvise_dontneed_single_vma() argument
852 madvise_dontneed_free_valid_vma(struct vm_area_struct * vma,unsigned long start,unsigned long * end,int behavior) madvise_dontneed_free_valid_vma() argument
882 madvise_dontneed_free(struct vm_area_struct * vma,struct vm_area_struct ** prev,unsigned long start,unsigned long end,int behavior) madvise_dontneed_free() argument
935 madvise_populate(struct mm_struct * mm,unsigned long start,unsigned long end,int behavior) madvise_populate() argument
977 madvise_remove(struct vm_area_struct * vma,struct vm_area_struct ** prev,unsigned long start,unsigned long end) madvise_remove() argument
1027 madvise_vma_behavior(struct vm_area_struct * vma,struct vm_area_struct ** prev,unsigned long start,unsigned long end,unsigned long behavior) madvise_vma_behavior() argument
1121 madvise_inject_error(int behavior,unsigned long start,unsigned long end) madvise_inject_error() argument
1231 madvise_walk_vmas(struct mm_struct * mm,unsigned long start,unsigned long end,unsigned long arg,int (* visit)(struct vm_area_struct * vma,struct vm_area_struct ** prev,unsigned long start,unsigned long end,unsigned long arg)) madvise_walk_vmas() argument
1291 madvise_vma_anon_name(struct vm_area_struct * vma,struct vm_area_struct ** prev,unsigned long start,unsigned long end,unsigned long anon_name) madvise_vma_anon_name() argument
1315 unsigned long end; madvise_set_anon_name() local
1411 unsigned long end; do_madvise() local
[all...]
H A Dmapping_dirty_helpers.c34 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()
/linux/lib/
H A Dvsprintf.c457 char *number(char *buf, char *end, unsigned long long num, in number()
578 char *special_hex_number(char *buf, char *end, unsigned long long num, int size) in special_hex_number()
591 static void move_right(char *buf, char *end, unsigned len, unsigned spaces) in move_right()
618 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string()
639 static char *string_nocheck(char *buf, char *end, const char *s, in string_nocheck()
657 static char *err_ptr(char *buf, char *end, void *ptr, in err_ptr()
677 static char *error_string(char *buf, char *end, const char *s, in error_string()
707 static int check_pointer(char **buf, char *end, const void *ptr, in check_pointer()
722 char *string(char *buf, char *end, const char *s, in string()
731 static char *pointer_string(char *buf, char *end, in pointer_string()
[all …]
/linux/arch/microblaze/kernel/cpu/
H A Dcache.c92 #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/arch/x86/mm/
H A Dkasan_init_64.c39 unsigned long end, int nid) in kasan_populate_pmd()
74 unsigned long end, int nid) in kasan_populate_pud()
104 unsigned long end, int nid) in kasan_populate_p4d()
124 unsigned long end, int nid) in kasan_populate_pgd()
142 static void __init kasan_populate_shadow(unsigned long addr, unsigned long end, in kasan_populate_shadow()
160 unsigned long end; in map_range() local
169 unsigned long end) in clear_pgds()
206 unsigned long end) in kasan_early_p4d_populate()
235 unsigned long end = KASAN_SHADOW_END; in kasan_map_early_shadow() local
247 unsigned long end) in kasan_shallow_populate_p4ds()
[all …]
/linux/fs/btrfs/
H A Dextent-io-tree.h120 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/arch/nios2/mm/
H A Dcacheflush.c19 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/arch/arm64/mm/
H A Dmmu.c169 static void init_pte(pte_t *ptep, unsigned long addr, unsigned long end, in init_pte()
193 unsigned long end, phys_addr_t phys, in alloc_init_cont_pte()
244 static void init_pmd(pmd_t *pmdp, unsigned long addr, unsigned long end, in init_pmd()
278 unsigned long end, phys_addr_t phys, in alloc_init_cont_pmd()
326 static void alloc_init_pud(p4d_t *p4dp, unsigned long addr, unsigned long end, in alloc_init_pud()
384 static void alloc_init_p4d(pgd_t *pgdp, unsigned long addr, unsigned long end, in alloc_init_p4d()
433 unsigned long addr, end, next; in __create_pgd_mapping_locked() local
553 phys_addr_t end, pgprot_t prot, int flags) in __map_memblock()
628 phys_addr_t start, end; in map_mem() local
786 u64 end = __pa_symbol(__idmap_text_end); in create_idmap() local
[all …]
/linux/arch/s390/mm/
H A Dvmem.c106 static void vmemmap_mark_sub_pmd_used(unsigned long start, unsigned long end) in vmemmap_mark_sub_pmd_used()
117 static void vmemmap_use_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_sub_pmd()
133 static void vmemmap_use_new_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_new_sub_pmd()
155 static bool vmemmap_unuse_sub_pmd(unsigned long start, unsigned long end) in vmemmap_unuse_sub_pmd()
166 unsigned long end, bool add, bool direct, in modify_pte_table()
224 unsigned long end, bool add, bool direct, in modify_pmd_table()
318 static int modify_pud_table(p4d_t *p4d, unsigned long addr, unsigned long end, in modify_pud_table()
386 static int modify_p4d_table(pgd_t *pgd, unsigned long addr, unsigned long end, in modify_p4d_table()
431 static int modify_pagetable(unsigned long start, unsigned long end, bool add, in modify_pagetable()
470 static int add_pagetable(unsigned long start, unsigned long end, bool direct, in add_pagetable()
[all …]
/linux/arch/arm/include/asm/
H A Doutercache.h40 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/net/ceph/
H A Dosdmap.c71 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()
277 static u32 *decode_array_32_alloc(void **p, void *end, u32 *plen) in decode_array_32_alloc()
311 static int decode_choose_arg(void **p, void *end, struct crush_choose_arg *arg) in decode_choose_arg()
350 static int decode_choose_args(void **p, void *end, struct crush_map *c) in decode_choose_args()
431 static struct crush_map *crush_decode(void *pbyval, void *end) in crush_decode()
788 static int decode_pool(void **p, void *end, struct ceph_pg_pool_info *pi) in decode_pool()
[all …]
/linux/arch/powerpc/lib/
H A Dfeature-fixups.c80 u32 *start, *end, *alt_start, *alt_end, *src, *dest; in patch_feature_section_mask() local
141 static int do_patch_fixups(long *start, long *end, unsigned int *instrs, int num) in do_patch_fixups()
162 static int do_patch_entry_fixups(long *start, long *end, unsigned int *instrs, in do_patch_entry_fixups()
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
[all …]
/linux/arch/arm/mm/
H A Dkasan_init.c44 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/drivers/firmware/
H A Dmemmap.c32 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/mm/kasan/
H A Dinit.c93 unsigned long end) in zero_pte_populate()
110 unsigned long end) in zero_pmd_populate()
147 unsigned long end) in zero_pud_populate()
189 unsigned long end) in zero_p4d_populate()
240 unsigned long end = (unsigned long)shadow_end; in kasan_populate_early_shadow() local
353 unsigned long end) in kasan_remove_pte_table()
375 unsigned long end) in kasan_remove_pmd_table()
401 unsigned long end) in kasan_remove_pud_table()
428 unsigned long end) in kasan_remove_p4d_table()
455 unsigned long addr, end, next; in kasan_remove_zero_shadow() local
/linux/drivers/usb/core/
H A Ddevices.c142 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/arch/hexagon/mm/
H A Dcache.c12 #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()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddescs_com.h22 static inline void ehn_desc_rx_set_on_ring(struct dma_desc *p, int end, in ehn_desc_rx_set_on_ring()
34 static inline void enh_desc_end_tx_desc_on_ring(struct dma_desc *p, int end) in enh_desc_end_tx_desc_on_ring()
54 static inline void ndesc_rx_set_on_ring(struct dma_desc *p, int end, int bfsize) in ndesc_rx_set_on_ring()
68 static inline void ndesc_end_tx_desc_on_ring(struct dma_desc *p, int end) in ndesc_end_tx_desc_on_ring()
107 static inline void ndesc_rx_set_on_chain(struct dma_desc *p, int end) in ndesc_rx_set_on_chain()

12345678910>>...75