Home
last modified time | relevance | path

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

12345678910>>...74

/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/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 vmemmap_mark_sub_pmd_used(unsigned long start,unsigned long end) vmemmap_mark_sub_pmd_used() argument
120 vmemmap_use_sub_pmd(unsigned long start,unsigned long end) vmemmap_use_sub_pmd() argument
136 vmemmap_use_new_sub_pmd(unsigned long start,unsigned long end) vmemmap_use_new_sub_pmd() argument
158 vmemmap_unuse_sub_pmd(unsigned long start,unsigned long end) vmemmap_unuse_sub_pmd() argument
207 try_free_pte_table(pmd_t * pmd,unsigned long start) try_free_pte_table() argument
302 try_free_pmd_table(pud_t * pud,unsigned long start) try_free_pmd_table() argument
371 try_free_pud_table(p4d_t * p4d,unsigned long start) try_free_pud_table() argument
416 try_free_p4d_table(pgd_t * pgd,unsigned long start) try_free_p4d_table() argument
430 modify_pagetable(unsigned long start,unsigned long end,bool add,bool direct,struct vmem_altmap * altmap) modify_pagetable() argument
475 add_pagetable(unsigned long start,unsigned long end,bool direct,struct vmem_altmap * altmap) add_pagetable() argument
481 remove_pagetable(unsigned long start,unsigned long end,bool direct,struct vmem_altmap * altmap) remove_pagetable() argument
490 vmem_add_range(unsigned long start,unsigned long size) vmem_add_range() argument
499 vmem_remove_range(unsigned long start,unsigned long size) vmem_remove_range() argument
508 vmemmap_populate(unsigned long start,unsigned long end,int node,struct vmem_altmap * altmap) vmemmap_populate() argument
524 vmemmap_free(unsigned long start,unsigned long end,struct vmem_altmap * altmap) vmemmap_free() argument
534 vmem_remove_mapping(unsigned long start,unsigned long size) vmem_remove_mapping() argument
550 vmem_add_mapping(unsigned long start,unsigned long size) vmem_add_mapping() argument
[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/powerpc/mm/
H A Dmem.c58 int memory_add_physaddr_to_nid(u64 start) in memory_add_physaddr_to_nid() argument
65 int __weak create_section_mapping(unsigned long start, unsigned long end, in create_section_mapping() argument
71 int __weak remove_section_mapping(unsigned long start, unsigned long end) in remove_section_mapping() argument
76 int __ref arch_create_linear_mapping(int nid, u64 start, u64 size, in arch_create_linear_mapping() argument
94 arch_remove_linear_mapping(u64 start,u64 size) arch_remove_linear_mapping() argument
118 update_end_of_memory_vars(u64 start,u64 size) update_end_of_memory_vars() argument
145 arch_add_memory(int nid,u64 start,u64 size,struct mhp_params * params) arch_add_memory() argument
161 arch_remove_memory(u64 start,u64 size,struct vmem_altmap * altmap) arch_remove_memory() argument
326 phys_addr_t start, end; add_system_ram_resources() local
399 unsigned long start, end; execmem_arch_setup() 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/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/fs/btrfs/
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.c246 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
267 __process_folios_contig(struct address_space * mapping,const struct folio * locked_folio,u64 start,u64 end,unsigned long page_ops) __process_folios_contig() argument
295 unlock_delalloc_folio(const struct inode * inode,struct folio * locked_folio,u64 start,u64 end) unlock_delalloc_folio() argument
305 lock_delalloc_folios(struct inode * inode,struct folio * locked_folio,u64 start,u64 end) lock_delalloc_folios() argument
372 find_lock_delalloc_range(struct inode * inode,struct folio * locked_folio,u64 * start,u64 * end) find_lock_delalloc_range() argument
468 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
480 btrfs_verify_folio(struct fsverity_info * vi,struct folio * folio,u64 start,u32 len) btrfs_verify_folio() argument
490 end_folio_read(struct fsverity_info * vi,struct folio * folio,bool uptodate,u64 start,u32 len) end_folio_read() argument
529 u64 start = folio_pos(folio) + fi.offset; end_bbio_data_write() local
583 u64 start = folio_pos(folio) + fi.offset; end_bbio_data_read() local
937 get_extent_map(struct btrfs_inode * inode,struct folio * folio,u64 start,u64 len,struct extent_map ** em_cached) get_extent_map() argument
997 u64 start = folio_pos(folio); btrfs_do_readpage() local
1264 can_skip_ordered_extent(struct btrfs_inode * inode,struct btrfs_ordered_extent * ordered,u64 start,u64 end) can_skip_ordered_extent() argument
1286 lock_extents_for_read(struct btrfs_inode * inode,u64 start,u64 end,struct extent_state ** cached_state) lock_extents_for_read() argument
1334 const u64 start = folio_pos(folio); btrfs_read_folio() local
1362 set_delalloc_bitmap(struct folio * folio,unsigned long * delalloc_bitmap,u64 start,u32 len) set_delalloc_bitmap() argument
1377 find_next_delalloc_bitmap(struct folio * folio,unsigned long * delalloc_bitmap,u64 start,u64 * found_start,u32 * found_len) find_next_delalloc_bitmap() argument
1459 u64 start = page_start + (start_bit << fs_info->sectorsize_bits); writepage_delalloc() local
1581 u64 start = page_start + (start_bit << fs_info->sectorsize_bits); writepage_delalloc() local
1721 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
2074 buffer_tree_tag_for_writeback(struct btrfs_fs_info * fs_info,unsigned long start,unsigned long end) buffer_tree_tag_for_writeback() argument
2154 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
2183 find_extent_buffer_nolock(struct btrfs_fs_info * fs_info,u64 start) find_extent_buffer_nolock() argument
2216 unsigned long start; prepare_eb_write() local
2292 btrfs_btree_wait_writeback_range(struct btrfs_fs_info * fs_info,u64 start,u64 end) btrfs_btree_wait_writeback_range() argument
2600 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
2700 const u64 start = readahead_pos(rac); btrfs_readahead() local
2728 u64 start = folio_pos(folio); extent_invalidate_folio() local
2760 u64 start = folio_pos(folio); try_release_extent_state() local
2805 u64 start = folio_pos(folio); try_release_extent_mapping() local
3044 __alloc_extent_buffer(struct btrfs_fs_info * fs_info,u64 start) __alloc_extent_buffer() argument
3132 alloc_dummy_extent_buffer(struct btrfs_fs_info * fs_info,u64 start) alloc_dummy_extent_buffer() argument
3210 find_extent_buffer(struct btrfs_fs_info * fs_info,u64 start) find_extent_buffer() argument
3239 alloc_test_extent_buffer(struct btrfs_fs_info * fs_info,u64 start) alloc_test_extent_buffer() argument
3319 check_eb_alignment(struct btrfs_fs_info * fs_info,u64 start) check_eb_alignment() argument
3436 alloc_extent_buffer(struct btrfs_fs_info * fs_info,u64 start,u64 owner_root,int level) alloc_extent_buffer() argument
3984 report_eb_range(const struct extent_buffer * eb,unsigned long start,unsigned long len) report_eb_range() argument
4003 check_eb_range(const struct extent_buffer * eb,unsigned long start,unsigned long len) check_eb_range() argument
4015 read_extent_buffer(const struct extent_buffer * eb,void * dstv,unsigned long start,unsigned long len) read_extent_buffer() argument
4055 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
4095 memcmp_extent_buffer(const struct extent_buffer * eb,const void * ptrv,unsigned long start,unsigned long len) memcmp_extent_buffer() argument
4164 __write_extent_buffer(const struct extent_buffer * eb,const void * srcv,unsigned long start,unsigned long len,bool use_memmove) __write_extent_buffer() argument
4208 write_extent_buffer(const struct extent_buffer * eb,const void * srcv,unsigned long start,unsigned long len) write_extent_buffer() argument
4214 memset_extent_buffer(const struct extent_buffer * eb,int c,unsigned long start,unsigned long len) memset_extent_buffer() argument
4236 memzero_extent_buffer(const struct extent_buffer * eb,unsigned long start,unsigned long len) memzero_extent_buffer() argument
4314 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
4339 extent_buffer_test_bit(const struct extent_buffer * eb,unsigned long start,unsigned long nr) extent_buffer_test_bit() argument
4369 extent_buffer_bitmap_set(const struct extent_buffer * eb,unsigned long start,unsigned long pos,unsigned long len) extent_buffer_bitmap_set() argument
4406 extent_buffer_bitmap_clear(const struct extent_buffer * eb,unsigned long start,unsigned long pos,unsigned long len) extent_buffer_bitmap_clear() argument
4531 unsigned long start = (folio_pos(folio) >> fs_info->nodesize_bits); try_release_subpage_extent_buffer() local
[all...]
/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/include/linux/
H A Dmmu_notifier.h306 unsigned long start; member
447 mmu_notifier_clear_flush_young(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_clear_flush_young() argument
455 mmu_notifier_clear_young(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_clear_young() argument
515 mmu_notifier_arch_invalidate_secondary_tlbs(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_arch_invalidate_secondary_tlbs() argument
537 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
550 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
560 unsigned long start; global() member
565 _mmu_notifier_range_init(struct mmu_notifier_range * range,unsigned long start,unsigned long end) _mmu_notifier_range_init() argument
572 mmu_notifier_range_init(range,event,flags,mm,start,end) global() argument
574 mmu_notifier_range_init_owner(range,event,flags,mm,start,end,owner) global() argument
594 mmu_notifier_clear_flush_young(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_clear_flush_young() argument
600 mmu_notifier_clear_young(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_clear_young() argument
628 mmu_notifier_arch_invalidate_secondary_tlbs(struct mm_struct * mm,unsigned long start,unsigned long end) mmu_notifier_arch_invalidate_secondary_tlbs() argument
[all...]
/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/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()
/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/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()
/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/arch/x86/kernel/
H A De820.c77 u64 start, u64 end, enum e820_type type) in _e820__mapped_any()
93 bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) in e820__mapped_raw_any()
99 bool e820__mapped_any(u64 start, u64 end, enum e820_type type) in e820__mapped_any()
111 static struct e820_entry *__e820__mapped_all(u64 start, u64 end, in __e820__mapped_all()
147 __init bool e820__mapped_all(u64 start, u64 end, enum e820_type type) in e820__mapped_all()
155 int e820__get_entry_type(u64 start, u64 end) in e820__get_entry_type()
165 __init static void __e820__range_add(struct e820_table *table, u64 start, u64 size, enum e820_type … in __e820__range_add()
185 __init void e820__range_add(u64 start, u64 size, enum e820_type type) in e820__range_add()
458 u64 start = entry->addr; in append_e820_table() local
476 __e820__range_update(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e… in __e820__range_update()
[all …]
/linux/arch/powerpc/lib/
H A Drestart_table.c5 unsigned long start; member
10 unsigned long start; member
27 unsigned long start = smte->start; in search_kernel_soft_mask_table() local
45 unsigned long start = rte->start; in search_kernel_restart_table() local
/linux/arch/csky/abiv2/inc/abi/
H A Dcacheflush.h16 #define flush_cache_range(vma, start, end) do { } while (0) argument
37 #define flush_icache_range(start, end) cache_wbinv_range(start, end) argument
43 #define flush_cache_vmap(start, end) do { } while (0) argument
44 #define flush_cache_vmap_early(start, end) do { } while (0) argument
45 #define flush_cache_vunmap(start, end) do { } while (0) argument
/linux/drivers/vhost/
H A Diotlb.c51 u64 start, u64 last, in vhost_iotlb_add_range_ctx()
104 u64 start, u64 last, in vhost_iotlb_add_range()
118 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_del_range()
195 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_itree_first()
208 vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last) in vhost_iotlb_itree_next()

12345678910>>...74