Searched refs:dprintf1 (Results 1 – 8 of 8) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | protection_keys.c | 135 dprintf1("enabled tracing\n"); in tracing_on() 224 dprintf1("dump[%03d][@%p]: %016jx\n", i, ptr, *ptr); in dump_mem() 259 dprintf1(">>>>===============SIGSEGV============================\n"); in signal_handler() 260 dprintf1("%s()::%d, pkru: 0x%x shadow: %x\n", __func__, __LINE__, in signal_handler() 281 dprintf1("siginfo: %p\n", si); in signal_handler() 282 dprintf1(" fpregs: %p\n", fpregs); in signal_handler() 287 dprintf1("pkru_xstate_offset: %d\n", pkru_xstate_offset()); in signal_handler() 293 dprintf1("si_pkey_ptr: %p\n", si_pkey_ptr); in signal_handler() 306 dprintf1("signal pkru from xsave: %08x\n", *pkru_ptr); in signal_handler() 308 dprintf1("signal pkru from pkru: %08x\n", __rdpkru()); in signal_handler() [all …]
|
D | mpx-mini-test.c | 381 dprintf1("entered signal handler\n"); in handler() 392 dprintf1("#BR 0x%jx (total seen: %d)\n", status, br_count); in handler() 419 dprintf1("bounds exception (normal): status 0x%jx at %p si_addr: %p\n", in handler() 592 dprintf1("xsave bndcsr: status %jx, configu %jx\n", in enable_mpx() 613 dprintf1("%p is NOT clear at %p\n", ptr, i); in check_clear() 617 dprintf1("%p is clear for %lx\n", ptr, sz); in check_clear() 636 dprintf1("trying to allocate %ld MB bounds directory\n", (size >> 20)); in process_specific_init() 664 dprintf1("bounds directory: 0x%p -> 0x%p\n", bounds_dir_ptr, in process_specific_init() 936 dprintf1("LowerBoundChk passed:%p\n", ptr); in check_lowerbound_shadow() 945 dprintf1("UpperBoundChk passed:%p\n", ptr); in check_upperbound_shadow() [all …]
|
D | mpx-debug.h | 9 #define dprintf1(args...) dprintf_level(1, args) macro
|
D | pkey-helpers.h | 55 #define dprintf1(args...) dprintf_level(1, args) macro
|
D | mpx-dig.c | 153 dprintf1("reallocating to hold %d ranges\n", nr_ranges_allocated); in pid_load_vaddrs()
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_FMT.c | 229 dprintf1 in do_get_formats() 236 dprintf1(" }}\n"); in do_get_formats() 288 dprintf1 in do_get_formats() 295 dprintf1(" }}\n"); in do_get_formats() 348 dprintf1 in do_get_formats() 355 dprintf1(" }}\n"); in do_get_formats() 399 dprintf1 in do_get_formats() 406 dprintf1(" }}\n"); in do_get_formats() 781 dprintf1 in do_set_formats_enum() 791 dprintf1(" }}\n"); in do_set_formats_enum() [all …]
|
D | v4l2_test.h | 16 #define dprintf1(fmt) printf(fmt) macro 19 #define dprintf1(fmt) macro
|
D | test_VIDIOC_QUERYCTRL.c | 338 dprintf1("\tStarting enumeration with V4L2_CTRL_FLAG_NEXT_CTRL\n"); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL() 416 dprintf1("count_controls1 = { "); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL() 422 dprintf1("}\n"); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL() 424 dprintf1("count_controls2 = { "); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL() 430 dprintf1("}\n"); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL() 433 dprintf1 in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
|