Home
last modified time | relevance | path

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

12345678910>>...36

/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/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/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()
H A Dhv-balloon-page_range_tree.c38 uint64_t start, uint64_t count) in page_range_tree_insert_new()
52 uint64_t start, uint64_t count, in hvb_page_range_tree_insert()
167 uint64_t start, uint64_t count) in hvb_page_range_tree_intree_any()
/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/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/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/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()
H A Dmmc_write.c17 static ulong mmc_erase_t(struct mmc *mmc, ulong start, lbaint_t blkcnt) in mmc_erase_t()
69 ulong mmc_berase(struct udevice *dev, lbaint_t start, lbaint_t blkcnt) in mmc_berase()
129 static ulong mmc_write_blocks(struct mmc *mmc, lbaint_t start, in mmc_write_blocks()
187 ulong mmc_bwrite(struct udevice *dev, lbaint_t start, lbaint_t blkcnt, in mmc_bwrite()
/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/u-boot/arch/arm/mach-exynos/
H A Dpinmux.c15 int i, start, count; in exynos5_uart_config() local
46 int i, start, count; in exynos5420_uart_config() local
78 int i, start, start_ext, gpio_func = 0; in exynos5_mmc_config() local
131 int i, start = 0, start_ext = 0; in exynos5420_mmc_config() local
621 int i, start = 0, start_ext = 0; in exynos4_mmc_config() local
667 int i, start, count; in exynos4_uart_config() local
736 int i, start = 0, start_ext = 0; in exynos4x12_mmc_config() local
781 int i, start, count; in exynos4x12_uart_config() local
/openbmc/u-boot/arch/nds32/lib/
H A Dcache.c61 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range()
117 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range()
159 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
174 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
226 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
230 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
/openbmc/openbmc-test-automation/data/
H A Dboot_table_x86.json3 "start": { object
22 "start": { object
42 "start": { object
60 "start": { object
78 "start": { object
96 "start": { object
114 "start": { object
137 "start": { object
159 "start": { object
180 "start": { object
[all …]
H A Dboot_table_redfish.json3 "start": { object
24 "start": { object
45 "start": { object
65 "start": { object
84 "start": { object
103 "start": { object
122 "start": { object
141 "start": { object
166 "start": { object
190 "start": { object
[all …]
H A Dboot_table_osrunning_redfish.json3 "start": { object
24 "start": { object
45 "start": { object
65 "start": { object
84 "start": { object
103 "start": { object
122 "start": { object
141 "start": { object
166 "start": { object
190 "start": { object
[all …]
H A Dboot_table.json3 "start": { object
26 "start": { object
49 "start": { object
73 "start": { object
93 "start": { object
113 "start": { object
133 "start": { object
153 "start": { object
173 "start": { object
193 "start": { object
[all …]
/openbmc/u-boot/drivers/ata/
H A Dsata.c61 static unsigned long sata_bread(struct udevice *dev, lbaint_t start, in sata_bread()
67 static unsigned long sata_bwrite(struct udevice *dev, lbaint_t start, in sata_bwrite()
73 static unsigned long sata_bread(struct blk_desc *block_dev, lbaint_t start, in sata_bread()
79 static unsigned long sata_bwrite(struct blk_desc *block_dev, lbaint_t start, in sata_bwrite()
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dcache-uniphier.c94 static void uniphier_cache_maint_common(u32 start, u32 size, u32 ways, in uniphier_cache_maint_common()
128 static void uniphier_cache_maint_range(u32 start, u32 end, u32 ways, in uniphier_cache_maint_range()
166 void uniphier_cache_prefetch_range(u32 start, u32 end, u32 ways) in uniphier_cache_prefetch_range()
173 void uniphier_cache_touch_range(u32 start, u32 end, u32 ways) in uniphier_cache_touch_range()
180 void uniphier_cache_touch_zero_range(u32 start, u32 end, u32 ways) in uniphier_cache_touch_zero_range()
244 void v7_outer_cache_flush_range(u32 start, u32 end) in v7_outer_cache_flush_range()
249 void v7_outer_cache_inval_range(u32 start, u32 end) in v7_outer_cache_inval_range()
/openbmc/u-boot/common/
H A Diotrace.c27 ulong start; member
137 void iotrace_set_region(ulong start, ulong size) in iotrace_set_region()
149 void iotrace_get_region(ulong *start, ulong *size) in iotrace_get_region()
165 void iotrace_set_buffer(ulong start, ulong size) in iotrace_set_buffer()
173 void iotrace_get_buffer(ulong *start, ulong *size, ulong *needed_size, ulong *offset, ulong *count) in iotrace_get_buffer()
/openbmc/u-boot/arch/riscv/lib/
H A Dcache.c18 __weak void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range()
22 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range()
31 __weak void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
/openbmc/u-boot/drivers/block/
H A Dblkcache.c18 lbaint_t start; member
32 lbaint_t start, lbaint_t blkcnt, in cache_find()
54 lbaint_t start, lbaint_t blkcnt, in blkcache_read()
75 lbaint_t start, lbaint_t blkcnt, in blkcache_fill()
/openbmc/u-boot/test/
H A Dtime_ut.c13 ulong base, start, next, diff; in test_get_timer() local
83 ulong start; in test_time_comparison() local
103 ulong start, delta; in test_udelay() local
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py152 def get_mapped_ranges(self, start, count): # pylint: disable=W0613,R0201 argument
257 def _get_ranges(self, start, count, whence1, whence2): argument
284 def get_mapped_ranges(self, start, count): argument
413 def _do_get_mapped_ranges(self, start, count): argument
459 def get_mapped_ranges(self, start, count): argument
496 def get_mapped_ranges(self, start, count): argument
/openbmc/qemu/include/tcg/
H A Dperf.h35 static inline void perf_report_prologue(const void *start, size_t size) in perf_report_prologue()
40 const void *start) in perf_report_code()
/openbmc/sdbusplus/test/event/
H A Devent.cpp19 auto start = std::chrono::steady_clock::now(); in TEST_F() local
33 auto start = std::chrono::steady_clock::now(); in TEST_F() local
74 auto start = std::chrono::steady_clock::now(); in TEST_F() local

12345678910>>...36