Lines Matching full:from
87 report(gp_count == 0, "no exception from smsw"); in test_umip_nogp()
89 report(gp_count == 0, "no exception from sgdt"); in test_umip_nogp()
91 report(gp_count == 0, "no exception from sidt"); in test_umip_nogp()
93 report(gp_count == 0, "no exception from sldt"); in test_umip_nogp()
95 report(gp_count == 0, "no exception from str"); in test_umip_nogp()
98 report(gp_count == 1, "exception from mov %%cr0, %%eax"); in test_umip_nogp()
109 report(gp_count == 1, "exception from smsw"); in test_umip_gp()
112 report(gp_count == 1, "exception from sgdt"); in test_umip_gp()
114 report(gp_count == 1, "exception from sidt"); in test_umip_gp()
116 report(gp_count == 1, "exception from sldt"); in test_umip_gp()
118 report(gp_count == 1, "exception from str"); in test_umip_gp()
121 report(gp_count == 1, "exception from mov %%cr0, %%eax"); in test_umip_gp()