Lines Matching refs:roundup
863 *notes_sz = roundup(phdr_sz, PAGE_SIZE);
877 phdr.p_offset = roundup(note_off, PAGE_SIZE);
892 *elfsz = roundup(*elfsz, PAGE_SIZE);
1054 *notes_sz = roundup(phdr_sz, PAGE_SIZE);
1068 phdr.p_offset = roundup(note_off, PAGE_SIZE);
1083 *elfsz = roundup(*elfsz, PAGE_SIZE);
1123 end = roundup(paddr + phdr_ptr->p_memsz, PAGE_SIZE);
1166 end = roundup(paddr + phdr_ptr->p_memsz, PAGE_SIZE);
1411 end = roundup(phdr->p_offset + phdr->p_memsz,
1431 end = roundup(phdr->p_offset + phdr->p_memsz,
1452 elfnotes_sz = roundup(elfnotes_orig_sz, PAGE_SIZE) + vmcoredd_orig_sz;
1495 data_size = roundup(sizeof(struct vmcoredd_header) + data->size,