Lines Matching refs:eprintf

95 #define eprintf(args...)	fprintf(stderr, args)  macro
471 eprintf("ERROR: In signal handler, page fault, trapno = %d, ip = %016lx\n", in handler()
473 eprintf("si_addr %p\n", si->si_addr); in handler()
474 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]); in handler()
477 eprintf("unexpected trap %d! at 0x%lx\n", trapno, ip); in handler()
478 eprintf("si_addr %p\n", si->si_addr); in handler()
479 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]); in handler()
884 eprintf("%s()::%d\n", "print_context", line); in __print_context()
886 eprintf("bound[%d]: 0x%016lx 0x%016lx(0x%016lx)\n", i, in __print_context()
892 eprintf("cpcfg: %jx cpstatus: %jx\n", cfg[0], cfg[1]); in __print_context()
942 eprintf("ERROR comparing shadow to real bound register %d\n", i); in compare_context()
943 eprintf("shadow{0x%016lx/0x%016lx}\nbounds{0x%016lx/0x%016lx}\n", in compare_context()
1422 eprintf("ERROR: test %d round %d failed\n", test_nr, test_round); in insn_test_failed()
1502 eprintf("ERROR: non-zero number of failures\n"); in check_mpx_insns_and_tables()
1506 eprintf("ERROR: succeded fewer than number of tries (%d != %d)\n", in check_mpx_insns_and_tables()
1511 eprintf("ERROR: unexpected number of #BRs: %jd %jd %d\n", in check_mpx_insns_and_tables()
1513 eprintf("successes: %d\n", successes); in check_mpx_insns_and_tables()
1514 eprintf(" failures: %d\n", failures); in check_mpx_insns_and_tables()
1515 eprintf(" tests: %d\n", total_nr_tests); in check_mpx_insns_and_tables()
1516 eprintf(" expected: %jd #BRs\n", num_upper_brs + num_lower_brs); in check_mpx_insns_and_tables()
1517 eprintf(" saw: %d #BRs\n", br_count); in check_mpx_insns_and_tables()