Searched refs:L2CR_L2E (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/powerpc/oea/
H A Dcpu_subr.c98 { L2CR_L2E, 0, " disabled" },
102 { L2CR_L2E, ~0, " 256KB L2 cache" },
109 { L2CR_L2E, 0, " disabled" },
113 { L2CR_L2E, ~0, " 1MB L2 cache" },
120 { L2CR_L2E, 0, " disabled" },
124 { L2CR_L2E, ~0, " 512KB L2 cache" },
157 { L2CR_L2E, 0, " disabled" },
170 { L2CR_L2E, 0, " disabled" },
183 { L2CR_L2E, 0, " disabled" },
195 { L2CR_L2E, ~
[all...]
/netbsd-current/sys/arch/evbppc/ev64260/
H A Dev64260_locore.S139 lis 0,(L2CR_L2E|L2CR_L2WT)@h /* disable the L2 mode */
199 oris 8,8,L2CR_L2E@h
/netbsd-current/sys/arch/evbppc/wii/
H A Dmachdep.c279 l2cr_config = L2CR_L2E | L2CR_L2PE;
/netbsd-current/sys/arch/powerpc/include/oea/
H A Dspr.h206 #define L2CR_L2E 0x80000000 /* 0: L2 enable */ macro

Completed in 108 milliseconds