Searched refs:NBPG (Results 1 – 10 of 10) sorted by relevance
53 #define NBPG PAGE_SIZE macro57 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
79 #define NBPG PAGE_SIZE macro82 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
116 #define NBPG PAGE_SIZE macro119 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
854 # ifdef NBPG858 # define _gl_getpagesize() (NBPG * CLSIZE)
1166 # ifdef NBPG1170 # define _gl_getpagesize() (NBPG * CLSIZE)
1420 mmap_buffer = (char *) mmap ((caddr_t)NULL, mmap_size+NBPG-1, in allocate_exs_buffer_ring()1427 mmap_buffer_aligned = (char *) ((uintptr_t)mmap_buffer & ~(NBPG-1)); in allocate_exs_buffer_ring()
1216 # ifdef NBPG1218 # define malloc_getpagesize NBPG1220 # define malloc_getpagesize (NBPG * CLSIZE)
1262 # ifdef NBPG1264 # define malloc_getpagesize NBPG1266 # define malloc_getpagesize (NBPG * CLSIZE)
1413 # ifdef NBPG1415 # define malloc_getpagesize NBPG1417 # define malloc_getpagesize (NBPG * CLSIZE)