Home
last modified time | relevance | path

Searched refs:headsize (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/dtc/libfdt/
H A Dfdt_sw.c150 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()
/linux/mm/
H A Dsparse-vmemmap.c314 * 1) The first @headsize / PAGE_SIZE vmemmap pages were individually
320 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()
/linux/include/linux/
H A Dmm.h3834 unsigned long headsize);
3836 unsigned long headsize);
3838 unsigned long headsize);