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.c946 int ptr_contents; in test_read_of_write_disabled_region() local
950 ptr_contents = read_ptr(ptr); in test_read_of_write_disabled_region()
951 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_write_disabled_region()
956 int ptr_contents; in test_read_of_access_disabled_region() local
961 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region()
962 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region()
969 int ptr_contents; in test_read_of_access_disabled_region_with_page_already_mapped() local
973 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
975 ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
978 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
[all …]