Home
last modified time | relevance | path

Searched refs:init_size (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/tools/
H A Drkcommon.c41 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 Dqht-bench.c51 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 Drqt.c17 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 Daops.c60 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 Doptee.h24 uint32_t init_size; member
/openbmc/u-boot/lib/optee/
H A Doptee.c22 tee_file_size = hdr->init_size + hdr->paged_size + in optee_verify_image()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dsec-common.c308 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/arch/x86/include/asm/
H A Dbootparam.h70 __u32 init_size; member
/openbmc/linux/arch/x86/boot/compressed/
H A Dkaslr.c386 unsigned long init_size = boot_params->hdr.init_size; in mem_avoid_init() local
395 mem_avoid[MEM_AVOID_ZO_RANGE].size = (output + init_size) - input; in mem_avoid_init()
/openbmc/linux/arch/x86/kernel/
H A Dasm-offsets.c99 OFFSET(BP_init_size, boot_params, hdr.init_size); in common()
H A Dkexec-bzimage64.c499 kbuf.memsz = PAGE_ALIGN(header->init_size); in bzImage64_load()
/openbmc/qemu/hw/vfio/
H A Dmigration.c319 uint64_t init_size = MIN(migration->precopy_init_size, data_size); in vfio_update_estimated_pending_data() local
321 migration->precopy_init_size -= init_size; in vfio_update_estimated_pending_data()
322 data_size -= init_size; in vfio_update_estimated_pending_data()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h105 __u32 init_size; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h20 __le32 init_size; /* bytes of init code */ member
29 __le32 init_size; /* bytes of init code */ member
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1802 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 D4965-mac.c4696 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()
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()
4935 pieces.init_size); in il4965_ucode_callback()
[all …]
H A Dcommon.h740 __le32 init_size; /* bytes of init code */ member
/openbmc/linux/drivers/regulator/
H A Dab8500.c1639 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 Drsrc.c298 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 Dunwind.c186 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 Dheader.S535 init_size: .long INIT_SIZE # kernel initialization size label
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c517 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 Dboot.rst58 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