Home
last modified time | relevance | path

Searched refs:plain_ptr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dprotection_keys.c1321 int *plain_ptr = ALIGN_PTR_UP(plain_ptr_unaligned, PAGE_SIZE); in test_ptrace_of_child() local
1365 * Try to access the NON-pkey-protected "plain_ptr" via ptrace: in test_ptrace_of_child()
1367 ret = ptrace(PTRACE_PEEKDATA, child_pid, plain_ptr, ignored); in test_ptrace_of_child()
1371 peek_result = read_ptr(plain_ptr); in test_ptrace_of_child()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dprotection_keys.c1385 int *plain_ptr = ALIGN_PTR_UP(plain_ptr_unaligned, PAGE_SIZE); in test_ptrace_of_child() local
1429 * Try to access the NON-pkey-protected "plain_ptr" via ptrace: in test_ptrace_of_child()
1431 ret = ptrace(PTRACE_PEEKDATA, child_pid, plain_ptr, ignored); in test_ptrace_of_child()
1435 peek_result = read_ptr(plain_ptr); in test_ptrace_of_child()

Completed in 5 milliseconds