Lines Matching full:null
34 setup_mmu(0, NULL); in tlbie_fn()
68 handle_exception(0x700, &trap_handler, NULL); in test_tlbie()
78 ptep = install_page(NULL, p[0], memory); in test_tlbie()
80 assert(ptep == install_page(NULL, p[1], memory)); in test_tlbie()
82 assert(ptep == install_page(NULL, p[0], memory)); in test_tlbie()
114 handle_exception(0x700, NULL, NULL); in test_tlbie()
142 ptep = install_page(NULL, p[0], memory); in test_tlbie_this_cpu()
144 assert(ptep == install_page(NULL, p[1], memory)); in test_tlbie_this_cpu()
146 assert(ptep == install_page(NULL, p[0], memory)); in test_tlbie_this_cpu()
196 { NULL, NULL }
215 for (i = 0; hctests[i].name != NULL; i++) { in main()