Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/vm/
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()
Dprotection_keys.c1025 int ptr_contents; in test_read_of_write_disabled_region() local
1029 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() local
1040 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() local
1052 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 …]