Lines Matching refs:ptr_contents
1025 int ptr_contents; in test_read_of_write_disabled_region() local
1029 ptr_contents = read_ptr(ptr); in test_read_of_write_disabled_region()
1030 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_write_disabled_region()
1035 int ptr_contents; in test_read_of_access_disabled_region() local
1040 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region()
1041 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region()
1048 int ptr_contents; in test_read_of_access_disabled_region_with_page_already_mapped() local
1052 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
1054 ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
1057 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
1058 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
1482 int ptr_contents; in test_executing_on_unreadable_memory() local
1487 ptr_contents = read_ptr(p1); in test_executing_on_unreadable_memory()
1488 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_executing_on_unreadable_memory()
1509 int ptr_contents; in test_implicit_mprotect_exec_only_memory() local
1516 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()
1517 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_implicit_mprotect_exec_only_memory()
1549 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()