| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | rkcommon.c | 95 uint16_t init_size; member 158 uint32_t init_size; member 222 spl_params.init_size = in rkcommon_check_params() 224 if (spl_params.init_size < 0) in rkcommon_check_params() 235 if (spl_params.init_size > rkcommon_get_spl_size(params)) { in rkcommon_check_params() 238 spl_params.init_size, rkcommon_get_spl_size(params)); in rkcommon_check_params() 313 hdr->init_size = spl_params.init_size / RK_BLK_SIZE; in rkcommon_set_header0() 325 hdr->init_size + spl_params.boot_size / RK_BLK_SIZE; in rkcommon_set_header0() 328 hdr->init_size + RK_MAX_BOOT_SIZE / RK_BLK_SIZE; in rkcommon_set_header0() 347 image_size_array[0] = spl_params.init_size; in rkcommon_set_header0_v2() [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/u-boot/include/tee/ |
| H A D | optee.h | 23 uint32_t init_size; member
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | umem.c | 103 unsigned int init_size; /* initial segment, in sectors, member 462 card->init_size) { in process_page() 463 card->init_size += le32_to_cpu(desc->transfer_size) >> 9; in process_page() 464 if (card->init_size >> 1 >= card->mm_size) { in process_page() 986 card->init_size = 0; in mm_pci_probe() 990 card->init_size = card->mm_size; in mm_pci_probe()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | sec-common.c | 303 tee_file_size = hdr->init_size + hdr->paged_size + in secure_tee_install() 323 tee_info.tee_arg0 = hdr->init_size + tee_info.tee_jump_addr; in secure_tee_install()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | kaslr.c | 390 unsigned long init_size = boot_params->hdr.init_size; in mem_avoid_init() local 399 mem_avoid[MEM_AVOID_ZO_RANGE].size = (output + init_size) - input; in mem_avoid_init()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | bootparam.h | 67 __u32 init_size; member
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | asm-offsets.c | 86 OFFSET(BP_init_size, boot_params, hdr.init_size); in common()
|
| H A D | kexec-bzimage64.c | 432 kbuf.memsz = PAGE_ALIGN(header->init_size); in bzImage64_load()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | x86-stub.c | 719 buffer_end = buffer_start + hdr->init_size; in efi_main() 726 hdr->init_size, hdr->init_size, in efi_main()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 3945-mac.c | 1810 IL3945_UCODE_GET(init_size); 1832 u32 api_ver, inst_size, data_size, init_size, init_data_size, boot_size; in il3945_read_ucode() local 1874 init_size = il3945_ucode_get_init_size(ucode); in il3945_read_ucode() 1909 D_INFO("f/w package hdr init inst size = %u\n", init_size); in il3945_read_ucode() 1916 init_size + init_data_size + boot_size) { in il3945_read_ucode() 1936 if (init_size > IL39_MAX_INST_SIZE) { in il3945_read_ucode() 1938 init_size); in il3945_read_ucode() 1974 if (init_size && init_data_size) { in il3945_read_ucode() 1975 il->ucode_init.len = init_size; in il3945_read_ucode() 2014 if (init_size) { in il3945_read_ucode() [all …]
|
| H A D | 4965-mac.c | 4697 size_t inst_size, data_size, init_size, init_data_size, boot_size; member 4723 pieces->init_size = le32_to_cpu(ucode->v1.init_size); in il4965_load_firmware() 4733 pieces->init_size + pieces->init_data_size + pieces->boot_size) { in il4965_load_firmware() 4745 src += pieces->init_size; in il4965_load_firmware() 4836 D_INFO("f/w package hdr init inst size = %zd\n", pieces.init_size); in il4965_ucode_callback() 4853 if (pieces.init_size > il->hw_params.max_inst_size) { in il4965_ucode_callback() 4855 pieces.init_size); in il4965_ucode_callback() 4890 if (pieces.init_size && pieces.init_data_size) { in il4965_ucode_callback() 4891 il->ucode_init.len = pieces.init_size; in il4965_ucode_callback() 4934 if (pieces.init_size) { in il4965_ucode_callback() [all …]
|
| H A D | common.h | 740 __le32 init_size; /* bytes of init code */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | file.h | 75 __le32 init_size; /* bytes of init code */ member 84 __le32 init_size; /* bytes of init code */ member
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | bootparam.h | 102 __u32 init_size; member
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | ab8500.c | 1525 int init_size; member 1536 abx500_regulator.init_size = AB8505_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info() 1543 abx500_regulator.init_size = AB8500_NUM_REGULATOR_REGISTERS; in abx500_get_regulator_info()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | unwind.c | 186 const void *init_start, unsigned long init_size, in init_unwind_table() argument 196 table->init.range = init_size; in init_unwind_table()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | header.S | 577 init_size: .long INIT_SIZE # kernel initialization size label
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-drv.c | 536 le32_to_cpu(ucode->u.v2.init_size)); in iwl_parse_v1_v2_firmware() 555 le32_to_cpu(ucode->u.v1.init_size)); in iwl_parse_v1_v2_firmware()
|
| /OK3568_Linux_fs/kernel/Documentation/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 883 Field name: init_size 1393 The range with setup_header.init_size from start address of loaded
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 7550 size_t init_size = size; in io_alloc_page_table() local 7562 io_free_page_table(table, init_size); in io_alloc_page_table()
|