/openbmc/u-boot/arch/nios2/lib/ |
H A D | cache.c | 13 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 D | cache_v7.c | 30 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 D | hv-balloon-page_range_tree.h | 16 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/u-boot/arch/arm/lib/ |
H A D | cache.c | 16 __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 D | ioport.h | 19 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/drivers/mmc/ |
H A D | mmc_private.h | 48 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 D | mmc_write.c | 17 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/qemu/util/ |
H A D | hbitmap.c | 196 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/post/drivers/ |
H A D | memory.c | 270 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 D | mmap.c | 66 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/arch/nds32/lib/ |
H A D | cache.c | 61 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/u-boot/arch/arm/mach-exynos/ |
H A D | pinmux.c | 15 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/drivers/ata/ |
H A D | sata.c | 61 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/qemu/include/system/ |
H A D | ram_addr.h | 59 static inline void clear_bmap_set(RAMBlock *rb, uint64_t start, in clear_bmap_set() 159 static inline bool cpu_physical_memory_get_dirty(ram_addr_t start, in cpu_physical_memory_get_dirty() 199 static inline bool cpu_physical_memory_all_dirty(ram_addr_t start, in cpu_physical_memory_all_dirty() 253 static inline uint8_t cpu_physical_memory_range_includes_clean(ram_addr_t start, in cpu_physical_memory_range_includes_clean() 293 static inline void cpu_physical_memory_set_dirty_range(ram_addr_t start, in cpu_physical_memory_set_dirty_range() 355 ram_addr_t start, in cpu_physical_memory_set_dirty_lebitmap() 457 static inline void cpu_physical_memory_dirty_bits_cleared(ram_addr_t start, in cpu_physical_memory_dirty_bits_cleared() 476 static inline void cpu_physical_memory_clear_dirty_range(ram_addr_t start, in cpu_physical_memory_clear_dirty_range() 488 ram_addr_t start, in cpu_physical_memory_sync_dirty_bitmap()
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 81 static void shm_region_add(abi_ptr start, abi_ptr last) in shm_region_add() 90 static abi_ptr shm_region_find(abi_ptr start) in shm_region_find() 103 static void shm_region_rm_complete(abi_ptr start, abi_ptr last) in shm_region_rm_complete() 171 int target_mprotect(abi_ulong start, abi_ulong len, int target_prot) in target_mprotect() 334 static bool mmap_frag(abi_ulong real_start, abi_ulong start, abi_ulong last, in mmap_frag() 418 static abi_ulong mmap_find_vma_reserved(abi_ulong start, abi_ulong size, in mmap_find_vma_reserved() 438 abi_ulong mmap_find_vma(abi_ulong start, abi_ulong size, abi_ulong align) in mmap_find_vma() 558 static abi_long mmap_end(abi_ulong start, abi_ulong last, in mmap_end() 596 static abi_long mmap_h_eq_g(abi_ulong start, abi_ulong len, in mmap_h_eq_g() 650 static abi_long mmap_h_lt_g(abi_ulong start, abi_ulong len, int host_prot, in mmap_h_lt_g() [all …]
|
/openbmc/openbmc-test-automation/data/ |
H A D | boot_table_x86.json | 3 "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 D | boot_table_redfish.json | 3 "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 D | boot_table_osrunning_redfish.json | 3 "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 D | boot_table.json | 3 "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/arch/riscv/lib/ |
H A D | cache.c | 18 __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/arch/arm/mach-uniphier/arm32/ |
H A D | cache-uniphier.c | 94 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 D | iotrace.c | 27 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/qemu/include/tcg/ |
H A D | perf.h | 35 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/u-boot/test/ |
H A D | time_ut.c | 13 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/u-boot/drivers/block/ |
H A D | blkcache.c | 18 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()
|