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
1131
dprintf2("%s() errno: %d ENOSPC: %d\n", __func__, errno, ENOSPC);
tools/testing/selftests/mm/protection_keys.c
1133
dprintf2("%s() failed to allocate pkey after %d tries\n",
tools/testing/selftests/mm/protection_keys.c
1316
dprintf2("waitpid ret: %ld\n", ret);
tools/testing/selftests/mm/protection_keys.c
1317
dprintf2("waitpid status: %d\n", status);
tools/testing/selftests/mm/protection_keys.c
1390
dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents);
tools/testing/selftests/mm/protection_keys.c
1396
dprintf2("pkey_reg: %016llx\n", read_pkey_reg());
tools/testing/selftests/mm/protection_keys.c
1424
dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents);
tools/testing/selftests/mm/protection_keys.c
1437
dprintf2("pkey_reg: %016llx\n", read_pkey_reg());
tools/testing/selftests/mm/protection_keys.c
192
dprintf2("%s() raw pkey_reg: %016llx\n", __func__, pkey_reg);
tools/testing/selftests/mm/protection_keys.c
341
dprintf2("%s() trapno: %d ip: 0x%016lx info->si_code: %s/%d\n",
tools/testing/selftests/mm/protection_keys.c
411
dprintf2("[%d] SIGCHLD: %d\n", getpid(), x);
tools/testing/selftests/mm/protection_keys.c
614
dprintf2("new_nr_records: %zd\n", new_nr_records);
tools/testing/selftests/mm/protection_keys.c
615
dprintf2("new_size: %zd\n", new_size);
tools/testing/selftests/mm/protection_keys.c
71
dprintf2("%s(): writing '%s' to '%s'\n", __func__, str, file);
tools/testing/selftests/mm/protection_keys.c
804
dprintf2("%s(): last_pkey_faults: %d pkey_faults: %d\n",
tools/testing/selftests/mm/protection_keys.c
806
dprintf2("%s(%d): last_si_pkey: %d\n", __func__, pkey, last_si_pkey);