Lines Matching refs:ptr_contents
1011 int ptr_contents; in test_read_of_write_disabled_region() local
1015 ptr_contents = read_ptr(ptr); in test_read_of_write_disabled_region()
1016 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_write_disabled_region()
1021 int ptr_contents; in test_read_of_access_disabled_region() local
1026 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region()
1027 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region()
1034 int ptr_contents; in test_read_of_access_disabled_region_with_page_already_mapped() local
1038 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
1040 ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
1043 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
1044 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
1468 int ptr_contents; in test_executing_on_unreadable_memory() local
1473 ptr_contents = read_ptr(p1); in test_executing_on_unreadable_memory()
1474 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_executing_on_unreadable_memory()
1500 int ptr_contents; in test_implicit_mprotect_exec_only_memory() local
1507 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()
1508 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_implicit_mprotect_exec_only_memory()
1540 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()