Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c1005 int ptr_contents; in test_read_of_write_disabled_region() local
1009 ptr_contents = read_ptr(ptr); in test_read_of_write_disabled_region()
1010 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_write_disabled_region()
1015 int ptr_contents; in test_read_of_access_disabled_region() local
1020 ptr_contents = read_ptr(ptr); in test_read_of_access_disabled_region()
1021 dprintf1("*ptr: %d\n", ptr_contents); in test_read_of_access_disabled_region()
1338 int ptr_contents; in test_executing_on_unreadable_memory() local
1343 ptr_contents = read_ptr(p1); in test_executing_on_unreadable_memory()
1344 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in test_executing_on_unreadable_memory()
1358 ptr_contents = read_ptr(p1); in test_executing_on_unreadable_memory()
[all …]