Lines Matching refs:test_count

15 static volatile int test_count;  variable
28 test_count++; in nmi_tss()
39 test_count++; in de_tss()
49 test_count++; in of_tss()
59 test_count++; in bp_tss()
69 test_count++; in do_pf_tss()
90 test_count++; in jmp_tss()
100 test_count++; in irq_tss()
102 test_count++; in irq_tss()
112 test_count++; in user_tss()
122 test_count = 0; in test_kernel_mode_int()
126 printf("Return from nmi %d\n", test_count); in test_kernel_mode_int()
127 report(test_count == 1, "NMI int $2"); in test_kernel_mode_int()
130 test_count = 0; in test_kernel_mode_int()
136 report(test_count == 1, "NMI external"); in test_kernel_mode_int()
139 test_count = 0; in test_kernel_mode_int()
147 report(test_count == 1, "IRQ external"); in test_kernel_mode_int()
158 test_count = 0; in test_kernel_mode_int()
163 report(test_count == 1, "int $0"); in test_kernel_mode_int()
166 test_count = 0; in test_kernel_mode_int()
171 report(test_count, "OF exception"); in test_kernel_mode_int()
174 test_count = 0; in test_kernel_mode_int()
179 report(test_count == 1, "BP exception"); in test_kernel_mode_int()
187 test_count = 0; in test_kernel_mode_int()
192 report(test_count == 1, "PF exception"); in test_kernel_mode_int()
198 test_count = 0; in test_gdt_task_gate()
205 report(test_count == 1, "lcall"); in test_gdt_task_gate()
208 test_count = 0; in test_gdt_task_gate()
210 report(test_count == 2, "lcall2"); in test_gdt_task_gate()
213 test_count = 0; in test_gdt_task_gate()
218 report(test_count == 1, "ljmp"); in test_gdt_task_gate()
271 test_count = 0; in test_conforming_switch()
280 report(test_count == 1, "lcall with cs.rpl != cs.dpl"); in test_conforming_switch()