Home
last modified time | relevance | path

Searched refs:round_page (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/
Dbrk.c68 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()
Dmunlock.c39 len = round_page ((vm_address_t) addr + len) - page; in munlock()
Dmlock.c40 len = round_page ((vm_address_t) addr + len) - page; in mlock()
Dreaddir64.c72 dirp->__allocation = round_page (dirp->__size); in __readdir64()
Dreaddir64_r.c73 dirp->__allocation = round_page (dirp->__size); in __readdir64_r()
Dgetcwd.c168 dirbufsize = round_page (dirdatasize); in __hurd_canonicalize_directory_name_internal()
Dptrace.c50 *size = round_page (addr + data) - trunc_page (addr); in ptrace()
/glibc-2.36/hurd/
Dhurdauth.c75 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()
/glibc-2.36/mach/
Dmach_init.h44 #define round_page(x) \ macro