Symbol: dprintf1
tools/testing/selftests/mm/pkey-helpers.h
207
dprintf1("SKIP: %s: no CPU support\n", __func__);
tools/testing/selftests/mm/pkey-helpers.h
213
dprintf1("SKIP: %s: no kernel support\n", __func__);
tools/testing/selftests/mm/pkey-powerpc.h
125
dprintf1("doing %s(size=%ld, prot=0x%x, pkey=%d)\n", __func__,
tools/testing/selftests/mm/pkey-powerpc.h
141
dprintf1("%s() for pkey %d @ %p\n", __func__, pkey, ptr);
tools/testing/selftests/mm/pkey_util.c
11
dprintf1("%s(flags=%lx, init_val=%lx) syscall ret: %d errno: %d\n",
tools/testing/selftests/mm/pkey_util.c
19
dprintf1("%s(pkey=%ld) syscall ret: %d\n", __func__, pkey, ret);
tools/testing/selftests/mm/protection_keys.c
1005
dprintf1("disabling access to PKEY[%02d], "
tools/testing/selftests/mm/protection_keys.c
1009
dprintf1("read ret: %d\n", ret);
tools/testing/selftests/mm/protection_keys.c
1020
dprintf1("read ret: %d\n", ret);
tools/testing/selftests/mm/protection_keys.c
1035
dprintf1("disabling access to PKEY[%02d], "
tools/testing/selftests/mm/protection_keys.c
1041
dprintf1("vmsplice() ret: %d\n", vmsplice_ret);
tools/testing/selftests/mm/protection_keys.c
1054
dprintf1("disabling write to PKEY[%02d], "
tools/testing/selftests/mm/protection_keys.c
1062
dprintf1("futex() ret: %d\n", futex_ret);
tools/testing/selftests/mm/protection_keys.c
1076
dprintf1("trying get/set/free to non-allocated pkey: %2d\n", i);
tools/testing/selftests/mm/protection_keys.c
1124
dprintf1("%s() alloc loop: %d\n", __func__, i);
tools/testing/selftests/mm/protection_keys.c
125
dprintf1("enabled tracing\n");
tools/testing/selftests/mm/protection_keys.c
1303
dprintf1("[%d] child pid: %d\n", getpid(), child_pid);
tools/testing/selftests/mm/protection_keys.c
1308
dprintf1("[%d] attach ret: %ld %d\n", getpid(), ret, __LINE__);
tools/testing/selftests/mm/protection_keys.c
1419
dprintf1("%s() start\n", __func__);
tools/testing/selftests/mm/protection_keys.c
1667
dprintf1("SKIP: %s: no CPU support\n", __func__);
tools/testing/selftests/mm/protection_keys.c
1717
dprintf1("======================\n");
tools/testing/selftests/mm/protection_keys.c
1718
dprintf1("test %d preparing...\n", test_nr);
tools/testing/selftests/mm/protection_keys.c
1722
dprintf1("test %d starting with pkey: %d\n", test_nr, pkey);
tools/testing/selftests/mm/protection_keys.c
1724
dprintf1("test %d starting...\n", test_nr);
tools/testing/selftests/mm/protection_keys.c
1726
dprintf1("freeing test memory: %p\n", ptr);
tools/testing/selftests/mm/protection_keys.c
1730
dprintf1("pkey_faults: %d\n", pkey_faults);
tools/testing/selftests/mm/protection_keys.c
1731
dprintf1("orig_pkey_faults: %d\n", orig_pkey_faults);
tools/testing/selftests/mm/protection_keys.c
1737
dprintf1("======================\n\n");
tools/testing/selftests/mm/protection_keys.c
182
dprintf1("dump[%03d][@%p]: %016llx\n", i, ptr, *ptr);
tools/testing/selftests/mm/protection_keys.c
190
dprintf1("%s(pkey=%d, flags=%lx) = %x / %d\n",
tools/testing/selftests/mm/protection_keys.c
224
dprintf1("START->%s(%d, 0x%x)\n", __func__,
tools/testing/selftests/mm/protection_keys.c
230
dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__,
tools/testing/selftests/mm/protection_keys.c
241
dprintf1("%s(%d) shadow: 0x%016llx\n",
tools/testing/selftests/mm/protection_keys.c
247
dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__,
tools/testing/selftests/mm/protection_keys.c
250
dprintf1("%s(%d) pkey_reg: 0x%016llx\n",
tools/testing/selftests/mm/protection_keys.c
252
dprintf1("END<---%s(%d, 0x%x)\n", __func__,
tools/testing/selftests/mm/protection_keys.c
264
dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__,
tools/testing/selftests/mm/protection_keys.c
275
dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__,
tools/testing/selftests/mm/protection_keys.c
278
dprintf1("%s(%d) pkey_reg: 0x%016llx\n", __func__,
tools/testing/selftests/mm/protection_keys.c
330
dprintf1(">>>>===============SIGSEGV============================\n");
tools/testing/selftests/mm/protection_keys.c
331
dprintf1("%s()::%d, pkey_reg: 0x%016llx shadow: %016llx\n",
tools/testing/selftests/mm/protection_keys.c
361
dprintf1("pkey_reg_xstate_offset: %d\n", pkey_reg_xstate_offset());
tools/testing/selftests/mm/protection_keys.c
367
dprintf1("siginfo: %p\n", si);
tools/testing/selftests/mm/protection_keys.c
369
dprintf1(" fpregs: %p\n", fpregs);
tools/testing/selftests/mm/protection_keys.c
380
dprintf1("si_pkey_ptr: %p\n", si_pkey_ptr);
tools/testing/selftests/mm/protection_keys.c
390
dprintf1("signal pkey_reg from pkey_reg: %016llx\n",
tools/testing/selftests/mm/protection_keys.c
392
dprintf1("pkey from siginfo: %016llx\n", siginfo_pkey);
tools/testing/selftests/mm/protection_keys.c
394
dprintf1("signal pkey_reg from xsave: %08x\n", *pkey_reg_ptr);
tools/testing/selftests/mm/protection_keys.c
396
dprintf1("WARNING: set PKEY_REG=0 to allow faulting instruction to continue\n");
tools/testing/selftests/mm/protection_keys.c
404
dprintf1("<<<<==================================================\n");
tools/testing/selftests/mm/protection_keys.c
458
dprintf1("child sleeping...\n");
tools/testing/selftests/mm/protection_keys.c
470
dprintf1("%s()::%d, pkey_reg: 0x%016llx shadow: %016llx\n",
tools/testing/selftests/mm/protection_keys.c
501
dprintf1("%s()::%d errno: %d\n", __func__, __LINE__, errno);
tools/testing/selftests/mm/protection_keys.c
550
dprintf1("%s()::%d, ret: %d pkey_reg: 0x%016llx"
tools/testing/selftests/mm/protection_keys.c
565
dprintf1("sys_mprotect_pkey(%p, %zx, prot=0x%lx, pkey=%ld) ret: %d\n",
tools/testing/selftests/mm/protection_keys.c
568
dprintf1("%s()::%d, ret: %d pkey_reg: 0x%016llx"
tools/testing/selftests/mm/protection_keys.c
573
dprintf1("%s()::%d, ret: %d pkey_reg: 0x%016llx"
tools/testing/selftests/mm/protection_keys.c
581
dprintf1("mprotect_pkey(%p, %zx, prot=0x%lx, pkey=%ld) ret: %d\n",
tools/testing/selftests/mm/protection_keys.c
584
dprintf1("%s()::%d, ret: %d pkey_reg: 0x%016llx"
tools/testing/selftests/mm/protection_keys.c
668
dprintf1("doing %s(size=%ld, prot=0x%x, pkey=%d)\n", __func__,
tools/testing/selftests/mm/protection_keys.c
678
dprintf1("%s() for pkey %d @ %p\n", __func__, pkey, ptr);
tools/testing/selftests/mm/protection_keys.c
687
dprintf1("doing %s(size=%ld, prot=0x%x, pkey=%d)\n", __func__,
tools/testing/selftests/mm/protection_keys.c
699
dprintf1("unaligned ptr: %p\n", ptr);
tools/testing/selftests/mm/protection_keys.c
701
dprintf1(" aligned ptr: %p\n", ptr);
tools/testing/selftests/mm/protection_keys.c
703
dprintf1("MADV_HUGEPAGE ret: %d\n", ret);
tools/testing/selftests/mm/protection_keys.c
705
dprintf1("MADV_WILLNEED ret: %d\n", ret);
tools/testing/selftests/mm/protection_keys.c
708
dprintf1("mmap()'d thp for pkey %d @ %p\n", pkey, ptr);
tools/testing/selftests/mm/protection_keys.c
749
dprintf1("doing %s(%ld, %x, %x)\n", __func__, size, prot, pkey);
tools/testing/selftests/mm/protection_keys.c
758
dprintf1("mmap()'d hugetlbfs for pkey %d @ %p\n", pkey, ptr);
tools/testing/selftests/mm/protection_keys.c
830
dprintf1("%s() set pkey_reg=%016llx to restore state after signal "
tools/testing/selftests/mm/protection_keys.c
928
dprintf1("disabling write access to PKEY[1], doing read\n");
tools/testing/selftests/mm/protection_keys.c
931
dprintf1("*ptr: %d\n", ptr_contents);
tools/testing/selftests/mm/protection_keys.c
932
dprintf1("\n");
tools/testing/selftests/mm/protection_keys.c
938
dprintf1("disabling access to PKEY[%02d], doing read @ %p\n", pkey, ptr);
tools/testing/selftests/mm/protection_keys.c
942
dprintf1("*ptr: %d\n", ptr_contents);
tools/testing/selftests/mm/protection_keys.c
951
dprintf1("disabling access to PKEY[%02d], doing read @ %p\n",
tools/testing/selftests/mm/protection_keys.c
954
dprintf1("reading ptr before disabling the read : %d\n",
tools/testing/selftests/mm/protection_keys.c
959
dprintf1("*ptr: %d\n", ptr_contents);
tools/testing/selftests/mm/protection_keys.c
967
dprintf1("disabling write access; after accessing the page, "
tools/testing/selftests/mm/protection_keys.c
976
dprintf1("disabling write access to PKEY[%02d], doing write\n", pkey);
tools/testing/selftests/mm/protection_keys.c
983
dprintf1("disabling access to PKEY[%02d], doing write\n", pkey);
tools/testing/selftests/mm/protection_keys.c
993
dprintf1("disabling access; after accessing the page, "