Symbol: dprintf2
tools/testing/selftests/mm/pkey-x86.h
156
dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents);
tools/testing/selftests/mm/pkey-x86.h
85
dprintf2("cpu does not have PKU\n");
tools/testing/selftests/mm/pkey-x86.h
89
dprintf2("cpu does not have OSPKE\n");
tools/testing/selftests/mm/pkey_util.c
28
dprintf2("%s(0x%p, %zx, prot=%lx, pkey=%lx)\n", __func__,
tools/testing/selftests/mm/pkey_util.c
34
dprintf2("SYS_mprotect_key sret: %d\n", sret);
tools/testing/selftests/mm/pkey_util.c
35
dprintf2("SYS_mprotect_key prot: 0x%lx\n", orig_prot);
tools/testing/selftests/mm/pkey_util.c
36
dprintf2("SYS_mprotect_key failed, errno: %d\n", errno);
tools/testing/selftests/mm/protection_keys.c
1151
dprintf2("%s() errno: %d ENOSPC: %d\n", __func__, errno, ENOSPC);
tools/testing/selftests/mm/protection_keys.c
1153
dprintf2("%s() failed to allocate pkey after %d tries\n",
tools/testing/selftests/mm/protection_keys.c
1336
dprintf2("waitpid ret: %ld\n", ret);
tools/testing/selftests/mm/protection_keys.c
1337
dprintf2("waitpid status: %d\n", status);
tools/testing/selftests/mm/protection_keys.c
1410
dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents);
tools/testing/selftests/mm/protection_keys.c
1416
dprintf2("pkey_reg: %016llx\n", read_pkey_reg());
tools/testing/selftests/mm/protection_keys.c
1444
dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents);
tools/testing/selftests/mm/protection_keys.c
1457
dprintf2("pkey_reg: %016llx\n", read_pkey_reg());
tools/testing/selftests/mm/protection_keys.c
190
dprintf2("%s() raw pkey_reg: %016llx\n", __func__, pkey_reg);
tools/testing/selftests/mm/protection_keys.c
339
dprintf2("%s() trapno: %d ip: 0x%016lx info->si_code: %s/%d\n",
tools/testing/selftests/mm/protection_keys.c
409
dprintf2("[%d] SIGCHLD: %d\n", getpid(), x);
tools/testing/selftests/mm/protection_keys.c
612
dprintf2("new_nr_records: %zd\n", new_nr_records);
tools/testing/selftests/mm/protection_keys.c
613
dprintf2("new_size: %zd\n", new_size);
tools/testing/selftests/mm/protection_keys.c
69
dprintf2("%s(): writing '%s' to '%s'\n", __func__, str, file);
tools/testing/selftests/mm/protection_keys.c
824
dprintf2("%s(): last_pkey_faults: %d pkey_faults: %d\n",
tools/testing/selftests/mm/protection_keys.c
826
dprintf2("%s(%d): last_si_pkey: %d\n", __func__, pkey, last_si_pkey);