Home
last modified time | relevance | path

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

12345678910>>...76

/openbmc/linux/arch/csky/mm/
Dcachev2.c
Dcachev1.c
/openbmc/linux/arch/powerpc/lib/
Dpmem.c
Drestart_table.c
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dcache_v7.c30 static void v7_dcache_clean_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_clean_inval_range()
42 static void v7_dcache_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_inval_range()
55 static void v7_dcache_maint_range(u32 start, u32 stop, u32 range_op) in v7_dcache_maint_range()
117 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range()
131 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
147 void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush()
161 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range()
165 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
173 void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush()
212 __weak void v7_outer_cache_flush_range(u32 start, u32 end) {} in v7_outer_cache_flush_range()
[all …]
/openbmc/u-boot/arch/nios2/lib/
H A Dcache.c13 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache()
29 static void __flush_dcache_all(unsigned long start, unsigned long end) in __flush_dcache_all()
48 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache()
64 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache()
90 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
98 void flush_cache(unsigned long start, unsigned long size) in flush_cache()
107 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
/openbmc/linux/arch/nios2/mm/
Dcacheflush.c
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-page_range_tree.h16 uint64_t start; member
22 uint64_t start, PageRange *out) in page_range_part_before()
37 uint64_t start, uint64_t count, in page_range_part_after()
52 uint64_t start, uint64_t count, in page_range_intersect()
64 uint64_t start, uint64_t count) in page_range_intersection_size()
73 uint64_t start, uint64_t count) in page_range_joinable_left()
79 uint64_t start, uint64_t count) in page_range_joinable_right()
85 uint64_t start, uint64_t count) in page_range_joinable()
/openbmc/linux/arch/m68k/include/asm/
Dcacheflush_mm.h
/openbmc/linux/arch/microblaze/kernel/cpu/
Dcache.c
/openbmc/u-boot/include/linux/
H A Dioport.h19 resource_size_t start; member
139 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), 0) argument
140 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument
141 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name), 0) argument
142 #define request_mem_region_exclusive(start,n,name) \ argument
152 #define release_region(start,n) __release_region(&ioport_resource, (start), (n)) argument
153 #define check_mem_region(start,n) __check_region(&iomem_resource, (start), (n)) argument
154 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)) argument
168 #define devm_request_region(dev,start,n,name) \ argument
170 #define devm_request_mem_region(dev,start,n,name) \ argument
[all …]
/openbmc/u-boot/arch/arm/lib/
H A Dcache.c16 __weak void flush_cache(unsigned long start, unsigned long size) in flush_cache()
39 __weak void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range()
43 __weak void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
48 int check_cache_range(unsigned long start, unsigned long stop) in check_cache_range()
77 phys_addr_t start, end; in noncached_init() local
/openbmc/linux/arch/parisc/math-emu/
Dfpbits.h
/openbmc/qemu/util/
H A Dhbitmap.c196 int64_t hbitmap_next_dirty(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_dirty()
220 int64_t hbitmap_next_zero(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_zero()
273 bool hbitmap_next_dirty_area(const HBitmap *hb, int64_t start, int64_t end, in hbitmap_next_dirty_area()
304 bool hbitmap_status(const HBitmap *hb, int64_t start, int64_t count, in hbitmap_status()
384 static uint64_t hb_count_between(HBitmap *hb, uint64_t start, uint64_t last) in hb_count_between()
414 static inline bool hb_set_elem(unsigned long *elem, uint64_t start, uint64_t last) in hb_set_elem()
431 static bool hb_set_between(HBitmap *hb, int level, uint64_t start, in hb_set_between()
464 void hbitmap_set(HBitmap *hb, uint64_t start, uint64_t count) in hbitmap_set()
492 static inline bool hb_reset_elem(unsigned long *elem, uint64_t start, uint64_t last) in hb_reset_elem()
509 static bool hb_reset_between(HBitmap *hb, int level, uint64_t start, in hb_reset_between()
[all …]
/openbmc/linux/arch/arm/include/asm/
Doutercache.h
/openbmc/linux/arch/hexagon/mm/
Dcache.c
/openbmc/linux/drivers/firmware/
Dmemmap.c
/openbmc/linux/tools/perf/util/
Dsvghelper.c
/openbmc/linux/drivers/usb/core/
Ddevices.c
/openbmc/u-boot/post/drivers/
H A Dmemory.c270 static int memory_post_test1(unsigned long start, in memory_post_test1()
302 static int memory_post_test2(unsigned long start, unsigned long size) in memory_post_test2()
332 static int memory_post_test3(unsigned long start, unsigned long size) in memory_post_test3()
362 static int memory_post_test4(unsigned long start, unsigned long size) in memory_post_test4()
392 static int memory_post_test_lines(unsigned long start, unsigned long size) in memory_post_test_lines()
410 static int memory_post_test_patterns(unsigned long start, unsigned long size) in memory_post_test_patterns()
438 static int memory_post_test_regions(unsigned long start, unsigned long size) in memory_post_test_regions()
455 static int memory_post_tests(unsigned long start, unsigned long size) in memory_post_tests()
/openbmc/qemu/bsd-user/
H A Dmmap.c66 int target_mprotect(abi_ulong start, abi_ulong len, int prot) in target_mprotect()
189 abi_ulong start, abi_ulong end, in mmap_frag()
258 static abi_ulong mmap_find_vma_reserved(abi_ulong start, abi_ulong size, in mmap_find_vma_reserved()
279 abi_ulong mmap_find_vma(abi_ulong start, abi_ulong size, abi_ulong alignment) in mmap_find_vma()
399 abi_long target_mmap(abi_ulong start, abi_ulong len, int prot, in target_mmap()
669 void mmap_reserve(abi_ulong start, abi_ulong size) in mmap_reserve()
711 int target_munmap(abi_ulong start, abi_ulong len) in target_munmap()
772 int target_msync(abi_ulong start, abi_ulong len, int flags) in target_msync()
/openbmc/u-boot/drivers/mmc/
H A Dmmc_private.h48 lbaint_t start, lbaint_t blkcnt) in mmc_berase()
53 static inline ulong mmc_bwrite(struct udevice *dev, lbaint_t start, in mmc_bwrite()
60 lbaint_t start, lbaint_t blkcnt) in mmc_berase()
65 static inline ulong mmc_bwrite(struct blk_desc *block_dev, lbaint_t start, in mmc_bwrite()
/openbmc/linux/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.c
/openbmc/linux/drivers/firmware/efi/libstub/
Dfind.c
/openbmc/linux/include/linux/
Dfirmware-map.h

12345678910>>...76