Searched refs:L2 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsyscall/custom/
H A D__vfork.s128 jz L2 // parent, since r1 == 0 in parent, 1 in child
132 L2: label
169 jz L2 // parent, since r1 == 0 in parent, 1 in child
173 L2: label
H A D__fork.s143 jz L2 // parent, since r1 == 0 in parent, 1 in child
180 L2: label
206 jz L2 // parent, since r1 == 0 in parent, 1 in child
238 L2: label
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s497 rlwinm. r0,r13,0,l2e,l2e ; Any L2?
499 rlwinm r17,r17,0,pfL2b+1,pfL2b-1 ; No L2, turn off feature
502 lis r14,hi16(256*1024) ; Base L2 size
511 stw r14,pfl2Size(r30) ; Set the L2 size
512 b init750l2done ; Done with L2
595 rlwinm. r0,r13,0,l2e,l2e ; Any L2?
597 rlwinm r17,r17,0,pfL2b+1,pfL2b-1 ; No L2, turn off feature
599 i7400hl2: lis r14,hi16(256*1024) ; Base L2 size
606 stw r14,pfl2Size(r30) ; Set the L2 size
665 rlwinm. r0,r13,0,l2e,l2e ; Any L2
[all...]
H A Dmachine_routines_asm.s900 minovec: rlwinm. r7,r11,0,pfNoL2PFNapb,pfNoL2PFNapb ; Turn off L2 Prefetch before nap?
904 rlwinm r7,r7,0,0,l2pfes-1 ; Disable L2 Prefetch
1061 rlwinm. r5,r11,0,pfNoL2PFNapb,pfNoL2PFNapb ; Turn off L2 Prefetch before sleep?
1065 rlwinm r5,r5,0,0,l2pfes-1 ; Disable L2 Prefetch
1181 * Then we invalidate the L1. Next, we configure and invalidate the L2 etc.
1403 rlwinm. r0,r10,0,pfL2b,pfL2b ; do we have L2?
1408 rlwinm. r0,r8,0,l2e,l2e ; Was the L2 enabled?
1410 cmplwi r8, 0 ; Was the L2 all the way off?
1419 rlwinm. r0,r10,0,pfL2fab,pfL2fab ; hardware-assisted L2 flush?
1440 b ciinvdl2 ; Flush done, go invalidate L2
[all...]
H A Dasm.h167 #define l2cr2 1016 /* L2 Cache control 2 */
168 #define l2cr 1017 /* L2 Cache control */
457 ; L2 FIR
479 ; L2 cache control
H A Dlowmem_vectors.s2470 lis r8,l2FIR ; Get the L2 FIR register address
2475 mtspr scomc,r8 ; Request the L2 FIR
2481 lis r8,l2FIRrst ; Get the L2 FIR AND mask address
2523 std r26,savexdat2(r13) ; Save the L2 FIR in case we pass the error
2701 rldicl. r0,r25,cFIRIFUL2UE+1,63 ; IFetch got L2 UE?

Completed in 40 milliseconds