Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/mm/
H A Dpkey-x86.h153 int ptr_contents; in expect_fault_on_read_execonly_key() local
155 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()
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()
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()
971 int ptr_contents; in test_read_of_access_disabled_region_with_page_already_mapped() local
977 ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
1406 int ptr_contents; in test_executing_on_unreadable_memory() local
1411 ptr_contents = read_ptr(p1); in test_executing_on_unreadable_memory()
1438 int ptr_contents; in test_implicit_mprotect_exec_only_memory() local
1445 ptr_contents = read_ptr(p1); in test_implicit_mprotect_exec_only_memory()
[all …]