Lines Matching refs:printf
60 printf("[FAIL]\tSignal frame should not reflect vm86 mode\n"); in sighandler()
72 printf("[INFO]\t%s: FLAGS = 0x%lx, CS = 0x%hx\n", signame, in sighandler()
140 printf("[RUN]\t%s from vm86 mode\n", text); in do_test()
145 printf("[SKIP]\tvm86 %s\n", in do_test()
162 printf("[INFO]\tExited vm86 mode due to #%s\n", trapname); in do_test()
164 printf("[INFO]\tExited vm86 mode due to unhandled GP fault\n"); in do_test()
166 printf("[INFO]\tExited vm86 mode due to a trap (arg=%ld)\n", in do_test()
169 printf("[INFO]\tExited vm86 mode due to a signal\n"); in do_test()
171 printf("[INFO]\tExited vm86 mode due to STI\n"); in do_test()
173 printf("[INFO]\tExited vm86 mode due to type %ld, arg %ld\n", in do_test()
179 printf("[OK]\tReturned correctly\n"); in do_test()
181 …printf("[FAIL]\tIncorrect return reason (started at eip = 0x%lx, ended at eip = 0x%lx)\n", eip, v8… in do_test()
218 printf("[INFO]\tResult from SMSW:[0x%04x]\n", msw1); in do_umip_tests()
219 printf("[INFO]\tResult from SIDT: limit[0x%04x]base[0x%08lx]\n", in do_umip_tests()
221 printf("[INFO]\tResult from SGDT: limit[0x%04x]base[0x%08lx]\n", in do_umip_tests()
225 printf("[FAIL]\tAll the results of SMSW should be the same.\n"); in do_umip_tests()
227 printf("[PASS]\tAll the results from SMSW are identical.\n"); in do_umip_tests()
230 printf("[FAIL]\tAll the results of SGDT should be the same.\n"); in do_umip_tests()
232 printf("[PASS]\tAll the results from SGDT are identical.\n"); in do_umip_tests()
235 printf("[FAIL]\tAll the results of SIDT should be the same.\n"); in do_umip_tests()
237 printf("[PASS]\tAll the results from SIDT are identical.\n"); in do_umip_tests()
338 printf("[FAIL]\tDid not receive SIGSEGV\n"); in main()