Lines Matching refs:get_vm_address

653 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()
1429 mach_vm_address_t source = get_vm_address(); in copy_region()
1468 mach_vm_address_t address = get_vm_address(); in set_up_vm_variables_allocate_protect()
1498 mach_vm_address_t address = get_vm_address(); in test_nonzero_address_iff_nonzero_size()
1510 mach_vm_address_t address = get_vm_address(); in test_aligned_address()
1562 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), aligned_size(get_vm_address(), … in test_zero_filled()
1569 …write_and_verify_pattern(empty, TRUE, get_vm_address(), round_page(get_vm_size()), "address-filled… in test_write_address_filled()
1575 …write_and_verify_pattern(checkerboard, FALSE, get_vm_address(), round_page(get_vm_size()), "checke… in test_write_checkerboard()
1581 …write_and_verify_pattern(checkerboard, TRUE, get_vm_address(), round_page(get_vm_size()), "reverse… in test_write_reverse_checkerboard()
1587 …write_and_verify_pattern(page_ends, FALSE, get_vm_address(), round_page(get_vm_size()), "page ends… in test_write_page_ends()
1593 …write_and_verify_pattern(page_ends, TRUE, get_vm_address(), round_page(get_vm_size()), "page inter… in test_write_page_interiors()
1607 mach_vm_address_t address = mach_vm_trunc_page(get_vm_address()); in test_reallocate_pages()
1608 mach_vm_size_t size = aligned_size(get_vm_address(), get_vm_size()); in test_reallocate_pages()
1631 mach_vm_address_t address = get_vm_address(); in test_allocate_in_null_map()
1650 mach_vm_address_t address = get_vm_address(); in test_allocate_with_kernel_flags()
1692 mach_vm_address_t address = get_vm_address(); in test_mach_vm_map_protection_inheritance_error()
1961 access_deallocated_range_address(get_vm_address(), "start"); in test_access_deallocated_range_start()
1968 access_deallocated_range_address(get_vm_address() + (round_page(get_vm_size()) >> 1), "middle"); in test_access_deallocated_range_middle()
1975 …access_deallocated_range_address(round_page(get_vm_size()) - vm_address_size + get_vm_address(), "… in test_access_deallocated_range_end()
2012 mach_vm_address_t address = get_vm_address(); in test_write_pattern_deallocate_reallocate_zero_filled()
2131 mach_vm_address_t address = get_vm_address(); in test_deallocate_in_null_map()
2154 mach_vm_address_t address = get_vm_address(); in test_read_address_offset()
2177 mach_vm_address_t address = get_vm_address(); in test_read_null_map()
2195 mach_vm_address_t address = get_vm_address(); in test_read_partially_deallocated_range()
2215 mach_vm_address_t address = get_vm_address(); in test_read_partially_unreadable_range()
2330 mach_vm_address_t address = get_vm_address(); in write_read_verify_pattern()
2335 mach_vm_address_t read_address = get_vm_address(); in write_read_verify_pattern()
2371 mach_vm_address_t address = get_vm_address(); in test_write_null_map()
2399 mach_vm_address_t address = get_vm_address(); in test_write_partially_deallocated_buffer()
2423 mach_vm_address_t address = get_vm_address(); in test_write_partially_unreadable_buffer()
2448 mach_vm_address_t address = get_vm_address(); in test_write_on_partially_deallocated_range()
2472 mach_vm_address_t address = get_vm_address(); in test_write_on_partially_unwritable_range()
2507 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_write()
2517 mach_vm_address_t address = get_vm_address(); in pattern_write()
2559 mach_vm_address_t source = get_vm_address(); in test_copy_null_map()
2670 mach_vm_address_t source = get_vm_address(); in write_copy_verify_pattern()
2713 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_copy_dest()
2726 mach_vm_address_t source = get_vm_address(); in test_copy_partially_deallocated_range()
2749 mach_vm_address_t source = get_vm_address(); in test_copy_partially_unreadable_range()
2775 mach_vm_address_t dest = get_vm_address(); in test_copy_dest_partially_deallocated_region()
2804 mach_vm_address_t source = get_vm_address(); in test_copy_source_partially_deallocated_region()
2828 mach_vm_address_t source = get_vm_address(); in test_copy_source_partially_unreadable_region()
2855 mach_vm_address_t dest = get_vm_address(); in test_copy_dest_partially_unwriteable_region()
2889 mach_vm_address_t source = get_vm_address(); in test_copy_source_on_partially_deallocated_range()
2913 mach_vm_address_t source = get_vm_address(); in test_copy_dest_on_partially_deallocated_range()
2937 mach_vm_address_t source = get_vm_address(); in test_copy_dest_on_partially_unwritable_range()
2967 mach_vm_address_t source = get_vm_address(); in test_copy_source_on_partially_unreadable_range()
3000 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_extended()
3008 mach_vm_address_t address = get_vm_address(); in test_zero_filled_readprotect()
3021 mach_vm_address_t address = get_vm_address(); in verify_protection()
3084 access_readprotected_range_address(mach_vm_trunc_page(get_vm_address()), "start"); in test_access_readprotected_range_start()
3091 mach_vm_address_t address = get_vm_address(); in test_access_readprotected_range_middle()
3099 …access_readprotected_range_address(round_page(get_vm_address() + get_vm_size()) - vm_address_size,… in test_access_readprotected_range_end()
3117 write_writeprotected_range_address(mach_vm_trunc_page(get_vm_address()), "start"); in test_write_writeprotected_range_start()
3124 mach_vm_address_t address = get_vm_address(); in test_write_writeprotected_range_middle()
3132 …write_writeprotected_range_address(round_page(get_vm_address() + get_vm_size()) - vm_address_size,… in test_write_writeprotected_range_end()