Searched refs:dprintf1 (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/mm/ |
| A D | protection_keys.c | 124 dprintf1("enabled tracing\n"); in tracing_on() 239 dprintf1("%s(%d) shadow: 0x%016llx\n", in pkey_disable_set() 365 dprintf1("siginfo: %p\n", si); in signal_handler() 367 dprintf1(" fpregs: %p\n", fpregs); in signal_handler() 456 dprintf1("child sleeping...\n"); in fork_lazy_child() 699 dprintf1("unaligned ptr: %p\n", ptr); in malloc_pkey_anon_huge() 701 dprintf1(" aligned ptr: %p\n", ptr); in malloc_pkey_anon_huge() 954 dprintf1("\n"); in test_read_of_write_disabled_region() 1031 dprintf1("read ret: %d\n", ret); in test_kernel_write_of_access_disabled_region() 1042 dprintf1("read ret: %d\n", ret); in test_kernel_write_of_write_disabled_region() [all …]
|
| A D | pkey_util.c | 11 dprintf1("%s(flags=%lx, init_val=%lx) syscall ret: %d errno: %d\n", in sys_pkey_alloc() 19 dprintf1("%s(pkey=%ld) syscall ret: %d\n", __func__, pkey, ret); in sys_pkey_free()
|
| A D | pkey-helpers.h | 66 #define dprintf1(args...) dprintf_level(1, args) macro 209 dprintf1("SKIP: %s: no CPU support\n", __func__); in is_pkeys_supported() 215 dprintf1("SKIP: %s: no kernel support\n", __func__); in is_pkeys_supported()
|
| A D | pkey-powerpc.h | 125 dprintf1("doing %s(size=%ld, prot=0x%x, pkey=%d)\n", __func__, in malloc_pkey_with_mprotect_subpage() 141 dprintf1("%s() for pkey %d @ %p\n", __func__, pkey, ptr); in malloc_pkey_with_mprotect_subpage()
|
Completed in 8 milliseconds