Searched refs:round_page (Results 1 – 9 of 9) sorted by relevance
68 vm_address_t pagend = round_page (addr); in weak_alias()69 vm_address_t pagebrk = round_page (_hurd_brk); in weak_alias()151 pagend = round_page (_hurd_brk); in init_brk()153 _hurd_data_end = round_page (brk_start + DATA_SIZE); in init_brk()
39 len = round_page ((vm_address_t) addr + len) - page; in munlock()
40 len = round_page ((vm_address_t) addr + len) - page; in mlock()
72 dirp->__allocation = round_page (dirp->__size); in __readdir64()
73 dirp->__allocation = round_page (dirp->__size); in __readdir64_r()
168 dirbufsize = round_page (dirdatasize); in __hurd_canonicalize_directory_name_internal()
50 *size = round_page (addr + data) - trunc_page (addr); in ptrace()
75 offset = (round_page (nexist + nnew * sizeof (uid_t)) in _S_msg_add_auth()76 - round_page (j * sizeof (uid_t))); in _S_msg_add_auth()
44 #define round_page(x) \ macro