Home
last modified time | relevance | path

Searched refs:dprintf2 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/testing/selftests/vm/
Dprotection_keys.c62 dprintf2("%s(): writing '%s' to '%s'\n", __func__, str, file); in cat_into_file()
183 dprintf2("%s() raw pkey_reg: %016llx\n", __func__, pkey_reg); in hw_pkey_get()
343 dprintf2("%s() trapno: %d ip: 0x%016lx info->si_code: %s/%d\n", in signal_handler()
415 dprintf2("[%d] SIGCHLD: %d\n", getpid(), x); in sig_chld()
474 dprintf2("%s(0x%p, %zx, prot=%lx, pkey=%lx)\n", __func__, in sys_mprotect_pkey()
480 dprintf2("SYS_mprotect_key sret: %d\n", sret); in sys_mprotect_pkey()
481 dprintf2("SYS_mprotect_key prot: 0x%lx\n", orig_prot); in sys_mprotect_pkey()
482 dprintf2("SYS_mprotect_key failed, errno: %d\n", errno); in sys_mprotect_pkey()
655 dprintf2("new_nr_records: %zd\n", new_nr_records); in record_pkey_malloc()
656 dprintf2("new_size: %zd\n", new_size); in record_pkey_malloc()
[all …]
Dpkey-x86.h97 dprintf2("cpu does not have PKU\n"); in cpu_has_pkeys()
101 dprintf2("cpu does not have OSPKE\n"); in cpu_has_pkeys()
156 dprintf2("ptr (%p) contents@%d: %x\n", p1, __LINE__, ptr_contents); in expect_fault_on_read_execonly_key()
Dpkey-helpers.h66 #define dprintf2(args...) dprintf_level(2, args) macro