HomeSort by: relevance | last modified time | path
    Searched defs:rmixl_pic_init_done (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/rmi/
rmixl_intr.c 361 static int rmixl_pic_init_done; variable in typeref:typename:int
407 if (rmixl_pic_init_done != 0)
408 panic("%s: rmixl_pic_init_done %d",
409 __func__, rmixl_pic_init_done);
436 rmixl_pic_init_done = 1;
730 if (rmixl_pic_init_done == 0)
787 if (rmixl_pic_init_done == 0)
788 panic("%s: called before rmixl_pic_init_done", __func__);
rmixl_intr.c 361 static int rmixl_pic_init_done; variable in typeref:typename:int
407 if (rmixl_pic_init_done != 0)
408 panic("%s: rmixl_pic_init_done %d",
409 __func__, rmixl_pic_init_done);
436 rmixl_pic_init_done = 1;
730 if (rmixl_pic_init_done == 0)
787 if (rmixl_pic_init_done == 0)
788 panic("%s: called before rmixl_pic_init_done", __func__);

Completed in 25 milliseconds