Searched refs:headsize (Results 1 – 3 of 3) sorted by relevance
150 size_t headsize, tailsize; in fdt_resize() local158 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()
320 int node, unsigned long headsize) in vmemmap_undo_hvo() argument332 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() argument375 for (maddr = addr + headsize; maddr < end; maddr += PAGE_SIZE) { in vmemmap_wrprotect_hvo()387 int node, unsigned long headsize) in vmemmap_populate_hvo() argument392 for (maddr = addr; maddr < addr + headsize; maddr += PAGE_SIZE) { in vmemmap_populate_hvo()
4264 unsigned long headsize);4266 unsigned long headsize);4268 unsigned long headsize);