Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Daops.c26 s64 init_size; in ntfs_iomap_read_end_io() local
29 init_size = ni->initialized_size; in ntfs_iomap_read_end_io()
30 if (pos + iter.offset < init_size && in ntfs_iomap_read_end_io()
31 pos + iter.offset + iter.length > init_size) in ntfs_iomap_read_end_io()
32 folio_zero_segment(folio, offset_in_folio(folio, init_size), in ntfs_iomap_read_end_io()
/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
/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()
/linux/arch/x86/boot/
H A Dheader.S540 init_size: .long INIT_SIZE # kernel initialization size label
/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
885 Field name: init_size
911 memory_window_size = init_size;
1392 The range with setup_header.init_size from start address of loaded
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c621 le32_to_cpu(ucode->u.v2.init_size)); in iwl_parse_v1_v2_firmware()
640 le32_to_cpu(ucode->u.v1.init_size)); in iwl_parse_v1_v2_firmware()