Searched refs:L2CR_L2I (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/powerpc/include/oea/
H A Dspr.h229 #define L2CR_L2I 0x00200000 /* 10: L2 global invalidate. */ macro
/netbsd-current/sys/arch/powerpc/oea/
H A Dcpu_subr.c992 mtspr(SPR_L2CR, l2cr | L2CR_L2I);
995 } while (x & L2CR_L2I);
997 mtspr(SPR_L2CR, l2cr | L2CR_L2I);

Completed in 93 milliseconds