Lines Matching defs:size
72 unsigned long size, pgprot_t vma_prot)
75 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot);
112 * @chunk: the max size of the chunks
125 int __ref arch_add_memory(int nid, u64 start, u64 size,
129 unsigned long nr_pages = size >> PAGE_SHIFT;
133 rc = create_section_mapping(start, start + size, nid,
137 start, start + size, rc);
144 void __ref arch_remove_memory(int nid, u64 start, u64 size,
148 unsigned long nr_pages = size >> PAGE_SHIFT;
155 flush_dcache_range_chunked(start, start + size, FLUSH_CHUNK_SIZE);
157 ret = remove_section_mapping(start, start + size);
246 printk(KERN_DEBUG "Memory hole size: %ldMB\n",
389 unsigned long size = stop - (unsigned long)addr + (bytes - 1);
392 for (i = 0; i < size >> shift; i++, addr += bytes)