Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dpkey-x86.h79 dprintf2("cpu does not have PKU\n"); in cpu_has_pkeys()
83 dprintf2("cpu does not have OSPKE\n"); in cpu_has_pkeys()
150 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in expect_fault_on_read_execonly_key()
H A Dprotection_keys.c407 dprintf2("[%d] SIGCHLD: %d\n", getpid(), x); in sig_chld()
466 dprintf2("%s(0x%p, %zx, prot=%lx, pkey=%lx)\n", __func__, in sys_mprotect_pkey()
472 dprintf2("SYS_mprotect_key sret: %d\n", sret); in sys_mprotect_pkey()
473 dprintf2("SYS_mprotect_key prot: 0x%lx\n", orig_prot); in sys_mprotect_pkey()
474 dprintf2("SYS_mprotect_key failed, errno: %d\n", errno); in sys_mprotect_pkey()
647 dprintf2("new_nr_records: %zd\n", new_nr_records); in record_pkey_malloc()
648 dprintf2("new_size: %zd\n", new_size); in record_pkey_malloc()
1406 dprintf2("waitpid ret: %ld\n", ret); in test_ptrace_of_child()
1407 dprintf2("waitpid status: %d\n", status); in test_ptrace_of_child()
1486 dprintf2("pkey_reg: %016llx\n", read_pkey_reg()); in test_executing_on_unreadable_memory()
[all …]
H A Dpkey-helpers.h66 #define dprintf2(args...) dprintf_level(2, args) macro