Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 20 of 20) sorted by relevance

/arch/arm/mach-ixp4xx/
Dixp4xx_npe.c529 struct dl_block blocks[0]; in npe_load_firmware() member
539 int i, j, err, data_size, instr_size, blocks, table_end; in npe_load_firmware() local
610 for (blocks = 0; blocks * sizeof(struct dl_block) / 4 < image->size; in npe_load_firmware()
611 blocks++) in npe_load_firmware()
612 if (image->blocks[blocks].type == FW_BLOCK_TYPE_EOF) in npe_load_firmware()
614 if (blocks * sizeof(struct dl_block) / 4 >= image->size) { in npe_load_firmware()
621 print_npe(KERN_DEBUG, npe, "%i firmware blocks found\n", blocks); in npe_load_firmware()
624 table_end = blocks * sizeof(struct dl_block) / 4 + 1 /* EOF marker */; in npe_load_firmware()
625 for (i = 0, blk = image->blocks; i < blocks; i++, blk++) { in npe_load_firmware()
/arch/x86/kernel/cpu/mcheck/
Dmce_amd_64.c69 struct threshold_block *blocks; member
428 if (per_cpu(threshold_banks, cpu)[bank]->blocks) in allocate_threshold_blocks()
430 &per_cpu(threshold_banks, cpu)[bank]->blocks->miscj); in allocate_threshold_blocks()
432 per_cpu(threshold_banks, cpu)[bank]->blocks = b; in allocate_threshold_blocks()
586 list_for_each_entry_safe(pos, tmp, &head->blocks->miscj, miscj) { in deallocate_threshold_block()
592 kfree(per_cpu(threshold_banks, cpu)[bank]->blocks); in deallocate_threshold_block()
593 per_cpu(threshold_banks, cpu)[bank]->blocks = NULL; in deallocate_threshold_block()
607 if (!b->blocks) in threshold_remove_bank()
614 if (shared_bank[bank] && b->blocks->cpu != cpu) { in threshold_remove_bank()
/arch/powerpc/kernel/
Drtas_flash.c94 struct flash_block blocks[FLASH_BLOCKS_PER_NODE]; member
159 if (f->blocks[i].data == NULL) { in flash_list_valid()
162 block_size = f->blocks[i].length; in flash_list_valid()
187 kmem_cache_free(flash_block_cache, f->blocks[i].data); in free_flash_list()
346 fl->blocks[next_free].data = p; in rtas_flash_write()
347 fl->blocks[next_free].length = count; in rtas_flash_write()
630 f->blocks[i].data = (char *)virt_to_abs(f->blocks[i].data); in rtas_flash_firmware()
631 image_size += f->blocks[i].length; in rtas_flash_firmware()
/arch/cris/arch-v32/boot/rescue/
Dhead.S19 ;; Start clocks for used blocks.
/arch/cris/arch-v32/boot/compressed/
Dhead.S23 ;; Start clocks for used blocks.
/arch/mips/cavium-octeon/
DKconfig36 This selects the size of CVMSEG LM, which is in cache blocks. The
37 legally range is from zero to 54 cache blocks (i.e. CVMSEG LM is
/arch/arm/plat-s3c24xx/
DKconfig41 Support for exporting the PWM timer blocks via the pwm device
77 peripheral blocks.
/arch/um/os-Linux/
Dfile.c285 long blocks; in os_file_size() local
294 if (ioctl(fd, BLKGETSIZE, &blocks) < 0) { in os_file_size()
301 *size_out = ((long long) blocks) * 512; in os_file_size()
/arch/arm/plat-s3c/
DKconfig79 will generate CRCs of all blocks of memory, and store them before
80 going to sleep. The blocks are then checked on resume for any
/arch/arm/boot/compressed/
Dhead-shark.S23 __ofw_data: .long 0 @ the number of memory blocks
/arch/parisc/hpux/
Dfs.c172 tmp.st_blocks = stat->blocks; in cp_hpux_stat()
/arch/arm/kernel/
Dsys_oabi-compat.c130 tmp.st_blocks = stat->blocks; in cp_oldabi_stat64()
/arch/sh/mm/
DKconfig99 support for these blocks by binding them to nodes and allowing
/arch/m68k/q40/
DREADME19 When something blocks interrupts (HD) it will lose some of them, so far
/arch/sparc/kernel/
Dsys_sparc32.c159 err |= put_user(stat->blocks, &statbuf->st_blocks); in cp_compat_stat64()
/arch/x86/ia32/
Dsys_ia32.c93 __put_user(stat->blocks, &ubuf->st_blocks)) in cp_stat64()
/arch/powerpc/
DKconfig463 blocks into "zones", where each zone is a power of two number of
466 blocks of physically contiguous memory, then you may need to
/arch/s390/kernel/
Dcompat_linux.c666 tmp.st_blocks = (u32)stat->blocks; in cp_stat64()
/arch/sh/lib/
Dmemcpy-sh4.S444 ! Copy the cache line aligned blocks
/arch/ia64/ia32/
Dsys_ia32.c1860 err |= __put_user(kbuf->blocks, &ubuf->st_blocks); in putstat64()