Searched refs:dprintf2 (Results 1 – 5 of 5) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | protection_keys.c | 84 dprintf2("%s(): writing '%s' to '%s'\n", __func__, str, file); in cat_into_file() 282 dprintf2("%s() trapno: %d ip: 0x%lx info->si_code: %s/%d\n", __func__, in signal_handler() 340 dprintf2("[%d] SIGCHLD: %d\n", getpid(), x); in sig_chld() 411 dprintf2("%s() raw pkru: %x\n", __func__, pkru); in hw_pkey_get() 414 dprintf2("%s() shifted_pkru: %x\n", __func__, shifted_pkru); in hw_pkey_get() 416 dprintf2("%s() masked pkru: %x\n", __func__, masked_pkru); in hw_pkey_get() 536 dprintf2("%s(0x%p, %zx, prot=%lx, pkey=%lx)\n", __func__, in sys_mprotect_pkey() 542 dprintf2("SYS_mprotect_key sret: %d\n", sret); in sys_mprotect_pkey() 543 dprintf2("SYS_mprotect_key prot: 0x%lx\n", orig_prot); in sys_mprotect_pkey() 544 dprintf2("SYS_mprotect_key failed, errno: %d\n", errno); in sys_mprotect_pkey() [all …]
|
D | mpx-mini-test.c | 427 dprintf2("Saw a #BR! status 0x%jx at %016lx br_reason: %jx\n", in handler() 429 dprintf2("si_signo: %d\n", si->si_signo); in handler() 430 dprintf2(" signum: %d\n", signum); in handler() 431 dprintf2("info->si_code == SEGV_BNDERR: %d\n", in handler() 433 dprintf2("info->si_code: %d\n", si->si_code); in handler() 434 dprintf2("info->si_lower: %p\n", __si_bounds_lower(si)); in handler() 435 dprintf2("info->si_upper: %p\n", __si_bounds_upper(si)); in handler() 615 dprintf2("bf xrstor\n"); in enable_mpx() 616 dprintf2("xsave cndcsr: status %jx, configu %jx\n", in enable_mpx() 619 dprintf2("after xrstor\n"); in enable_mpx() [all …]
|
D | mpx-dig.c | 133 dprintf2("%s(%d)\n", __func__, pid); in pid_load_vaddrs() 137 dprintf2("%s(%d) allocated %d ranges @ %p\n", __func__, pid, in pid_load_vaddrs() 146 dprintf2("%s(%d) need to realloc\n", __func__, pid); in pid_load_vaddrs() 150 dprintf2("%s(%d) allocated %d ranges @ %p\n", __func__, in pid_load_vaddrs() 157 dprintf2("%s(%d) done\n", __func__, pid); in pid_load_vaddrs()
|
D | pkey-helpers.h | 52 #define dprintf2(args...) dprintf_level(2, args) macro 174 dprintf2("cpu does not have PKU\n"); in cpu_has_pku() 178 dprintf2("cpu does not have OSPKE\n"); in cpu_has_pku()
|
D | mpx-debug.h | 10 #define dprintf2(args...) dprintf_level(2, args) macro
|