Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:50

0001 #include <bsp.h>
0002 #include <rtems/mips/idtcpu.h>
0003 
0004 void init_tlb(void)
0005 {
0006   int i;
0007 
0008         for (i = 0; i < N_TLB_ENTRIES; i++ )
0009                 resettlb(i);
0010 }