Searched refs:mapsize (Results 1 – 5 of 5) sorted by relevance
/arch/ia64/sn/pci/ |
D | tioca_provider.c | 375 int ps, ps_shift, entry, entries, mapsize; in tioca_dma_mapped() local 414 mapsize = tioca_kern->ca_pcigart_entries; in tioca_dma_mapped() 416 entry = bitmap_find_next_zero_area(map, mapsize, 0, entries, 0); in tioca_dma_mapped() 417 if (entry >= mapsize) { in tioca_dma_mapped()
|
/arch/parisc/include/asm/ |
D | grfioctl.h | 81 unsigned int mapsize; /* mapped size of framebuffer */ member
|
/arch/ia64/mm/ |
D | discontig.c | 327 unsigned long pernodesize = 0, pernode, pages, mapsize; in find_pernode_space() local 334 mapsize = bootmem_bootmap_pages(pages) << PAGE_SHIFT; in find_pernode_space() 355 if (start + len > (pernode + pernodesize + mapsize)) in find_pernode_space()
|
/arch/tile/kernel/ |
D | setup.c | 623 unsigned long start, end, mapsize, mapstart; in setup_bootmem_allocator_node() local 648 mapsize = bootmem_bootmap_pages(end - start); in setup_bootmem_allocator_node() 652 start += mapsize; in setup_bootmem_allocator_node() 655 mapstart = alloc_bootmem_pfn(0, PFN_PHYS(mapsize), 0); in setup_bootmem_allocator_node()
|
/arch/powerpc/sysdev/ |
D | mpic.c | 1328 unsigned int mapsize = BITS_TO_LONGS(intvec_top + 1); in mpic_alloc() local 1329 mpic->protected = kzalloc(mapsize*sizeof(long), GFP_KERNEL); in mpic_alloc()
|