/openbmc/u-boot/tools/ |
H A D | rkcommon.c | 41 uint16_t init_size; member 166 hdr->init_size = DIV_ROUND_UP(file_size, RK_BLK_SIZE); in rkcommon_set_header0() 174 hdr->init_size = ROUND(hdr->init_size, 4); in rkcommon_set_header0() 183 hdr->init_boot_size = hdr->init_size + RK_MAX_BOOT_SIZE / RK_BLK_SIZE; in rkcommon_set_header0() 315 printf("Data Size: %d bytes\n", header0.init_size * RK_BLK_SIZE); in rkcommon_print_header()
|
/openbmc/qemu/tests/bench/ |
H A D | qht-bench.c | 51 static size_t init_size = DEFAULT_RANGE; variable 275 printf(" initial # of keys: %zu\n", init_size); in pr_params() 347 assert(init_size <= init_range); in htable_init() 351 fprintf(stderr, "Initialization: populating %zu items...", init_size); in htable_init() 352 for (i = 0; i < init_size; i++) { in htable_init() 464 init_size = atol(optarg); in parse_args() 470 init_size = atol(optarg); in parse_args()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | rqt.c | 17 u16 max_size, u32 *init_rqns, u16 init_size) in mlx5e_rqt_init() argument 28 inlen = MLX5_ST_SZ_BYTES(create_rqt_in) + sizeof(u32) * init_size; in mlx5e_rqt_init() 37 MLX5_SET(rqtc, rqtc, rqt_actual_size, init_size); in mlx5e_rqt_init() 38 for (i = 0; i < init_size; i++) in mlx5e_rqt_init()
|
/openbmc/linux/fs/ntfs/ |
H A D | aops.c | 60 s64 file_ofs, init_size; in ntfs_end_buffer_async_read() local 67 init_size = ni->initialized_size; in ntfs_end_buffer_async_read() 70 if (unlikely(init_size > i_size)) { in ntfs_end_buffer_async_read() 72 init_size = i_size; in ntfs_end_buffer_async_read() 75 if (unlikely(file_ofs + bh->b_size > init_size)) { in ntfs_end_buffer_async_read() 80 if (file_ofs < init_size) in ntfs_end_buffer_async_read() 81 ofs = init_size - file_ofs; in ntfs_end_buffer_async_read() 169 s64 init_size; in ntfs_read_block() local 215 init_size = ni->initialized_size; in ntfs_read_block() 218 if (unlikely(init_size > i_size)) { in ntfs_read_block() [all …]
|
/openbmc/u-boot/include/tee/ |
H A D | optee.h | 24 uint32_t init_size; member
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | sec-common.c | 308 tee_file_size = hdr->init_size + hdr->paged_size + in secure_tee_install() 324 tee_info.tee_arg0 = hdr->init_size + tee_info.tee_jump_addr; in secure_tee_install()
|
/openbmc/u-boot/lib/optee/ |
H A D | optee.c | 22 tee_file_size = hdr->init_size + hdr->paged_size + in optee_verify_image()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | kaslr.c | 337 * - kernel_total_size <= init_size 339 * - output + init_size >= output + output_size 349 * 0 output input input+input_size output+init_size 355 * output+init_size-ZO_INIT_SIZE output+output_size output+kernel_total_size 357 * [output, output+init_size) is the entire memory range used for 367 * [output+init_size-ZO_INIT_SIZE, output+init_size) is the worst-case 369 * covered backwards of size ZO_INIT_SIZE, starting from output+init_size.) 375 * [input+input_size, output+init_size) is [_text, _end) for ZO. This 380 * they can be merged, resulting in: [input, output+init_size) whic 386 unsigned long init_size = boot_params->hdr.init_size; mem_avoid_init() local [all...] |
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | bootparam.h | 70 __u32 init_size; member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | asm-offsets.c | 99 OFFSET(BP_init_size, boot_params, hdr.init_size); in common()
|
H A D | kexec-bzimage64.c | 499 kbuf.memsz = PAGE_ALIGN(header->init_size); in bzImage64_load()
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | bootparam.h | 105 __u32 init_size; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 1802 IL3945_UCODE_GET(init_size); 1824 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; in il3945_read_ucode() local 1866 init_size = il3945_ucode_get_init_size(ucode); in il3945_read_ucode() 1901 D_INFO("f/w package hdr init inst size = %u\n", init_size); in il3945_read_ucode() 1908 init_size + init_data_size + boot_size) { in il3945_read_ucode() 1928 if (init_size > IL39_MAX_INST_SIZE) { in il3945_read_ucode() 1930 init_size); in il3945_read_ucode() 1966 if (init_size && init_data_size) { in il3945_read_ucode() 1967 il->ucode_init.len = init_size; in il3945_read_ucode() 2006 if (init_size) { in il3945_read_ucode() [all …]
|
H A D | 4965-mac.c | 4696 size_t inst_size, data_size, init_size, init_data_size, boot_size; member 4722 pieces->init_size = le32_to_cpu(ucode->v1.init_size); in il4965_load_firmware() 4732 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware() 4744 src += pieces->init_size; in il4965_load_firmware() 4835 D_INFO("f/w package hdr init inst size = %zd\n", pieces.init_size); in il4965_ucode_callback() 4852 if (pieces.init_size > il->hw_params.max_inst_size) { in il4965_ucode_callback() 4854 pieces.init_size); in il4965_ucode_callback() 4889 if (pieces.init_size && pieces.init_data_size) { in il4965_ucode_callback() 4890 il->ucode_init.len = pieces.init_size; in il4965_ucode_callback() 4933 if (pieces.init_size) { in il4965_ucode_callback() [all …]
|
H A D | common.h | 752 __le32 init_size; /* bytes of init code */ member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | file.h | 20 __le32 init_size; /* bytes of init code */ member 29 __le32 init_size; /* bytes of init code */ member
|
/openbmc/qemu/hw/vfio/ |
H A D | migration.c | 414 uint64_t init_size = MIN(migration->precopy_init_size, data_size); in vfio_update_estimated_pending_data() local 416 migration->precopy_init_size -= init_size; in vfio_update_estimated_pending_data() 417 data_size -= init_size; in vfio_update_estimated_pending_data()
|
/openbmc/linux/drivers/regulator/ |
H A D | ab8500.c | 1639 int init_size; member 1650 abx500_regulator.init_size = AB8505_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info() 1657 abx500_regulator.init_size = AB8500_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info()
|
/openbmc/linux/io_uring/ |
H A D | rsrc.c | 298 size_t init_size = size; in io_alloc_page_table() local 310 io_free_page_table(table, init_size); in io_alloc_page_table()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | unwind.c | 186 const void *init_start, unsigned long init_size, in init_unwind_table() argument 193 table->init.range = init_size; in init_unwind_table()
|
/openbmc/linux/arch/x86/boot/ |
H A D | header.S | 535 init_size: .long INIT_SIZE # kernel initialization size label
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-drv.c | 517 le32_to_cpu(ucode->u.v2.init_size)); in iwl_parse_v1_v2_firmware() 536 le32_to_cpu(ucode->u.v1.init_size)); in iwl_parse_v1_v2_firmware()
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | boot.rst | 58 beyond the kernel_alignment added, new init_size and 226 0260/4 2.10+ init_size Linear memory required during initialization 884 Field name: init_size 1394 The range with setup_header.init_size from start address of loaded
|