Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 8 of 8) sorted by relevance

/arch/x86/kernel/cpu/microcode/
Dintel.c182 unsigned long total_size, data_size, ext_table_size; in microcode_sanity_check() local
188 total_size = get_totalsize(mc_header); in microcode_sanity_check()
191 if (data_size + MC_HEADER_SIZE > total_size) { in microcode_sanity_check()
203 ext_table_size = total_size - (MC_HEADER_SIZE + data_size); in microcode_sanity_check()
380 unsigned int sig, pf, rev, total_size, data_size, date; in show_saved_mc() local
409 total_size = get_totalsize(mc_saved_header); in show_saved_mc()
413 i++, sig, pf, rev, total_size, in show_saved_mc()
419 if (total_size <= data_size + MC_HEADER_SIZE) in show_saved_mc()
/arch/x86/platform/efi/
Dquirks.c617 cap_info->total_size = csh->headersize; in qrk_capsule_setup_info()
654 cap_info->total_size = 0; in efi_capsule_setup_info()
673 cap_info->total_size += cap_info->header.imagesize; in efi_capsule_setup_info()
Defi.c111 u64 mirror_size = 0, total_size = 0; in efi_find_mirror() local
120 total_size += size; in efi_find_mirror()
128 mirror_size>>20, total_size>>20); in efi_find_mirror()
/arch/powerpc/platforms/pasemi/
Ddma_lib.c170 int total_size, int offset) in pasemi_dma_alloc_chan() argument
176 BUG_ON(total_size < sizeof(struct pasemi_dmachan)); in pasemi_dma_alloc_chan()
178 buf = kzalloc(total_size, GFP_KERNEL); in pasemi_dma_alloc_chan()
/arch/powerpc/kernel/
Dnvram_64.c989 int total_size; in nvram_scan_partitions() local
994 total_size = ppc_md.nvram_size(); in nvram_scan_partitions()
1002 while (cur_index < total_size) { in nvram_scan_partitions()
/arch/s390/kernel/
Dcrash_dump.c33 .total_size = 0,
646 oldmem_type.total_size = OLDMEM_SIZE; in elfcorehdr_alloc()
Dsetup.c729 (unsigned long)memblock.memory.total_size >> 20); in reserve_crashkernel()
/arch/powerpc/include/asm/
Dpasemi_dma.h496 int total_size, int offset);