| /arch/arm/mach-imx/ |
| A D | hab.c | 209 size_t bytes) in hab_rvt_check_target() argument 445 for (i = 0; i < bytes; i++) { in display_event() 477 &bytes) == HAB_SUCCESS) { in get_hab_status() 484 bytes = sizeof(event_data); in get_hab_status() 754 (csf_size >= bytes)); in chk_bounds() 777 if (bytes != 0) in csf_is_valid() 778 end = start + bytes - 1; in csf_is_valid() 911 size_t bytes; in imx_hab_authenticate_image() local 935 bytes = image_size; in imx_hab_authenticate_image() 1005 (size_t *)&bytes, NULL); in imx_hab_authenticate_image() [all …]
|
| A D | spl_imx_romapi.c | 141 u32 bytes; in spl_romapi_read_stream() local 145 bytes = end - ss->end; in spl_romapi_read_stream() 146 bytes += ss->pagesize - 1; in spl_romapi_read_stream() 147 bytes /= ss->pagesize; in spl_romapi_read_stream() 148 bytes *= ss->pagesize; in spl_romapi_read_stream() 150 debug("downloading another 0x%x bytes\n", bytes); in spl_romapi_read_stream() 151 ret = rom_api_download_image(ss->end, 0, bytes); in spl_romapi_read_stream() 154 printf("Failure download %d\n", bytes); in spl_romapi_read_stream() 158 ss->end += bytes; in spl_romapi_read_stream()
|
| /arch/arm/mach-zynqmp/ |
| A D | ecc_spl_init.c | 63 u64 bytes; in ecc_dram_bank_init() local 71 bytes = len; in ecc_dram_bank_init() 74 while (bytes > 0) { in ecc_dram_bank_init() 75 size = bytes > ZDMA_TRANSFER_MAX_LEN ? in ecc_dram_bank_init() 76 ZDMA_TRANSFER_MAX_LEN : (u32)bytes; in ecc_dram_bank_init() 149 bytes -= size; in ecc_dram_bank_init()
|
| /arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| A D | README.qspi | 27 SF: 65536 bytes @ 0x0 Erased: OK 29 SF: 164 bytes @ 0x0 Written: OK 38 SF: 589824 bytes @ 0x10000 Erased: OK 40 SF: 580966 bytes @ 0x10000 Written: OK
|
| /arch/arm/cpu/armv8/ |
| A D | sec_firmware.c | 332 int sec_firmware_get_random(uint8_t *rand, int bytes) in sec_firmware_get_random() argument 338 if (!bytes || bytes > 8) { in sec_firmware_get_random() 342 if (bytes <= 4) in sec_firmware_get_random() 353 memcpy(rand, &num, bytes); in sec_firmware_get_random()
|
| /arch/x86/cpu/quark/ |
| A D | Kconfig | 89 This device is defined in ACPI specification, with 16 bytes in size. 96 This device is defined in ACPI specification, with 16 bytes in size. 115 This device is defined in ACPI specification, with 64 bytes in size. 131 Space in bytes in eSRAM used as Cache-As-ARM (CAR).
|
| /arch/arm/lib/ |
| A D | memset.S | 43 stmiage ip!, {r1, r3, r8, lr} @ 64 bytes at a time. 48 ldmfdeq sp!, {r8, pc} @ Now <64 bytes to go. 118 blt 5b @ 1 bytes to align with?
|
| /arch/sandbox/include/asm/ |
| A D | spi.h | 32 int (*xfer)(void *priv, const u8 *rx, u8 *tx, uint bytes);
|
| /arch/arm/include/asm/armv8/ |
| A D | sec_firmware.h | 18 int sec_firmware_get_random(uint8_t *rand, int bytes);
|
| /arch/arm/dts/ |
| A D | imx53-kp-u-boot.dtsi | 16 u-boot,i2c-transaction-bytes = <3>;
|
| A D | bcm283x-rpi-usb-otg.dtsi | 8 * fifo sizes shouldn't exceed 3776 bytes.
|
| A D | rk3288-vyasa-u-boot.dtsi | 16 /* Add a dummy value to cause of-platdata think this is bytes */
|
| A D | rk3288-firefly-u-boot.dtsi | 22 /* Add a dummy value to cause of-platdata think this is bytes */
|
| /arch/powerpc/lib/ |
| A D | Kconfig | 9 many bytes to flush between each schedule() call.
|
| /arch/arm/mach-mvebu/include/mach/ |
| A D | efuse.h | 13 } bytes; member
|
| /arch/x86/cpu/tangier/ |
| A D | Kconfig | 29 Space in bytes in eSRAM used as Cache-As-RAM (CAR).
|
| /arch/x86/cpu/qemu/ |
| A D | Kconfig | 32 This device is defined in ACPI specification, with 16 bytes in size.
|
| /arch/x86/lib/ |
| A D | coreboot_table.c | 35 void *high_table_malloc(size_t bytes) in high_table_malloc() argument 40 new_ptr = gd->arch.high_table_ptr + bytes; in high_table_malloc()
|
| /arch/mips/mach-octeon/ |
| A D | cvmx-pko3-compat.c | 88 unsigned int segs = 0, bytes = 0; in cvmx_pko3_legacy_bufptr_validate() local 107 bytes += vptr[segs].s.size; in cvmx_pko3_legacy_bufptr_validate() 108 delta = bytes - total_bytes; in cvmx_pko3_legacy_bufptr_validate() 116 bytes += ptr.s.size; in cvmx_pko3_legacy_bufptr_validate() 121 delta = bytes - total_bytes; in cvmx_pko3_legacy_bufptr_validate()
|
| /arch/arm/mach-k3/r5/ |
| A D | Kconfig | 34 in raw mode. Units: MMC sectors (1 sector = 512 bytes). 49 Amount of memory (in bytes) reserved through dynamic allocation at
|
| /arch/powerpc/dts/ |
| A D | km836x.dtsi | 22 d-cache-line-size = <32>; /* 32 bytes */ 23 i-cache-line-size = <32>; /* 32 bytes */
|
| A D | cmpcpro.dts | 39 d-cache-line-size = <0x20>; // 32 bytes 40 i-cache-line-size = <0x20>; // 32 bytes
|
| A D | km8321.dtsi | 19 d-cache-line-size = <32>; // 32 bytes 20 i-cache-line-size = <32>; // 32 bytes
|
| /arch/x86/cpu/ |
| A D | u-boot-spl.lds | 57 * from 4 to 32 bytes.
|
| /arch/arc/lib/ |
| A D | _millicodethunk.S | 73 st r15, [sp,8] ; minimum function size to avoid stall: 6 bytes. 141 ld r15, [sp,8] ; minimum function size to avoid stall: 6 bytes.
|