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()
1687 mach_vm_address_t address = get_vm_address(); in test_allocate_superpage_with_incompatible_flags()
1729 mach_vm_address_t address = get_vm_address(); in test_mach_vm_map_protection_inheritance_error()
1998 access_deallocated_range_address(get_vm_address(), "start"); in test_access_deallocated_range_start()
2005 access_deallocated_range_address(get_vm_address() + (round_page(get_vm_size()) >> 1), "middle"); in test_access_deallocated_range_middle()
2012 …access_deallocated_range_address(round_page(get_vm_size()) - vm_address_size + get_vm_address(), "… in test_access_deallocated_range_end()
2049 mach_vm_address_t address = get_vm_address(); in test_write_pattern_deallocate_reallocate_zero_filled()
2168 mach_vm_address_t address = get_vm_address(); in test_deallocate_in_null_map()
2191 mach_vm_address_t address = get_vm_address(); in test_read_address_offset()
2214 mach_vm_address_t address = get_vm_address(); in test_read_null_map()
2232 mach_vm_address_t address = get_vm_address(); in test_read_partially_deallocated_range()
2252 mach_vm_address_t address = get_vm_address(); in test_read_partially_unreadable_range()
2367 mach_vm_address_t address = get_vm_address(); in write_read_verify_pattern()
2372 mach_vm_address_t read_address = get_vm_address(); in write_read_verify_pattern()
2408 mach_vm_address_t address = get_vm_address(); in test_write_null_map()
2436 mach_vm_address_t address = get_vm_address(); in test_write_partially_deallocated_buffer()
2460 mach_vm_address_t address = get_vm_address(); in test_write_partially_unreadable_buffer()
2485 mach_vm_address_t address = get_vm_address(); in test_write_on_partially_deallocated_range()
2509 mach_vm_address_t address = get_vm_address(); in test_write_on_partially_unwritable_range()
2544 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_write()
2554 mach_vm_address_t address = get_vm_address(); in pattern_write()
2596 mach_vm_address_t source = get_vm_address(); in test_copy_null_map()
2707 mach_vm_address_t source = get_vm_address(); in write_copy_verify_pattern()
2750 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_copy_dest()
2763 mach_vm_address_t source = get_vm_address(); in test_copy_partially_deallocated_range()
2786 mach_vm_address_t source = get_vm_address(); in test_copy_partially_unreadable_range()
2812 mach_vm_address_t dest = get_vm_address(); in test_copy_dest_partially_deallocated_region()
2841 mach_vm_address_t source = get_vm_address(); in test_copy_source_partially_deallocated_region()
2865 mach_vm_address_t source = get_vm_address(); in test_copy_source_partially_unreadable_region()
2892 mach_vm_address_t dest = get_vm_address(); in test_copy_dest_partially_unwriteable_region()
2926 mach_vm_address_t source = get_vm_address(); in test_copy_source_on_partially_deallocated_range()
2950 mach_vm_address_t source = get_vm_address(); in test_copy_dest_on_partially_deallocated_range()
2974 mach_vm_address_t source = get_vm_address(); in test_copy_dest_on_partially_unwritable_range()
3004 mach_vm_address_t source = get_vm_address(); in test_copy_source_on_partially_unreadable_range()
3037 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_extended()
3045 mach_vm_address_t address = get_vm_address(); in test_zero_filled_readprotect()
3058 mach_vm_address_t address = get_vm_address(); in verify_protection()
3121 access_readprotected_range_address(mach_vm_trunc_page(get_vm_address()), "start"); in test_access_readprotected_range_start()
3128 mach_vm_address_t address = get_vm_address(); in test_access_readprotected_range_middle()
3136 …access_readprotected_range_address(round_page(get_vm_address() + get_vm_size()) - vm_address_size,… in test_access_readprotected_range_end()
3154 write_writeprotected_range_address(mach_vm_trunc_page(get_vm_address()), "start"); in test_write_writeprotected_range_start()
3161 mach_vm_address_t address = get_vm_address(); in test_write_writeprotected_range_middle()
3169 …write_writeprotected_range_address(round_page(get_vm_address() + get_vm_size()) - vm_address_size,… in test_write_writeprotected_range_end()