HomeSort by relevance Sort by last modified time
    Searched refs:dprintf3 (Results 1 - 5 of 5) sorted by null

  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-debug.h 11 #define dprintf3(args...) dprintf_level(3, args) macro
mpx-dig.c 216 dprintf3("%s() base_controlled_vaddr: 0x%012lx bde_vaddr: 0x%012lx\n",
297 dprintf3("%s(%p, %x, %lx, ...) buf end: %p\n", __func__, buf,
319 dprintf3("found bounds_dir_entry: 0x%lx @ "
356 dprintf3("%s(%p, %x, %lx, ...) done\n", __func__, buf, len_bytes,
409 dprintf3("%s() total incore: %d\n", __func__, incore);
mpx-mini-test.c 438 dprintf3("[%d]: %p\n", i, si_addr_ptr[i]);
937 dprintf3("shadow[%d]{%016lx/%016lx}\nbounds[%d]{%016lx/%016lx}\n",
1006 dprintf3("%s(%d, %p, %p) set shadow map[2]: %p\n", __func__,
1167 dprintf3("%s() nr_to_fill: %ld\n", __func__, nr_to_fill);
1267 dprintf3("mpx_mini_alloc(0x%lx) returning: %p\n", sz, ptr);
1278 dprintf3("%s() ptr: %p before munmap\n", __func__, ptr);
1280 dprintf3("%s() ptr: %p DONE\n", __func__, ptr);
    [all...]
protection_keys.c 180 dprintf3("running %s()\n", __func__);
186 dprintf3("%s() done\n", __func__);
382 dprintf3("[%d] fork() ret: %d\n", getpid(), forkret);
442 dprintf3("%s(pkey=%d, rights=%lx, flags=%lx) = %x pkru now: %x old_pkru: %x\n",
713 dprintf3("filling malloc record[%d/%p]: {%p, %ld}\n",
726 dprintf3("%s(%p)\n", __func__, ptr);
735 dprintf3("found ptr %p at record[%ld/%p]: {%p, %ld}\n",
739 dprintf3("munmap ret: %d\n", ret);
741 dprintf3("clearing rec->ptr, rec: %p\n", rec);
743 dprintf3("done clearing rec->ptr, rec: %p\n", rec)
    [all...]
pkey-helpers.h 53 #define dprintf3(args...) dprintf_level(3, args) macro

Completed in 79 milliseconds