Searched refs:round_page_32 (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_param.h136 * bytes. The round_page_32 and trunc_page_32 macros should not be
145 #define round_page_32(x) (((uint32_t)(x) + PAGE_MASK) & ~((uint32_t)PAGE_MASK)) macro
165 #undef round_page_32
184 #define round_page_32(x) \
197 #define round_page_32(x) (0)
/darwin-on-arm/xnu/libkern/c++/
H A DOSSerialize.cpp158 capacity = (inCapacity) ? round_page_32(inCapacity) : round_page_32(1);
207 newCapacity = round_page_32(newCapacity);
H A DOSKext.cpp784 round_page_32(dt_mach_header_size));
790 round_page_32(dt_symtab_size));
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c444 npages = round_page_32(bp->nb_bufsize) / PAGE_SIZE;
1524 bp->nb_valid = (1 << (round_page_32(bp->nb_validend) / PAGE_SIZE)) - 1;
2180 bp->nb_validend = round_page_32(on+n);
2398 dend = round_page_32(dend);
2407 firstpg = round_page_32(doff) / PAGE_SIZE;
2507 firstpg = round_page_32(bp->nb_offio) / PAGE_SIZE;
3531 bp->nb_dirty &= (1 << (round_page_32(end)/PAGE_SIZE)) - 1;
H A Dnfs_vnops.c1669 bp->nb_dirty &= (1 << round_page_32(neweofoff)/PAGE_SIZE) - 1;
2943 for (; (end - 1) > (off_t)round_page_32(on+n-1); end-=PAGE_SIZE)
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c1362 vs->vs_size = ((atop_32(round_page_32(size)) - 1) >> vs->vs_clshift) + 1;
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c3247 size = round_page_32(size);

Completed in 134 milliseconds