/u-boot/arch/nios2/lib/ |
A D | cache.c | 15 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() 31 static void __flush_dcache_all(unsigned long start, unsigned long end) in __flush_dcache_all() 50 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache() 66 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache() 92 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 109 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
/u-boot/arch/nds32/lib/ |
A D | cache.c | 46 unsigned long end, line_size; in invalidate_icache_all() local 63 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range() 119 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range() 141 unsigned long end, line_size; in dcache_wbinval_all() local 161 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 176 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range() 228 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 232 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
/u-boot/arch/arm/mach-imx/imx8/ |
A D | image.c | 189 int end; in spl_spi_get_uboot_offs() local 204 int end; in spl_mmc_get_uboot_raw_sector() local 218 int end; in spl_nand_get_uboot_raw_page() local 232 int end; in spl_nor_get_uboot_base() local
|
A D | cpu.c | 243 sc_faddr_t start, end; in get_owned_memreg() local 278 sc_faddr_t start, end, end1, start_aligned; in get_effective_memsize() local 316 sc_faddr_t start, end, end1, end2; in dram_init() local 383 sc_faddr_t start, end, end1, end2; in dram_init_banksize() local 490 sc_faddr_t start, end; in enable_caches() local
|
/u-boot/arch/riscv/lib/ |
A D | cache.c | 19 __weak void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 23 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range() 32 __weak void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
/u-boot/arch/x86/cpu/efi/ |
A D | payload.c | 31 struct efi_mem_desc *desc, *end; in board_get_usable_ram_top() local 77 struct efi_mem_desc *desc, *end; in dram_init() local 101 struct efi_mem_desc *desc, *end; in dram_init_banksize() local 182 struct efi_mem_desc *desc, *end; in install_e820_map() local
|
/u-boot/arch/arm/mach-uniphier/arm32/ |
A D | cache-uniphier.c | 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()
|
/u-boot/lib/ |
A D | vsprintf.c | 159 static char *number(char *buf, char *end, u64 num, in number() 258 static char *string(char *buf, char *end, char *s, int field_width, in string() 280 static char *string16(char *buf, char *end, u16 *s, int field_width, in string16() 302 static char *device_path_string(char *buf, char *end, void *dp, int field_width, in device_path_string() 322 static char *mac_address_string(char *buf, char *end, u8 *addr, int field_width, in mac_address_string() 341 static char *ip6_addr_string(char *buf, char *end, u8 *addr, int field_width, in ip6_addr_string() 361 static char *ip4_addr_string(char *buf, char *end, u8 *addr, int field_width, in ip4_addr_string() 393 static char *uuid_string(char *buf, char *end, u8 *addr, int field_width, in uuid_string() 441 static char *pointer(const char *fmt, char *buf, char *end, void *ptr, in pointer() 524 char *end = buf + size; in vsnprintf_internal() local
|
A D | linux_string.c | 38 char *end; in strim() local
|
/u-boot/arch/x86/cpu/coreboot/ |
A D | sdram.c | 64 uint64_t end = memrange->base + memrange->size; in board_get_usable_ram_top() local 96 unsigned long long end = memrange->base + memrange->size; in dram_init() local
|
/u-boot/drivers/net/ |
A D | ep93xx_eth.h | 82 struct tx_descriptor *end; member 91 struct tx_status *end; member 100 struct rx_descriptor *end; member 109 struct rx_status *end; member
|
/u-boot/arch/riscv/cpu/ax25/ |
A D | cache.c | 58 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 63 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
/u-boot/common/ |
A D | flash.c | 57 ulong end; /* last address in current sect */ in flash_protect() local 127 ulong end = addr + cnt - 1; in flash_write() local
|
A D | bootstage.c | 86 struct bootstage_record *end; in find_id() local 169 __maybe_unused char *end; in bootstage_mark_code() local 373 static void append_data(char **ptrp, char *end, const void *data, int size) in append_data() 390 char *ptr = base, *end = ptr + size; in bootstage_stash() local 436 const char *ptr = base, *end = ptr + size; in bootstage_unstash() local
|
/u-boot/arch/arm/mach-exynos/ |
A D | tzpc.c | 16 unsigned int addr, start = 0, end = 0; in tzpc_init() local
|
/u-boot/arch/powerpc/lib/ |
A D | cache.c | 15 ulong addr, start, end; in flush_cache() local
|
/u-boot/tools/ |
A D | imagetool.c | 18 struct image_type_params **end = __stop_image_type; in imagetool_get_type() local 40 struct image_type_params **end = __stop_image_type; in imagetool_verify_print_header() local
|
/u-boot/arch/sh/cpu/sh4/ |
A D | cache.c | 58 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 69 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
/u-boot/include/ |
A D | efi_load_initrd.h | 22 struct efi_device_path end; member
|
A D | membuff.h | 34 char *end; /** the end of the buffer (start + length) */ member
|
/u-boot/tools/patman/ |
A D | control.py | 23 def prepare_patches(col, branch, count, start, end, ignore_binary, signoff): argument 179 def patchwork_status(branch, count, start, end, dest_branch, force, argument
|
/u-boot/lib/efi_loader/ |
A D | efi_root_node.c | 19 struct efi_device_path end; member
|
/u-boot/arch/nios2/cpu/ |
A D | u-boot.lds | 98 PROVIDE (end = .); symbol
|
/u-boot/arch/x86/cpu/intel_common/ |
A D | itss.c | 44 const int end = GPIO_IRQ_END; in snapshot_polarities() local 87 const int end = GPIO_IRQ_END; in restore_polarities() local
|
/u-boot/drivers/usb/gadget/ |
A D | ci_udc.c | 190 const unsigned long end = start + 2 * sizeof(*head); in ci_flush_qh() local 205 unsigned long end = start + 2 * sizeof(*head); in ci_invalidate_qh() local 220 const unsigned long end = start + 2 * ILIST_ENT_SZ; in ci_flush_qtd() local 234 const unsigned long end = (unsigned long)td + ILIST_ENT_SZ; in ci_flush_td() local 248 const unsigned long end = start + 2 * ILIST_ENT_SZ; in ci_invalidate_qtd() local 262 const unsigned long end = start + ILIST_ENT_SZ; in ci_invalidate_td() local
|