Home
last modified time | relevance | path

Searched refs:L2CR_L2I (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/powermac/
Dcache.S154 oris r4,r5,L2CR_L2I@h
165 xoris r4,r4,L2CR_L2I@h
312 oris r4,r3,L2CR_L2I@h
317 andis. r0,r4,L2CR_L2I@h
/linux-3.4.99/arch/powerpc/platforms/embedded6xx/
Dc2k.c134 _set_L2CR(L2CR_L2E | L2CR_L2PE | L2CR_L2I); in c2k_probe()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg.h435 #define L2CR_L2I 0x00200000 /* L2 global invalidate */ macro