Searched refs:ptr_contents (Results 1 – 2 of 2) sorted by relevance
147 int ptr_contents; in expect_fault_on_read_execonly_key() local149 ptr_contents = read_ptr(p1); in expect_fault_on_read_execonly_key()150 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in expect_fault_on_read_execonly_key()
1017 int ptr_contents; in test_read_of_write_disabled_region() local1021 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() local1032 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() local1044 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()[all …]