Lines Matching refs:ptr_contents
1017 int ptr_contents; in test_read_of_write_disabled_region() local
1021 ptr_contents = read_ptr(ptr); in test_read_of_write_disabled_region()
1022 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_write_disabled_region()
1027 int ptr_contents; in test_read_of_access_disabled_region() local
1032 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region()
1033 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region()
1040 int ptr_contents; in test_read_of_access_disabled_region_with_page_already_mapped() local
1044 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
1046 ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
1049 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
1050 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
1474 int ptr_contents; in test_executing_on_unreadable_memory() local
1479 ptr_contents = read_ptr(p1); in test_executing_on_unreadable_memory()
1480 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_executing_on_unreadable_memory()
1501 int ptr_contents; in test_implicit_mprotect_exec_only_memory() local
1508 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()
1509 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_implicit_mprotect_exec_only_memory()
1541 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()