Lines Matching refs:ptr_contents

1026 	int ptr_contents;  in test_read_of_write_disabled_region()  local
1030 ptr_contents = read_ptr(ptr); in test_read_of_write_disabled_region()
1031 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_write_disabled_region()
1036 int ptr_contents; in test_read_of_access_disabled_region() local
1041 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region()
1042 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region()
1049 int ptr_contents; in test_read_of_access_disabled_region_with_page_already_mapped() local
1053 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
1055 ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
1058 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
1059 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
1411 int ptr_contents; in test_executing_on_unreadable_memory() local
1416 ptr_contents = read_ptr(p1); in test_executing_on_unreadable_memory()
1417 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_executing_on_unreadable_memory()
1438 int ptr_contents; in test_implicit_mprotect_exec_only_memory() local
1445 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()
1446 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_implicit_mprotect_exec_only_memory()
1471 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()