Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 2497) sorted by relevance

12345678910>>...100

/linux/arch/csky/mm/ !
H A Dcachev2.c24 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range()
34 unsigned long start; member
62 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range()
73 inline void dcache_wb_line(unsigned long start) in dcache_wb_line()
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.c44 unsigned int start, in cache_op_range()
80 void dcache_wb_line(unsigned long start) in dcache_wb_line()
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/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()
86 unsigned long start; in flush_aliases() local
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()
134 void flush_cache_range(struct vm_area_struct *vma, unsigned long start, in flush_cache_range()
145 unsigned long start = (unsigned long) page_address(page); in flush_icache_pages() local
155 unsigned long start = vmaddr; in flush_cache_page() local
[all …]
/linux/arch/powerpc/lib/ !
H A Dpmem.c13 static inline void __clean_pmem_range(unsigned long start, unsigned long stop) in __clean_pmem_range()
25 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) in __flush_pmem_range()
37 static inline void clean_pmem_range(unsigned long start, unsigned long stop) in clean_pmem_range()
43 static inline void flush_pmem_range(unsigned long start, unsigned long stop) in flush_pmem_range()
54 unsigned long start = (unsigned long) addr; in arch_wb_cache_pmem() local
61 unsigned long start = (unsigned long) addr; in arch_invalidate_pmem() local
72 unsigned long copied, start = (unsigned long) dest; in __copy_from_user_flushcache() local
82 unsigned long start = (unsigned long) dest; in memcpy_flushcache() local
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/riscv/mm/ !
H A Dtlbflush.c38 static void local_flush_tlb_range_threshold_asid(unsigned long start, in local_flush_tlb_range_threshold_asid()
67 static inline void local_flush_tlb_range_asid(unsigned long start, in local_flush_tlb_range_asid()
79 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end) in local_flush_tlb_kernel_range()
101 unsigned long start; member
120 unsigned long start, unsigned long size, in __flush_tlb_range()
158 unsigned long start, unsigned long end, in flush_tlb_mm_range()
170 void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_tlb_range()
203 void flush_tlb_kernel_range(unsigned long start, unsigned long end) in flush_tlb_kernel_range()
210 void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_pmd_tlb_range()
217 void flush_pud_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_pud_tlb_range()
[all …]
/linux/arch/s390/mm/ !
H A Dvmem.c109 static void vmemmap_mark_sub_pmd_used(unsigned long start, unsigned long end) in vmemmap_mark_sub_pmd_used()
120 static void vmemmap_use_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_sub_pmd()
136 static void vmemmap_use_new_sub_pmd(unsigned long start, unsigned long end) in vmemmap_use_new_sub_pmd()
158 static bool vmemmap_unuse_sub_pmd(unsigned long start, unsigned long end) in vmemmap_unuse_sub_pmd()
207 static void try_free_pte_table(pmd_t *pmd, unsigned long start) in try_free_pte_table()
302 static void try_free_pmd_table(pud_t *pud, unsigned long start) in try_free_pmd_table()
371 static void try_free_pud_table(p4d_t *p4d, unsigned long start) in try_free_pud_table()
416 static void try_free_p4d_table(pgd_t *pgd, unsigned long start) in try_free_p4d_table()
430 static int modify_pagetable(unsigned long start, unsigned long end, bool add, in modify_pagetable()
475 static int add_pagetable(unsigned long start, unsigned long end, bool direct, in add_pagetable()
[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
208 unsigned long start, in flush_cache_range()
[all …]
/linux/fs/btrfs/ !
H A Dsubpage.c178 struct folio *folio, u64 start, u32 len) in btrfs_subpage_assert()
195 #define subpage_calc_start_bit(fs_info, folio, name, start, len) \ argument
206 static void btrfs_subpage_clamp_range(struct folio *folio, u64 *start, u32 *len) in btrfs_subpage_clamp_range()
224 struct folio *folio, u64 start, u32 len) in btrfs_subpage_end_and_test_lock()
278 struct folio *folio, u64 start, u32 len) in btrfs_folio_end_lock()
362 struct folio *folio, u64 start, u32 len) in btrfs_subpage_set_uptodate()
377 struct folio *folio, u64 start, u32 len) in btrfs_subpage_clear_uptodate()
391 struct folio *folio, u64 start, u32 len) in btrfs_subpage_set_dirty()
415 struct folio *folio, u64 start, u32 len) in btrfs_subpage_clear_and_test_dirty()
432 struct folio *folio, u64 start, u32 len) in btrfs_subpage_clear_dirty()
[all …]
H A Dextent-io-tree.c57 #define btrfs_debug_check_extent_io_range(tree, start, end) \ argument
61 u64 start, u64 end) in __btrfs_debug_check_extent_io_range()
424 const u64 start = state->start - 1; in insert_state() local
609 int btrfs_clear_extent_bit_changeset(struct extent_io_tree *tree, u64 start, u64 end, in btrfs_clear_extent_bit_changeset()
773 static void wait_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in wait_extent_bit()
861 u64 start, u32 bits) in find_first_extent_bit_state()
886 bool btrfs_find_first_extent_bit(struct extent_io_tree *tree, u64 start, in btrfs_find_first_extent_bit()
950 bool btrfs_find_contiguous_extent_bit(struct extent_io_tree *tree, u64 start, in btrfs_find_contiguous_extent_bit()
980 bool btrfs_find_delalloc_range(struct extent_io_tree *tree, u64 *start, in btrfs_find_delalloc_range()
1043 static int set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in set_extent_bit()
[all …]
H A Dextent-io-tree.h124 u64 start; member
149 static inline int btrfs_lock_extent(struct extent_io_tree *tree, u64 start, u64 end, in btrfs_lock_extent()
155 static inline bool btrfs_try_lock_extent(struct extent_io_tree *tree, u64 start, in btrfs_try_lock_extent()
181 static inline int btrfs_clear_extent_bit(struct extent_io_tree *tree, u64 start, in btrfs_clear_extent_bit()
188 static inline int btrfs_unlock_extent(struct extent_io_tree *tree, u64 start, u64 end, in btrfs_unlock_extent()
200 static inline int btrfs_clear_extent_dirty(struct extent_io_tree *tree, u64 start, in btrfs_clear_extent_dirty()
222 static inline int btrfs_lock_dio_extent(struct extent_io_tree *tree, u64 start, in btrfs_lock_dio_extent()
228 static inline bool btrfs_try_lock_dio_extent(struct extent_io_tree *tree, u64 start, in btrfs_try_lock_dio_extent()
234 static inline int btrfs_unlock_dio_extent(struct extent_io_tree *tree, u64 start, in btrfs_unlock_dio_extent()
H A Dextent_io.c245 unsigned long page_ops, u64 start, u64 end) in process_one_folio()
266 const struct folio *locked_folio, u64 start, in __process_folios_contig()
294 u64 start, u64 end) in unlock_delalloc_folio()
304 u64 start, u64 end) in lock_delalloc_folios()
371 u64 *start, u64 *end) in find_lock_delalloc_range()
467 void extent_clear_unlock_delalloc(struct btrfs_inode *inode, u64 start, u64 end, in extent_clear_unlock_delalloc()
479 u64 start, u32 len) in btrfs_verify_folio()
489 bool uptodate, u64 start, u32 len) in end_folio_read()
528 u64 start = folio_pos(folio) + fi.offset; in end_bbio_data_write() local
589 u64 start = folio_pos(folio) + fi.offset; in end_bbio_data_read() local
[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()
185 static void __flush_icache_range_nomsr_irq(unsigned long start, in __flush_icache_range_nomsr_irq()
213 static void __flush_icache_range_noirq(unsigned long start, in __flush_icache_range_noirq()
377 static void __invalidate_dcache_range_wb(unsigned long start, in __invalidate_dcache_range_wb()
397 static void __invalidate_dcache_range_nomsr_wt(unsigned long start, in __invalidate_dcache_range_nomsr_wt()
417 static void __invalidate_dcache_range_msr_irq_wt(unsigned long start, in __invalidate_dcache_range_msr_irq_wt()
444 static void __invalidate_dcache_range_nomsr_irq(unsigned long start, in __invalidate_dcache_range_nomsr_irq()
[all …]
/linux/arch/powerpc/mm/ !
H A Dmem.c61 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid()
68 int __weak create_section_mapping(unsigned long start, unsigned long end, in create_section_mapping()
74 int __weak remove_section_mapping(unsigned long start, unsigned long end) in remove_section_mapping()
79 int __ref arch_create_linear_mapping(int nid, u64 start, u64 size, in arch_create_linear_mapping()
97 void __ref arch_remove_linear_mapping(u64 start, u64 size) in arch_remove_linear_mapping()
121 static void update_end_of_memory_vars(u64 start, u64 size) in update_end_of_memory_vars()
148 int __ref arch_add_memory(int nid, u64 start, u64 size, in arch_add_memory()
164 void __ref arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory()
329 phys_addr_t start, end; in add_system_ram_resources() local
402 unsigned long start, end; in execmem_arch_setup() local
/linux/drivers/gpu/drm/xe/ !
H A Dxe_res_cursor.h47 u64 start; member
91 u64 start, u64 size, in xe_res_first()
154 u64 start = cur->start; in __xe_res_sg_next() local
174 u64 start = cur->start; in __xe_res_dma_next() local
208 u64 start, u64 size, in xe_res_first_sg()
233 u64 start, u64 size, in xe_res_first_dma()
264 u64 start; in xe_res_next() local
/linux/tools/perf/util/ !
H A Dsvghelper.c86 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg()
154 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_ubox()
173 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_lbox()
192 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_fbox()
211 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box()
221 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_blocked()
235 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_running()
289 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_waiting()
383 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace) in svg_process()
417 void svg_cstate(int cpu, u64 start, u64 end, int type) in svg_cstate()
[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/drivers/firmware/ !
H A Dmemmap.c31 u64 start; /* start of the memory range */ 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/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/fs/pstore/ !
H A Dram_core.c35 atomic_t start; member
123 unsigned int start, unsigned int count) in persistent_ram_update_ecc()
274 const void *s, unsigned int start, unsigned int count) in persistent_ram_update()
282 const void __user *s, unsigned int start, unsigned int count) in persistent_ram_update_user()
295 size_t start = buffer_start(prz); in persistent_ram_save_old() local
330 size_t start; in persistent_ram_write() local
359 size_t start; in persistent_ram_write_user() local
413 static void *persistent_ram_vmap(phys_addr_t start, size_t size, in persistent_ram_vmap()
474 static void *persistent_ram_iomap(phys_addr_t start, size_t size, in persistent_ram_iomap()
499 static int persistent_ram_buffer_map(phys_addr_t start, phys_addr_t size, in persistent_ram_buffer_map()
[all …]
/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/arch/parisc/math-emu/ !
H A Dfpbits.h40 #define Bitfield_extract(start, length, object) \ argument
44 #define Bitfield_signed_extract(start, length, object) \ argument
47 #define Bitfield_mask(start, len, object) \ argument
50 #define Bitfield_deposit(value,start,len,object) object = \ argument
/linux/kernel/ !
H A Dstatic_call_inline.c106 static inline void static_call_sort_entries(struct static_call_site *start, in static_call_sort_entries()
221 struct static_call_site *start, in __static_call_init()
293 static int addr_conflict(struct static_call_site *site, void *start, void *end) in addr_conflict()
306 void *start, void *end, bool init) in __static_call_text_reserved()
323 static int __static_call_mod_text_reserved(void *start, void *end) in __static_call_mod_text_reserved()
348 struct static_call_tramp_key *start = __start_static_call_tramp_key; in tramp_key_lookup() local
365 struct static_call_site *start = mod->static_call_sites; in static_call_add_module() local
404 struct static_call_site *start = mod->static_call_sites; in static_call_del_module() local
476 static inline int __static_call_mod_text_reserved(void *start, void *end) in __static_call_mod_text_reserved()
483 int static_call_text_reserved(void *start, void *end) in static_call_text_reserved()
H A Dresource.c130 unsigned long long start, end; in r_show() local
191 resource_size_t start = new->start; in __request_resource() local
349 static int find_next_res(struct resource *parent, resource_size_t start, in find_next_res()
402 static int find_next_iomem_res(resource_size_t start, resource_size_t end, in find_next_iomem_res()
409 static int walk_res_desc(struct resource *parent, resource_size_t start, in walk_res_desc()
429 static int __walk_iomem_res_desc(resource_size_t start, resource_size_t end, in __walk_iomem_res_desc()
455 int walk_iomem_res_desc(unsigned long desc, unsigned long flags, u64 start, in walk_iomem_res_desc()
466 int walk_soft_reserve_res(u64 start, u64 end, void *arg, in walk_soft_reserve_res()
481 int walk_system_ram_res(u64 start, u64 end, void *arg, in walk_system_ram_res()
496 int walk_system_ram_res_rev(u64 start, u64 end, void *arg, in walk_system_ram_res_rev()
[all …]
/linux/include/linux/ !
H A Dmmu_notifier.h264 unsigned long start; member
407 unsigned long start, in mmu_notifier_clear_flush_young()
416 unsigned long start, in mmu_notifier_clear_young()
477 unsigned long start, unsigned long end) in mmu_notifier_arch_invalidate_secondary_tlbs()
499 unsigned long start, in mmu_notifier_range_init()
512 struct mm_struct *mm, unsigned long start, in mmu_notifier_range_init_owner()
571 unsigned long start; member
576 unsigned long start, in _mmu_notifier_range_init()
583 #define mmu_notifier_range_init(range,event,flags,mm,start,end) \ argument
585 #define mmu_notifier_range_init_owner(range, event, flags, mm, start, \ argument
[all …]

12345678910>>...100