Searched refs:trunc_page_32 (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Dvm_param.h136 * bytes. The round_page_32 and trunc_page_32 macros should not be
146 #define trunc_page_32(x) ((uint32_t)(x) & ~((uint32_t)PAGE_MASK)) macro
166 #undef trunc_page_32
189 #define trunc_page_32(x) \
198 #define trunc_page_32(x) (0)
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c2179 bp->nb_validoff = trunc_page_32(on);
2417 lastpg = (trunc_page_32(dend) - 1) / PAGE_SIZE;
2517 lastpg = (trunc_page_32(bp->nb_endio) - 1) / PAGE_SIZE;
H A Dnfs_vfsops.c3268 nmp->nm_biosize = trunc_page_32(iosize);
H A Dnfs4_vnops.c7563 lastpg = (trunc_page_32(retlen) - 1) / PAGE_SIZE;
H A Dnfs_vnops.c3237 for (; start < (off_t)trunc_page_32(on); start+=PAGE_SIZE)
/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor.c2248 unused_bytes = trunc_page_32(C_SEG_OFFSET_TO_BYTES(c_seg->c_populated_offset - c_seg->c_nextoffset));

Completed in 78 milliseconds