Home
last modified time | relevance | path

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

12345678910>>...94

/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() argument
25 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) in __flush_pmem_range() argument
37 static inline void clean_pmem_range(unsigned long start, unsigned long stop) in clean_pmem_range() argument
43 static inline void flush_pmem_range(unsigned long start, unsigned long stop) in flush_pmem_range() argument
54 unsigned long start = (unsigned long) addr; in arch_wb_cache_pmem() local
61 unsigned long start = (unsigned long) addr; arch_invalidate_pmem() local
72 unsigned long copied, start = (unsigned long) dest; __copy_from_user_flushcache() local
82 unsigned long start = (unsigned long) dest; memcpy_flushcache() 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/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 memory_add_physaddr_to_nid(u64 start) memory_add_physaddr_to_nid() argument
68 create_section_mapping(unsigned long start,unsigned long end,int nid,pgprot_t prot) create_section_mapping() argument
74 remove_section_mapping(unsigned long start,unsigned long end) remove_section_mapping() argument
79 arch_create_linear_mapping(int nid,u64 start,u64 size,struct mhp_params * params) arch_create_linear_mapping() argument
97 arch_remove_linear_mapping(u64 start,u64 size) arch_remove_linear_mapping() argument
121 update_end_of_memory_vars(u64 start,u64 size) update_end_of_memory_vars() argument
148 arch_add_memory(int nid,u64 start,u64 size,struct mhp_params * params) arch_add_memory() argument
164 arch_remove_memory(u64 start,u64 size,struct vmem_altmap * altmap) arch_remove_memory() argument
329 phys_addr_t start, end; add_system_ram_resources() local
402 unsigned long start, end; execmem_arch_setup() local
[all...]
/linux/fs/btrfs/
H A Dextent_io.c245 process_one_folio(struct btrfs_fs_info * fs_info,struct folio * folio,const struct folio * locked_folio,unsigned long page_ops,u64 start,u64 end) process_one_folio() argument
266 __process_folios_contig(struct address_space * mapping,const struct folio * locked_folio,u64 start,u64 end,unsigned long page_ops) __process_folios_contig() argument
294 unlock_delalloc_folio(const struct inode * inode,struct folio * locked_folio,u64 start,u64 end) unlock_delalloc_folio() argument
304 lock_delalloc_folios(struct inode * inode,struct folio * locked_folio,u64 start,u64 end) lock_delalloc_folios() argument
371 find_lock_delalloc_range(struct inode * inode,struct folio * locked_folio,u64 * start,u64 * end) find_lock_delalloc_range() argument
467 extent_clear_unlock_delalloc(struct btrfs_inode * inode,u64 start,u64 end,const struct folio * locked_folio,struct extent_state ** cached,u32 clear_bits,unsigned long page_ops) extent_clear_unlock_delalloc() argument
479 btrfs_verify_folio(struct fsverity_info * vi,struct folio * folio,u64 start,u32 len) btrfs_verify_folio() argument
489 end_folio_read(struct fsverity_info * vi,struct folio * folio,bool uptodate,u64 start,u32 len) end_folio_read() argument
528 u64 start = folio_pos(folio) + fi.offset; end_bbio_data_write() local
589 u64 start = folio_pos(folio) + fi.offset; end_bbio_data_read() local
943 get_extent_map(struct btrfs_inode * inode,struct folio * folio,u64 start,u64 len,struct extent_map ** em_cached) get_extent_map() argument
1003 u64 start = folio_pos(folio); btrfs_do_readpage() local
1270 can_skip_ordered_extent(struct btrfs_inode * inode,struct btrfs_ordered_extent * ordered,u64 start,u64 end) can_skip_ordered_extent() argument
1292 lock_extents_for_read(struct btrfs_inode * inode,u64 start,u64 end,struct extent_state ** cached_state) lock_extents_for_read() argument
1340 const u64 start = folio_pos(folio); btrfs_read_folio() local
1368 set_delalloc_bitmap(struct folio * folio,unsigned long * delalloc_bitmap,u64 start,u32 len) set_delalloc_bitmap() argument
1383 find_next_delalloc_bitmap(struct folio * folio,unsigned long * delalloc_bitmap,u64 start,u64 * found_start,u32 * found_len) find_next_delalloc_bitmap() argument
1465 u64 start = page_start + (start_bit << fs_info->sectorsize_bits); writepage_delalloc() local
1587 u64 start = page_start + (start_bit << fs_info->sectorsize_bits); writepage_delalloc() local
1725 extent_writepage_io(struct btrfs_inode * inode,struct folio * folio,u64 start,u32 len,struct btrfs_bio_ctrl * bio_ctrl,loff_t i_size) extent_writepage_io() argument
2076 buffer_tree_tag_for_writeback(struct btrfs_fs_info * fs_info,unsigned long start,unsigned long end) buffer_tree_tag_for_writeback() argument
2156 buffer_tree_get_ebs_tag(struct btrfs_fs_info * fs_info,unsigned long * start,unsigned long end,xa_mark_t tag,struct eb_batch * batch) buffer_tree_get_ebs_tag() argument
2185 find_extent_buffer_nolock(struct btrfs_fs_info * fs_info,u64 start) find_extent_buffer_nolock() argument
2218 unsigned long start; prepare_eb_write() local
2294 btrfs_btree_wait_writeback_range(struct btrfs_fs_info * fs_info,u64 start,u64 end) btrfs_btree_wait_writeback_range() argument
2628 extent_write_locked_range(struct inode * inode,const struct folio * locked_folio,u64 start,u64 end,struct writeback_control * wbc,bool pages_dirty) extent_write_locked_range() argument
2729 const u64 start = readahead_pos(rac); btrfs_readahead() local
2757 u64 start = folio_pos(folio); extent_invalidate_folio() local
2789 u64 start = folio_pos(folio); try_release_extent_state() local
2834 u64 start = folio_pos(folio); try_release_extent_mapping() local
3015 __alloc_extent_buffer(struct btrfs_fs_info * fs_info,u64 start) __alloc_extent_buffer() argument
3102 alloc_dummy_extent_buffer(struct btrfs_fs_info * fs_info,u64 start) alloc_dummy_extent_buffer() argument
3180 find_extent_buffer(struct btrfs_fs_info * fs_info,u64 start) find_extent_buffer() argument
3209 alloc_test_extent_buffer(struct btrfs_fs_info * fs_info,u64 start) alloc_test_extent_buffer() argument
3289 check_eb_alignment(struct btrfs_fs_info * fs_info,u64 start) check_eb_alignment() argument
3406 alloc_extent_buffer(struct btrfs_fs_info * fs_info,u64 start,u64 owner_root,int level) alloc_extent_buffer() argument
3937 report_eb_range(const struct extent_buffer * eb,unsigned long start,unsigned long len) report_eb_range() argument
3956 check_eb_range(const struct extent_buffer * eb,unsigned long start,unsigned long len) check_eb_range() argument
3968 read_extent_buffer(const struct extent_buffer * eb,void * dstv,unsigned long start,unsigned long len) read_extent_buffer() argument
4008 read_extent_buffer_to_user_nofault(const struct extent_buffer * eb,void __user * dstv,unsigned long start,unsigned long len) read_extent_buffer_to_user_nofault() argument
4048 memcmp_extent_buffer(const struct extent_buffer * eb,const void * ptrv,unsigned long start,unsigned long len) memcmp_extent_buffer() argument
4117 __write_extent_buffer(const struct extent_buffer * eb,const void * srcv,unsigned long start,unsigned long len,bool use_memmove) __write_extent_buffer() argument
4161 write_extent_buffer(const struct extent_buffer * eb,const void * srcv,unsigned long start,unsigned long len) write_extent_buffer() argument
4167 memset_extent_buffer(const struct extent_buffer * eb,int c,unsigned long start,unsigned long len) memset_extent_buffer() argument
4189 memzero_extent_buffer(const struct extent_buffer * eb,unsigned long start,unsigned long len) memzero_extent_buffer() argument
4266 eb_bitmap_offset(const struct extent_buffer * eb,unsigned long start,unsigned long nr,unsigned long * folio_index,size_t * folio_offset) eb_bitmap_offset() argument
4291 extent_buffer_test_bit(const struct extent_buffer * eb,unsigned long start,unsigned long nr) extent_buffer_test_bit() argument
4321 extent_buffer_bitmap_set(const struct extent_buffer * eb,unsigned long start,unsigned long pos,unsigned long len) extent_buffer_bitmap_set() argument
4358 extent_buffer_bitmap_clear(const struct extent_buffer * eb,unsigned long start,unsigned long pos,unsigned long len) extent_buffer_bitmap_clear() argument
4483 unsigned long start = (folio_pos(folio) >> fs_info->nodesize_bits); try_release_subpage_extent_buffer() local
[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()
/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; global() member
123 persistent_ram_update_ecc(struct persistent_ram_zone * prz,unsigned int start,unsigned int count) persistent_ram_update_ecc() argument
274 persistent_ram_update(struct persistent_ram_zone * prz,const void * s,unsigned int start,unsigned int count) persistent_ram_update() argument
282 persistent_ram_update_user(struct persistent_ram_zone * prz,const void __user * s,unsigned int start,unsigned int count) persistent_ram_update_user() argument
295 size_t start = buffer_start(prz); persistent_ram_save_old() local
330 size_t start; persistent_ram_write() local
359 size_t start; persistent_ram_write_user() local
413 persistent_ram_vmap(phys_addr_t start,size_t size,unsigned int memtype) persistent_ram_vmap() argument
474 persistent_ram_iomap(phys_addr_t start,size_t size,unsigned int memtype,char * label) persistent_ram_iomap() argument
499 persistent_ram_buffer_map(phys_addr_t start,phys_addr_t size,struct persistent_ram_zone * prz,int memtype) persistent_ram_buffer_map() argument
601 persistent_ram_new(phys_addr_t start,size_t size,u32 sig,struct persistent_ram_ecc_info * ecc_info,unsigned int memtype,u32 flags,char * label) persistent_ram_new() argument
[all...]
/linux/kernel/
H A Dresource.c130 unsigned long long start, end; in r_show() local
191 resource_size_t start in __request_resource() local
349 find_next_res(struct resource * parent,resource_size_t start,resource_size_t end,unsigned long flags,unsigned long desc,struct resource * res) find_next_res() argument
402 find_next_iomem_res(resource_size_t start,resource_size_t end,unsigned long flags,unsigned long desc,struct resource * res) find_next_iomem_res() argument
409 walk_res_desc(struct resource * parent,resource_size_t start,resource_size_t end,unsigned long flags,unsigned long desc,void * arg,int (* func)(struct resource *,void *)) walk_res_desc() argument
429 __walk_iomem_res_desc(resource_size_t start,resource_size_t end,unsigned long flags,unsigned long desc,void * arg,int (* func)(struct resource *,void *)) __walk_iomem_res_desc() argument
455 walk_iomem_res_desc(unsigned long desc,unsigned long flags,u64 start,u64 end,void * arg,int (* func)(struct resource *,void *)) walk_iomem_res_desc() argument
466 walk_soft_reserve_res(u64 start,u64 end,void * arg,int (* func)(struct resource *,void *)) walk_soft_reserve_res() argument
481 walk_system_ram_res(u64 start,u64 end,void * arg,int (* func)(struct resource *,void *)) walk_system_ram_res() argument
496 walk_system_ram_res_rev(u64 start,u64 end,void * arg,int (* func)(struct resource *,void *)) walk_system_ram_res_rev() argument
546 walk_mem_res(u64 start,u64 end,void * arg,int (* func)(struct resource *,void *)) walk_mem_res() argument
563 resource_size_t start, end; walk_system_ram_range() local
600 __region_intersects(struct resource * parent,resource_size_t start,size_t size,unsigned long flags,unsigned long desc) __region_intersects() argument
683 region_intersects(resource_size_t start,size_t size,unsigned long flags,unsigned long desc) region_intersects() argument
700 region_intersects_soft_reserve(resource_size_t start,size_t size) region_intersects_soft_reserve() argument
906 lookup_resource(struct resource * root,resource_size_t start) lookup_resource() argument
1085 __adjust_resource(struct resource * res,resource_size_t start,resource_size_t size) __adjust_resource() argument
1132 adjust_resource(struct resource * res,resource_size_t start,resource_size_t size) adjust_resource() argument
1145 __reserve_region_with_split(struct resource * root,resource_size_t start,resource_size_t end,const char * name) __reserve_region_with_split() argument
1206 reserve_region_with_split(struct resource * root,resource_size_t start,resource_size_t end,const char * name) reserve_region_with_split() argument
1315 __request_region_locked(struct resource * res,struct resource * parent,resource_size_t start,resource_size_t n,const char * name,int flags) __request_region_locked() argument
1375 __request_region(struct resource * parent,resource_size_t start,resource_size_t n,const char * name,int flags) __request_region() argument
1408 __release_region(struct resource * parent,resource_size_t start,resource_size_t n) __release_region() argument
1506 release_mem_region_adjustable(resource_size_t start,resource_size_t size) release_mem_region_adjustable() argument
1733 resource_size_t start; global() member
1754 __devm_request_region(struct device * dev,struct resource * parent,resource_size_t start,resource_size_t n,const char * name) __devm_request_region() argument
1779 __devm_release_region(struct device * dev,struct resource * parent,resource_size_t start,resource_size_t n) __devm_release_region() argument
[all...]
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()
/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/include/linux/
H A Dmmu_notifier.h264 unsigned long start; global() member
407 mmu_notifier_clear_flush_young(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_clear_flush_young() argument
416 mmu_notifier_clear_young(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_clear_young() argument
477 mmu_notifier_arch_invalidate_secondary_tlbs(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_arch_invalidate_secondary_tlbs() argument
499 mmu_notifier_range_init(struct mmu_notifier_range * range,enum mmu_notifier_event event,unsigned flags,struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_range_init() argument
512 mmu_notifier_range_init_owner(struct mmu_notifier_range * range,enum mmu_notifier_event event,unsigned int flags,struct mm_struct * mm,unsigned long start,unsigned long end,void * owner) mmu_notifier_range_init_owner() argument
571 unsigned long start; global() member
576 _mmu_notifier_range_init(struct mmu_notifier_range * range,unsigned long start,unsigned long end) _mmu_notifier_range_init() argument
583 mmu_notifier_range_init(range,event,flags,mm,start,end) global() argument
585 mmu_notifier_range_init_owner(range,event,flags,mm,start,end,owner) global() argument
605 mmu_notifier_clear_flush_young(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_clear_flush_young() argument
612 mmu_notifier_clear_young(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_clear_young() argument
641 mmu_notifier_arch_invalidate_secondary_tlbs(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_arch_invalidate_secondary_tlbs() argument
[all...]
H A Dkasan.h81 static inline int kasan_add_zero_shadow(void *start, unsigned long size) in kasan_add_zero_shadow() argument
85 static inline void kasan_remove_zero_shadow(void *start, in kasan_remove_zero_shadow() argument
587 static inline void kasan_release_vmalloc(unsigned long start, unsigned long end, in kasan_release_vmalloc() argument
599 static inline void kasan_populate_early_vm_area_shadow(void *start, in kasan_populate_early_vm_area_shadow() argument
602 static inline int kasan_populate_vmalloc(unsigned long start, in kasan_populate_vmalloc() argument
607 kasan_release_vmalloc(unsigned long start,unsigned long end,unsigned long free_region_start,unsigned long free_region_end,unsigned long flags) kasan_release_vmalloc() argument
617 kasan_unpoison_vmalloc(const void * start,unsigned long size,kasan_vmalloc_flags_t flags) kasan_unpoison_vmalloc() argument
627 kasan_poison_vmalloc(const void * start,unsigned long size) kasan_poison_vmalloc() argument
647 kasan_vrealloc(const void * start,unsigned long old_size,unsigned long new_size) kasan_vrealloc() argument
657 kasan_populate_early_vm_area_shadow(void * start,unsigned long size) kasan_populate_early_vm_area_shadow() argument
659 kasan_populate_vmalloc(unsigned long start,unsigned long size,gfp_t gfp_mask) kasan_populate_vmalloc() argument
664 kasan_release_vmalloc(unsigned long start,unsigned long end,unsigned long free_region_start,unsigned long free_region_end,unsigned long flags) kasan_release_vmalloc() argument
670 kasan_unpoison_vmalloc(const void * start,unsigned long size,kasan_vmalloc_flags_t flags) kasan_unpoison_vmalloc() argument
676 kasan_poison_vmalloc(const void * start,unsigned long size) kasan_poison_vmalloc() argument
684 kasan_vrealloc(const void * start,unsigned long old_size,unsigned long new_size) kasan_vrealloc() argument
[all...]
/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/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.c45 #define MAKE_NODE(node, start, end, ref_cnt, flags, err, err_out) \ argument
57 #define MAKE_NODE_AND_APPEND(node, start, end, ref_cnt, flags, err, \ argument
70 usnic_uiom_interval_node_alloc(long int start, long int last, int ref_cnt, in usnic_uiom_interval_node_alloc()
105 unsigned long start, unsigned long last, in find_intervals_intersection_sorted()
120 int usnic_uiom_get_intervals_diff(unsigned long start, unsigned long last, in usnic_uiom_get_intervals_diff()
179 int usnic_uiom_insert_interval(struct rb_root_cached *root, unsigned long start, in usnic_uiom_insert_interval()
251 unsigned long start, unsigned long last, in usnic_uiom_remove_interval()
/linux/arch/arm64/include/asm/
H A Drsi.h26 static inline int rsi_set_memory_range(phys_addr_t start, phys_addr_t end, in rsi_set_memory_range()
46 static inline int rsi_set_memory_range_protected(phys_addr_t start, in rsi_set_memory_range_protected()
57 static inline int rsi_set_memory_range_protected_safe(phys_addr_t start, in rsi_set_memory_range_protected_safe()
64 static inline int rsi_set_memory_range_shared(phys_addr_t start, in rsi_set_memory_range_shared()
/linux/arch/arm/mm/
H A Dcache-l2x0.c179 static void __l2c210_op_pa_range(void __iomem *reg, unsigned long start, in __l2c210_op_pa_range()
188 static void l2c210_inv_range(unsigned long start, unsigned long end) in l2c210_inv_range()
207 static void l2c210_clean_range(unsigned long start, unsigned long end) in l2c210_clean_range()
216 static void l2c210_flush_range(unsigned long start, unsigned long end) in l2c210_flush_range()
285 static unsigned long l2c220_op_pa_range(void __iomem *reg, unsigned long start, in l2c220_op_pa_range()
308 static void l2c220_inv_range(unsigned long start, unsigned long end) in l2c220_inv_range()
335 static void l2c220_clean_range(unsigned long start, unsigned long end) in l2c220_clean_range()
354 static void l2c220_flush_range(unsigned long start, unsigned long end) in l2c220_flush_range()
468 static void l2c310_inv_range_erratum(unsigned long start, unsigned long end) in l2c310_inv_range_erratum()
500 static void l2c310_flush_range_erratum(unsigned long start, unsigned long end) in l2c310_flush_range_erratum()
[all …]
/linux/mm/
H A Dnuma_memblks.c135 static int __init numa_add_memblk_to(int nid, u64 start, u64 end, in numa_add_memblk_to()
200 int __init numa_add_memblk(int nid, u64 start, u64 end) in numa_add_memblk()
222 int __init numa_add_reserved_memblk(int nid, u64 start, u64 end) in numa_add_reserved_memblk()
275 u64 start, end; in numa_cleanup_meminfo() local
509 int __init numa_fill_memblks(u64 start, u64 end) in numa_fill_memblks()
560 static int meminfo_to_nid(struct numa_meminfo *mi, u64 start) in meminfo_to_nid()
570 int phys_to_target_node(u64 start) in phys_to_target_node()
586 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid()

12345678910>>...94