Lines Matching refs:get_vm_address
645 get_vm_address() in get_vm_address() function
1163 mach_vm_address_t address = get_vm_address(); in allocate()
1179 mach_vm_address_t old_address = get_vm_address(); in allocate()
1240 set_vm_address(get_vm_address() + 1); in set_up_vm_variables_and_allocate_extra_page()
1285 deallocate_range(get_vm_address(), get_vm_size()); in deallocate()
1295 deallocate_range(mach_vm_trunc_page(get_vm_address()), get_vm_size() + 1); in deallocate_extra_page()
1303 deallocate_range(mach_vm_trunc_page(get_vm_address()), get_vm_size() + 1); in deallocate_vm_and_buffer()
1317 mach_vm_address_t address = get_vm_address(); in read_deallocate()
1364 mach_vm_address_t address = get_vm_address(); in write_buffer()
1393 mach_vm_address_t source = get_vm_address(); in copy_deallocate()
1421 mach_vm_address_t source = get_vm_address(); in copy_region()
1460 mach_vm_address_t address = get_vm_address(); in set_up_vm_variables_allocate_protect()
1490 mach_vm_address_t address = get_vm_address(); in test_nonzero_address_iff_nonzero_size()
1502 mach_vm_address_t address = get_vm_address(); in test_aligned_address()
1554 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), aligned_size(get_vm_address(), … in test_zero_filled()
1561 …write_and_verify_pattern(empty, TRUE, get_vm_address(), round_page(get_vm_size()), "address-filled… in test_write_address_filled()
1567 …write_and_verify_pattern(checkerboard, FALSE, get_vm_address(), round_page(get_vm_size()), "checke… in test_write_checkerboard()
1573 …write_and_verify_pattern(checkerboard, TRUE, get_vm_address(), round_page(get_vm_size()), "reverse… in test_write_reverse_checkerboard()
1579 …write_and_verify_pattern(page_ends, FALSE, get_vm_address(), round_page(get_vm_size()), "page ends… in test_write_page_ends()
1585 …write_and_verify_pattern(page_ends, TRUE, get_vm_address(), round_page(get_vm_size()), "page inter… in test_write_page_interiors()
1599 mach_vm_address_t address = mach_vm_trunc_page(get_vm_address()); in test_reallocate_pages()
1600 mach_vm_size_t size = aligned_size(get_vm_address(), get_vm_size()); in test_reallocate_pages()
1623 mach_vm_address_t address = get_vm_address(); in test_allocate_in_null_map()
1642 mach_vm_address_t address = get_vm_address(); in test_allocate_with_kernel_flags()
1684 mach_vm_address_t address = get_vm_address(); in test_mach_vm_map_protection_inheritance_error()
1950 access_deallocated_range_address(get_vm_address(), "start"); in test_access_deallocated_range_start()
1957 access_deallocated_range_address(get_vm_address() + (round_page(get_vm_size()) >> 1), "middle"); in test_access_deallocated_range_middle()
1964 …access_deallocated_range_address(round_page(get_vm_size()) - vm_address_size + get_vm_address(), "… in test_access_deallocated_range_end()
2001 mach_vm_address_t address = get_vm_address(); in test_write_pattern_deallocate_reallocate_zero_filled()
2120 mach_vm_address_t address = get_vm_address(); in test_deallocate_in_null_map()
2143 mach_vm_address_t address = get_vm_address(); in test_read_address_offset()
2166 mach_vm_address_t address = get_vm_address(); in test_read_null_map()
2184 mach_vm_address_t address = get_vm_address(); in test_read_partially_deallocated_range()
2204 mach_vm_address_t address = get_vm_address(); in test_read_partially_unreadable_range()
2319 mach_vm_address_t address = get_vm_address(); in write_read_verify_pattern()
2324 mach_vm_address_t read_address = get_vm_address(); in write_read_verify_pattern()
2360 mach_vm_address_t address = get_vm_address(); in test_write_null_map()
2388 mach_vm_address_t address = get_vm_address(); in test_write_partially_deallocated_buffer()
2412 mach_vm_address_t address = get_vm_address(); in test_write_partially_unreadable_buffer()
2437 mach_vm_address_t address = get_vm_address(); in test_write_on_partially_deallocated_range()
2461 mach_vm_address_t address = get_vm_address(); in test_write_on_partially_unwritable_range()
2496 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_write()
2506 mach_vm_address_t address = get_vm_address(); in pattern_write()
2548 mach_vm_address_t source = get_vm_address(); in test_copy_null_map()
2659 mach_vm_address_t source = get_vm_address(); in write_copy_verify_pattern()
2702 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_copy_dest()
2715 mach_vm_address_t source = get_vm_address(); in test_copy_partially_deallocated_range()
2738 mach_vm_address_t source = get_vm_address(); in test_copy_partially_unreadable_range()
2764 mach_vm_address_t dest = get_vm_address(); in test_copy_dest_partially_deallocated_region()
2793 mach_vm_address_t source = get_vm_address(); in test_copy_source_partially_deallocated_region()
2817 mach_vm_address_t source = get_vm_address(); in test_copy_source_partially_unreadable_region()
2844 mach_vm_address_t dest = get_vm_address(); in test_copy_dest_partially_unwriteable_region()
2878 mach_vm_address_t source = get_vm_address(); in test_copy_source_on_partially_deallocated_range()
2902 mach_vm_address_t source = get_vm_address(); in test_copy_dest_on_partially_deallocated_range()
2926 mach_vm_address_t source = get_vm_address(); in test_copy_dest_on_partially_unwritable_range()
2956 mach_vm_address_t source = get_vm_address(); in test_copy_source_on_partially_unreadable_range()
2989 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_extended()
2997 mach_vm_address_t address = get_vm_address(); in test_zero_filled_readprotect()
3010 mach_vm_address_t address = get_vm_address(); in verify_protection()
3073 access_readprotected_range_address(mach_vm_trunc_page(get_vm_address()), "start"); in test_access_readprotected_range_start()
3080 mach_vm_address_t address = get_vm_address(); in test_access_readprotected_range_middle()
3088 …access_readprotected_range_address(round_page(get_vm_address() + get_vm_size()) - vm_address_size,… in test_access_readprotected_range_end()
3106 write_writeprotected_range_address(mach_vm_trunc_page(get_vm_address()), "start"); in test_write_writeprotected_range_start()
3113 mach_vm_address_t address = get_vm_address(); in test_write_writeprotected_range_middle()
3121 …write_writeprotected_range_address(round_page(get_vm_address() + get_vm_size()) - vm_address_size,… in test_write_writeprotected_range_end()