Searched refs:VM_MAP_PAGE_ALIGNED (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map_store_ll.c97 assert(VM_MAP_PAGE_ALIGNED((entry->vme_start), \
99 assert(VM_MAP_PAGE_ALIGNED((entry->vme_end), \
H A Dvm_map.c1322 assert(VM_MAP_PAGE_ALIGNED(new_entry->vme_start,
1324 assert(VM_MAP_PAGE_ALIGNED(new_entry->vme_end,
1661 if (!VM_MAP_PAGE_ALIGNED(size, VM_MAP_PAGE_MASK(map))) {
1803 assert(VM_MAP_PAGE_ALIGNED(start,
1848 assert(VM_MAP_PAGE_ALIGNED(*address,
2037 assert(VM_MAP_PAGE_ALIGNED(end,
2455 if (! VM_MAP_PAGE_ALIGNED(size,
3427 assert(VM_MAP_PAGE_ALIGNED(start,
3433 assert(VM_MAP_PAGE_ALIGNED(start,
3525 assert(VM_MAP_PAGE_ALIGNED(en
[all...]
H A Dvm_map.h1155 #define VM_MAP_PAGE_ALIGNED(x,pgmask) (((x) & (pgmask)) == 0) macro

Completed in 82 milliseconds