Lines Matching refs:get_vm_address
658 get_vm_address() in get_vm_address() function
1214 mach_vm_address_t address = get_vm_address(); in allocate()
1226 mach_vm_address_t old_address = get_vm_address(); in allocate()
1289 set_vm_address(get_vm_address() + 1); in set_up_vm_variables_and_allocate_extra_page()
1354 deallocate_range_except_page(get_vm_address(), get_vm_size(), get_already_deallocated_vm_page()); in deallocate()
1366 mach_vm_trunc_page(get_vm_address()), in deallocate_extra_page()
1378 mach_vm_trunc_page(get_vm_address()), in deallocate_vm_and_buffer()
1398 mach_vm_address_t vm_start = mach_vm_trunc_page(get_vm_address()); in deallocate_vm_page_early()
1441 mach_vm_address_t address = get_vm_address(); in read_deallocate()
1488 mach_vm_address_t address = get_vm_address(); in write_buffer()
1517 mach_vm_address_t source = get_vm_address(); in copy_deallocate()
1545 mach_vm_address_t source = get_vm_address(); in copy_region()
1584 mach_vm_address_t address = get_vm_address(); in set_up_vm_variables_allocate_protect()
1614 mach_vm_address_t address = get_vm_address(); in test_nonzero_address_iff_nonzero_size()
1626 mach_vm_address_t address = get_vm_address(); in test_aligned_address()
1678 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), aligned_size(get_vm_address(), … in test_zero_filled()
1685 …write_and_verify_pattern(empty, TRUE, get_vm_address(), round_page(get_vm_size()), "address-filled… in test_write_address_filled()
1691 …write_and_verify_pattern(checkerboard, FALSE, get_vm_address(), round_page(get_vm_size()), "checke… in test_write_checkerboard()
1697 …write_and_verify_pattern(checkerboard, TRUE, get_vm_address(), round_page(get_vm_size()), "reverse… in test_write_reverse_checkerboard()
1703 …write_and_verify_pattern(page_ends, FALSE, get_vm_address(), round_page(get_vm_size()), "page ends… in test_write_page_ends()
1709 …write_and_verify_pattern(page_ends, TRUE, get_vm_address(), round_page(get_vm_size()), "page inter… in test_write_page_interiors()
1723 mach_vm_address_t address = mach_vm_trunc_page(get_vm_address()); in test_reallocate_pages()
1724 mach_vm_size_t size = aligned_size(get_vm_address(), get_vm_size()); in test_reallocate_pages()
1745 mach_vm_address_t address = get_vm_address(); in test_allocate_in_null_map()
1760 mach_vm_address_t address = get_vm_address(); in test_allocate_with_kernel_flags()
1802 mach_vm_address_t address = get_vm_address(); in test_mach_vm_map_protection_inheritance_error()
2063 access_deallocated_range_address(get_vm_address(), "start"); in test_access_deallocated_range_start()
2070 access_deallocated_range_address(get_vm_address() + (round_page(get_vm_size()) >> 1), "middle"); in test_access_deallocated_range_middle()
2077 …access_deallocated_range_address(round_page(get_vm_size()) - vm_address_size + get_vm_address(), "… in test_access_deallocated_range_end()
2114 mach_vm_address_t address = get_vm_address(); in test_write_pattern_deallocate_reallocate_zero_filled()
2196 mach_vm_address_t address = get_vm_address(); in test_deallocate_in_null_map()
2215 mach_vm_address_t address = get_vm_address(); in test_read_address_offset()
2238 mach_vm_address_t address = get_vm_address(); in test_read_null_map()
2256 mach_vm_address_t address = get_vm_address(); in test_read_partially_deallocated_range()
2276 mach_vm_address_t address = get_vm_address(); in test_read_partially_unreadable_range()
2388 mach_vm_address_t address = get_vm_address(); in write_read_verify_pattern()
2393 mach_vm_address_t read_address = get_vm_address(); in write_read_verify_pattern()
2429 mach_vm_address_t address = get_vm_address(); in test_write_null_map()
2457 mach_vm_address_t address = get_vm_address(); in test_write_partially_deallocated_buffer()
2481 mach_vm_address_t address = get_vm_address(); in test_write_partially_unreadable_buffer()
2506 mach_vm_address_t address = get_vm_address(); in test_write_on_partially_deallocated_range()
2530 mach_vm_address_t address = get_vm_address(); in test_write_on_partially_unwritable_range()
2565 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_write()
2575 mach_vm_address_t address = get_vm_address(); in pattern_write()
2617 mach_vm_address_t source = get_vm_address(); in test_copy_null_map()
2725 mach_vm_address_t source = get_vm_address(); in write_copy_verify_pattern()
2768 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_copy_dest()
2781 mach_vm_address_t source = get_vm_address(); in test_copy_partially_deallocated_range()
2804 mach_vm_address_t source = get_vm_address(); in test_copy_partially_unreadable_range()
2830 mach_vm_address_t dest = get_vm_address(); in test_copy_dest_partially_deallocated_region()
2854 mach_vm_address_t source = get_vm_address(); in test_copy_source_partially_deallocated_region()
2878 mach_vm_address_t source = get_vm_address(); in test_copy_source_partially_unreadable_region()
2904 mach_vm_address_t dest = get_vm_address(); in test_copy_dest_partially_unwriteable_region()
2929 mach_vm_address_t source = get_vm_address(); in test_copy_source_on_partially_deallocated_range()
2953 mach_vm_address_t source = get_vm_address(); in test_copy_dest_on_partially_deallocated_range()
2977 mach_vm_address_t source = get_vm_address(); in test_copy_dest_on_partially_unwritable_range()
3007 mach_vm_address_t source = get_vm_address(); in test_copy_source_on_partially_unreadable_range()
3040 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_extended()
3048 mach_vm_address_t address = get_vm_address(); in test_zero_filled_readprotect()
3061 mach_vm_address_t address = get_vm_address(); in verify_protection()
3124 access_readprotected_range_address(mach_vm_trunc_page(get_vm_address()), "start"); in test_access_readprotected_range_start()
3131 mach_vm_address_t address = get_vm_address(); in test_access_readprotected_range_middle()
3139 …access_readprotected_range_address(round_page(get_vm_address() + get_vm_size()) - vm_address_size,… in test_access_readprotected_range_end()
3157 write_writeprotected_range_address(mach_vm_trunc_page(get_vm_address()), "start"); in test_write_writeprotected_range_start()
3164 mach_vm_address_t address = get_vm_address(); in test_write_writeprotected_range_middle()
3172 …write_writeprotected_range_address(round_page(get_vm_address() + get_vm_size()) - vm_address_size,… in test_write_writeprotected_range_end()