Lines Matching refs:roundup
847 *notes_sz = roundup(phdr_sz, PAGE_SIZE);
861 phdr.p_offset = roundup(note_off, PAGE_SIZE);
876 *elfsz = roundup(*elfsz, PAGE_SIZE);
1038 *notes_sz = roundup(phdr_sz, PAGE_SIZE);
1052 phdr.p_offset = roundup(note_off, PAGE_SIZE);
1067 *elfsz = roundup(*elfsz, PAGE_SIZE);
1107 end = roundup(paddr + phdr_ptr->p_memsz, PAGE_SIZE);
1150 end = roundup(paddr + phdr_ptr->p_memsz, PAGE_SIZE);
1395 end = roundup(phdr->p_offset + phdr->p_memsz,
1415 end = roundup(phdr->p_offset + phdr->p_memsz,
1436 elfnotes_sz = roundup(elfnotes_orig_sz, PAGE_SIZE) + vmcoredd_orig_sz;
1479 data_size = roundup(sizeof(struct vmcoredd_header) + data->size,