Lines Matching full:null

55 	handle_exception(0x300, fault_handler, NULL);  in test_mce()
56 handle_exception(0x380, fault_handler, NULL); in test_mce()
57 handle_exception(0x400, fault_handler, NULL); in test_mce()
58 handle_exception(0x480, fault_handler, NULL); in test_mce()
103 mmu_enable(NULL); in test_mce()
105 handle_exception(0x200, NULL, NULL); in test_mce()
106 handle_exception(0x300, NULL, NULL); in test_mce()
107 handle_exception(0x380, NULL, NULL); in test_mce()
108 handle_exception(0x400, NULL, NULL); in test_mce()
109 handle_exception(0x480, NULL, NULL); in test_mce()
135 handle_exception(0x300, &dside_handler, NULL); in test_dseg_nommu()
136 handle_exception(0x380, &dside_handler, NULL); in test_dseg_nommu()
146 report(got_interrupt, "interrupt on NULL dereference"); in test_dseg_nommu()
149 handle_exception(0x300, NULL, NULL); in test_dseg_nommu()
150 handle_exception(0x380, NULL, NULL); in test_dseg_nommu()
169 handle_exception(0x300, &dside_handler, NULL); in test_mmu()
175 handle_exception(0x300, NULL, NULL); in test_mmu()
180 handle_exception(0x380, &dside_handler, NULL); in test_mmu()
185 handle_exception(0x380, NULL, NULL); in test_mmu()
190 handle_exception(0x400, &iside_handler, NULL); in test_mmu()
196 handle_exception(0x400, NULL, NULL); in test_mmu()
201 handle_exception(0x480, &iside_handler, NULL); in test_mmu()
206 handle_exception(0x480, NULL, NULL); in test_mmu()
224 handle_exception(0x900, &dec_handler, NULL); in test_dec()
242 handle_exception(0x900, NULL, NULL); in test_dec()
247 handle_exception(0x980, &dec_handler, NULL); in test_dec()
269 handle_exception(0x980, NULL, NULL); in test_dec()
305 handle_exception(0xe40, &heai_handler, NULL); in test_illegal()
307 handle_exception(0x700, &program_handler, NULL); in test_illegal()
326 handle_exception(0xe40, NULL, NULL); in test_illegal()
327 handle_exception(0x700, NULL, NULL); in test_illegal()
346 handle_exception(0x700, &program_handler, NULL); in test_privileged()
347 handle_exception(0x900, &dec_ignore_handler, NULL); in test_privileged()
353 handle_exception(0x900, NULL, NULL); in test_privileged()
354 handle_exception(0x700, NULL, NULL); in test_privileged()
369 handle_exception(0xc00, &sc_handler, NULL); in test_sc()
386 handle_exception(0xc00, NULL, NULL); in test_sc()
416 handle_exception(0xd00, &trace_handler, NULL); in test_trace()
471 handle_exception(0x700, &program_trace_handler, NULL); in test_trace()
480 handle_exception(0x700, NULL, NULL); in test_trace()
494 handle_exception(0xd00, NULL, NULL); in test_trace()