Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/vm/
H A Dvm_allocation.c653 get_vm_address() in get_vm_address() function
1171 mach_vm_address_t address = get_vm_address(); in allocate()
1187 mach_vm_address_t old_address = get_vm_address(); in allocate()
1248 set_vm_address(get_vm_address() + 1); in set_up_vm_variables_and_allocate_extra_page()
1293 deallocate_range(get_vm_address(), get_vm_size()); in deallocate()
1303 deallocate_range(mach_vm_trunc_page(get_vm_address()), get_vm_size() + 1); in deallocate_extra_page()
1311 deallocate_range(mach_vm_trunc_page(get_vm_address()), get_vm_size() + 1); in deallocate_vm_and_buffer()
1325 mach_vm_address_t address = get_vm_address(); in read_deallocate()
1372 mach_vm_address_t address = get_vm_address(); in write_buffer()
1401 mach_vm_address_t source = get_vm_address(); in copy_deallocate()
[all …]