Home
last modified time | relevance | path

Searched refs:ptr_contents (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c948 int ptr_contents; in test_read_of_write_disabled_region() local
952 ptr_contents = read_ptr(ptr); in test_read_of_write_disabled_region()
953 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_write_disabled_region()
958 int ptr_contents; in test_read_of_access_disabled_region() local
963 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region()
964 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region()
971 int ptr_contents; in test_read_of_access_disabled_region_with_page_already_mapped() local
975 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
977 ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
980 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
[all …]