Lines Matching full:test
121 /* test that int $2 triggers task gate */ in test_kernel_mode_int()
129 /* test that external NMI triggers task gate */ in test_kernel_mode_int()
138 /* test that external interrupt triggesr task gate */ in test_kernel_mode_int()
149 /* test that HW exception triggesr task gate */ in test_kernel_mode_int()
157 /* test if call HW exception DE by int $0 triggers task gate */ in test_kernel_mode_int()
165 /* test if HW exception OF triggers task gate */ in test_kernel_mode_int()
173 /* test if HW exception BP triggers task gate */ in test_kernel_mode_int()
182 * test that PF triggers task gate and error code is placed on in test_kernel_mode_int()
197 /* test that calling a task by lcall works */ in test_gdt_task_gate()
212 /* test that calling a task by ljmp works */ in test_gdt_task_gate()
270 /* test lcall with conforming segment, cs.dpl != cs.rpl */ in test_conforming_switch()