Searched refs:dprintf1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 118 dprintf1("enabled tracing\n"); in tracing_on() 234 dprintf1("%s(%d) shadow: 0x%016llx\n", in pkey_disable_set() 361 dprintf1("siginfo: %p\n", si); in signal_handler() 362 dprintf1(" fpregs: %p\n", fpregs); in signal_handler() 454 dprintf1("child sleeping...\n"); in fork_lazy_child() 733 dprintf1("unaligned ptr: %p\n", ptr); in malloc_pkey_anon_huge() 735 dprintf1(" aligned ptr: %p\n", ptr); in malloc_pkey_anon_huge() 1023 dprintf1("\n"); in test_read_of_write_disabled_region() 1100 dprintf1("read ret: %d\n", ret); in test_kernel_write_of_access_disabled_region() 1110 dprintf1("read ret: %d\n", ret); in test_kernel_write_of_write_disabled_region() [all …]
|
H A D | pkey-helpers.h | 65 #define dprintf1(args...) dprintf_level(1, args) macro 213 dprintf1("SKIP: %s: no CPU support\n", __func__); in is_pkeys_supported() 219 dprintf1("SKIP: %s: no kernel support\n", __func__); in is_pkeys_supported()
|
H A D | pkey-powerpc.h | 110 dprintf1("doing %s(size=%ld, prot=0x%x, pkey=%d)\n", __func__, in malloc_pkey_with_mprotect_subpage() 126 dprintf1("%s() for pkey %d @ %p\n", __func__, pkey, ptr); in malloc_pkey_with_mprotect_subpage()
|