Lines Matching refs:printf
85 printf("[WARN]\tSIGTRAP handler had TF set\n"); in sigtrap()
92 printf("[WARN]\tHit %d SIGTRAPs with si_addr 0x%lx, ip 0x%lx\n", in sigtrap()
105 printf("[FAIL]\tNo SIGTRAP\n"); in check_result()
110 printf("[FAIL]\tTF was cleared\n"); in check_result()
114 printf("[OK]\tSurvived with TF set and %d traps\n", (int)sig_traps); in check_result()
124 printf("[RUN]\tSet TF and check nop\n"); in main()
130 printf("[RUN]\tSet TF and check syscall-less opportunistic sysret\n"); in main()
141 printf("[RUN]\tSet TF and check int80\n"); in main()
162 printf("[RUN]\tSet TF and check a fast syscall\n"); in main()
168 printf("[RUN]\tFast syscall with TF cleared\n"); in main()
171 printf("[FAIL]\tTF is now set\n"); in main()
175 printf("[FAIL]\tGot SIGTRAP\n"); in main()
178 printf("[OK]\tNothing unexpected happened\n"); in main()