Home
last modified time | relevance | path

Searched refs:mach_vm_round_page (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/libsyscall/mach/mach/
H A Dvm_page_size.h56 #define mach_vm_round_page(x) (((mach_vm_offset_t)(x) + vm_page_mask) & ~((signed)vm_page_mask)) macro
/xnu-12377.61.12/osfmk/mach/
H A Dvm_param.h122 #define mach_vm_round_page(x) (((mach_vm_offset_t)(x) + PAGE_MASK) & ~((signed)PAGE_MASK)) macro
419 #undef mach_vm_round_page
441 mach_vm_round_page(mach_vm_offset_t x) in mach_vm_round_page() function
/xnu-12377.61.12/SETUP/kextsymboltool/
H A Dkextsymboltool.c744 symsoffset = mach_vm_round_page(hdr.sizeofcmds); in main()
782 symsoffset = mach_vm_round_page(hdr.sizeofcmds); in main()
/xnu-12377.61.12/libsyscall/mach/
H A Dvm_reclaim.c94 mach_vm_size_t rounded_size = mach_vm_round_page(buffer_size); in round_buffer_len()
/xnu-12377.61.12/tests/vm/
H A Dvm_allocation.c1340 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()