Searched refs:trunc_page_64 (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_param.h91 * The round_page_64 and trunc_page_64 macros should be used instead.
137 * use on 64 bit types. The round_page_64 and trunc_page_64 macros
148 #define trunc_page_64(x) ((uint64_t)(x) & ~((uint64_t)PAGE_MASK_64)) macro
170 #undef trunc_page_64
205 #define trunc_page_64(x) ((uint64_t)((x) + (uint8_t *)0))
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp456 range0Addr = trunc_page_64(range0Addr);
1454 address = trunc_page_64(dataP->fMappedBase) + ptoa_64(ioplInfo.fMappedPage) + offset;
1931 end = atop_64(trunc_page_64(pa + count));
1943 end = atop_64(trunc_page_64(pa + count));
2132 startPage = trunc_page_64(startPage);
2641 address = trunc_page_64(mapping->fAddress);
2663 get_task_map(_task), trunc_page_64(srcAddr),
2991 ref.sourceOffset = trunc_page_64(offset);
3023 ref.sourceOffset = trunc_page_64(offset);
3135 address = trunc_page_64(mappin
[all...]
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c531 pmap_remove(pmap, trunc_page_64(va), round_page_64(va + length));
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c761 lastpg = trunc_page_64(nsize);
1423 beg_off = trunc_page_64(beg_off);
H A Dmach_loader.c920 map_addr = trunc_page_64(scp->vmaddr); /* JVXXX note that in XNU TOT this is round instead of trunc for 64 bits */
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c1055 start = trunc_page_64(np->n_size) + PAGE_SIZE_64;
1056 end = trunc_page_64(NBOFF(bp) + bp->nb_bufsize);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_object.c3078 assert(size == trunc_page_64(size)); /* Will the loop terminate? */
5486 if ((base_offset = trunc_page_64(offset)) != offset) {
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c2684 pmap_remove(kernel_pmap, trunc_page_64(lastVideoVirt),
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c1228 if (vnode_pageout(vp, upl, trunc_page(upl_offset), trunc_page_64(f_offset), PAGE_SIZE, pageout_flags, NULL) != PAGER_SUCCESS) {

Completed in 65 milliseconds