Searched refs:dprintf1 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/testing/selftests/mm/ |
D | protection_keys.c | 118 dprintf1("enabled tracing\n"); in tracing_on() 174 dprintf1("dump[%03d][@%p]: %016llx\n", i, ptr, *ptr); in dump_mem() 182 dprintf1("%s(pkey=%d, flags=%lx) = %x / %d\n", in hw_pkey_get() 216 dprintf1("START->%s(%d, 0x%x)\n", __func__, in pkey_disable_set() 222 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_set() 233 dprintf1("%s(%d) shadow: 0x%016llx\n", in pkey_disable_set() 239 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_set() 242 dprintf1("%s(%d) pkey_reg: 0x%016llx\n", in pkey_disable_set() 244 dprintf1("END<---%s(%d, 0x%x)\n", __func__, in pkey_disable_set() 256 dprintf1("%s(%d) hw_pkey_get(%d): %x\n", __func__, in pkey_disable_clear() [all …]
|
D | pkey-helpers.h | 65 #define dprintf1(args...) dprintf_level(1, args) macro 232 dprintf1("SKIP: %s: no CPU support\n", __func__); in is_pkeys_supported() 238 dprintf1("SKIP: %s: no kernel support\n", __func__); in is_pkeys_supported()
|
D | pkey-powerpc.h | 113 dprintf1("doing %s(size=%ld, prot=0x%x, pkey=%d)\n", __func__, in malloc_pkey_with_mprotect_subpage() 129 dprintf1("%s() for pkey %d @ %p\n", __func__, pkey, ptr); in malloc_pkey_with_mprotect_subpage()
|