Searched refs:ptr_contents (Results 1 – 2 of 2) sorted by relevance
153 int ptr_contents; in expect_fault_on_read_execonly_key() local155 ptr_contents = read_ptr(p1); in expect_fault_on_read_execonly_key()156 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in expect_fault_on_read_execonly_key()
1025 int ptr_contents; in test_read_of_write_disabled_region() local1029 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() local1040 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() local1052 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()[all …]