Searched refs:dprintf2 (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | pkey_util.c | 28 dprintf2("%s(0x%p, %zx, prot=%lx, pkey=%lx)\n", __func__, in sys_mprotect_pkey() 34 dprintf2("SYS_mprotect_key sret: %d\n", sret); in sys_mprotect_pkey() 35 dprintf2("SYS_mprotect_key prot: 0x%lx\n", orig_prot); in sys_mprotect_pkey() 36 dprintf2("SYS_mprotect_key failed, errno: %d\n", errno); in sys_mprotect_pkey()
|
| H A D | protection_keys.c | 69 dprintf2("%s(): writing '%s' to '%s'\n", __func__, str, file); in cat_into_file() 190 dprintf2("%s() raw pkey_reg: %016llx\n", __func__, pkey_reg); in hw_pkey_get() 339 dprintf2("%s() trapno: %d ip: 0x%016lx info->si_code: %s/%d\n", in signal_handler() 409 dprintf2("[%d] SIGCHLD: %d\n", getpid(), x); in sig_chld() 612 dprintf2("new_nr_records: %zd\n", new_nr_records); in record_pkey_malloc() 613 dprintf2("new_size: %zd\n", new_size); in record_pkey_malloc() 824 dprintf2("%s(): last_pkey_faults: %d pkey_faults: %d\n", in expected_pkey_fault() 826 dprintf2("%s(%d): last_si_pkey: %d\n", __func__, pkey, last_si_pkey); in expected_pkey_fault() 1151 dprintf2("%s() errno: %d ENOSPC: %d\n", __func__, errno, ENOSPC); in test_pkey_alloc_exhaust() 1153 dprintf2("%s() failed to allocate pkey after %d tries\n", in test_pkey_alloc_exhaust() [all …]
|
| H A D | pkey-helpers.h | 67 #define dprintf2(args...) dprintf_level(2, args) macro
|