Searched refs:mach_vm_round_page (Results 1 – 5 of 5) sorted by relevance
56 #define mach_vm_round_page(x) (((mach_vm_offset_t)(x) + vm_page_mask) & ~((signed)vm_page_mask)) macro
122 #define mach_vm_round_page(x) (((mach_vm_offset_t)(x) + PAGE_MASK) & ~((signed)PAGE_MASK)) macro419 #undef mach_vm_round_page441 mach_vm_round_page(mach_vm_offset_t x) in mach_vm_round_page() function
744 symsoffset = mach_vm_round_page(hdr.sizeofcmds); in main()782 symsoffset = mach_vm_round_page(hdr.sizeofcmds); in main()
94 mach_vm_size_t rounded_size = mach_vm_round_page(buffer_size); in round_buffer_len()
1340 mach_vm_address_t end = mach_vm_round_page(address + size); in deallocate_range_except_page()1399 mach_vm_address_t vm_end = mach_vm_round_page(vm_start + get_vm_size() + 1); in deallocate_vm_page_early()1419 …mach_vm_address_t buffer_end = mach_vm_round_page(buffer_start + get_buffer_size() + get_buffer_of… in deallocate_buffer_page_early()