exec_map_page
if (exec_map_page(imgp, noteloc >> PAGE_SHIFT, &lwb, &page))
if (exec_map_page(imgp, (noteloc >> PAGE_SHIFT) + 1,
if (exec_map_page(imgp, pathloc >> PAGE_SHIFT, &lwb, &page))
if (exec_map_page(imgp, (pathloc >> PAGE_SHIFT) + 1, &lwb,
err = exec_map_page(imgp, 0, &imgp->firstpage, &imgp->image_header);
int exec_map_page(struct image_params *, vm_pindex_t, struct lwbuf **,