Lines Matching refs:eprintf
95 #define eprintf(args...) fprintf(stderr, args) macro
440 eprintf("ERROR: In signal handler, page fault, trapno = %d, ip = %016lx\n", in handler()
442 eprintf("si_addr %p\n", si->si_addr); in handler()
443 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]); in handler()
446 eprintf("unexpected trap %d! at 0x%lx\n", trapno, ip); in handler()
447 eprintf("si_addr %p\n", si->si_addr); in handler()
448 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]); in handler()
853 eprintf("%s()::%d\n", "print_context", line); in __print_context()
855 eprintf("bound[%d]: 0x%016lx 0x%016lx(0x%016lx)\n", i, in __print_context()
861 eprintf("cpcfg: %jx cpstatus: %jx\n", cfg[0], cfg[1]); in __print_context()
911 eprintf("ERROR comparing shadow to real bound register %d\n", i); in compare_context()
912 eprintf("shadow{0x%016lx/0x%016lx}\nbounds{0x%016lx/0x%016lx}\n", in compare_context()
1391 eprintf("ERROR: test %d round %d failed\n", test_nr, test_round); in insn_test_failed()
1471 eprintf("ERROR: non-zero number of failures\n"); in check_mpx_insns_and_tables()
1475 eprintf("ERROR: succeded fewer than number of tries (%d != %d)\n", in check_mpx_insns_and_tables()
1480 eprintf("ERROR: unexpected number of #BRs: %jd %jd %d\n", in check_mpx_insns_and_tables()
1482 eprintf("successes: %d\n", successes); in check_mpx_insns_and_tables()
1483 eprintf(" failures: %d\n", failures); in check_mpx_insns_and_tables()
1484 eprintf(" tests: %d\n", total_nr_tests); in check_mpx_insns_and_tables()
1485 eprintf(" expected: %jd #BRs\n", num_upper_brs + num_lower_brs); in check_mpx_insns_and_tables()
1486 eprintf(" saw: %d #BRs\n", br_count); in check_mpx_insns_and_tables()