Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/vm/
Dpkey-x86.h169 int ptr_contents; in expect_fault_on_read_execonly_key() local
171 ptr_contents = read_ptr(p1); in expect_fault_on_read_execonly_key()
172 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in expect_fault_on_read_execonly_key()
Dprotection_keys.c1026 int ptr_contents; in test_read_of_write_disabled_region() local
1030 ptr_contents = read_ptr(ptr); in test_read_of_write_disabled_region()
1031 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_write_disabled_region()
1036 int ptr_contents; in test_read_of_access_disabled_region() local
1041 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region()
1042 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region()
1049 int ptr_contents; in test_read_of_access_disabled_region_with_page_already_mapped() local
1053 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
1055 ptr_contents); in test_read_of_access_disabled_region_with_page_already_mapped()
1058 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region_with_page_already_mapped()
[all …]