Searched refs:headsize (Results 1 – 3 of 3) sorted by relevance
150 size_t headsize, tailsize; in fdt_resize() local 158 headsize = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_resize() 162 headsize + tailsize > fdt_totalsize(fdt)) in fdt_resize() 165 if ((headsize + tailsize) > (unsigned)bufsize) in fdt_resize() 174 memmove(buf, fdt, headsize); in fdt_resize() 178 memmove(buf, fdt, headsize); in fdt_resize()
314 * 1) The first @headsize / PAGE_SIZE vmemmap pages were individually320 int node, unsigned long headsize) in vmemmap_undo_hvo() argument 332 headpages = headsize >> PAGE_SHIFT; in vmemmap_undo_hvo() 337 for (maddr = addr + headsize; maddr < end; maddr += PAGE_SIZE) { in vmemmap_undo_hvo() 370 int node, unsigned long headsize) in vmemmap_wrprotect_hvo() argument 375 for (maddr = addr + headsize; maddr < end; maddr += PAGE_SIZE) { in vmemmap_wrprotect_hvo() 387 int node, unsigned long headsize) in vmemmap_populate_hvo() argument 392 for (maddr = addr; maddr < addr + headsize; maddr += PAGE_SIZE) { in vmemmap_populate_hvo()
3834 unsigned long headsize);3836 unsigned long headsize);3838 unsigned long headsize);