Searched refs:r19 (Results 1 - 18 of 18) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s845 mr r19,r4 ; Save register dump area
871 stw r0,0x000+0(r19)
872 stw r0,0x000+4(r19)
873 stw r0,0x008+0(r19)
874 stw r1,0x008+4(r19)
875 stw r0,0x010+0(r19)
876 stw r2,0x010+4(r19)
877 stw r0,0x018+0(r19)
878 stw r3,0x018+4(r19)
879 stw r0,0x020+0(r19)
[all...]
H A D_setjmp.s66 stw r19, 28(ARG0)
138 lwz r19, 28(ARG0)
H A DEmulate64.s215 lwz r19,dgFlags(0) // Get the diagnostics flags
255 rlwinm. r0,r19,0,enaNotifyEMb,enaNotifyEMb // Should we notify?
286 // r19 = -1 if X-form, 0 if D-form
306 xori r19,r21,0x07C0 // iff primary opcode is 31, set r19 to 0
308 subi r19,r19,1 // set bit 0 iff X-form (ie, if primary opcode is 31)
310 sradi r19,r19,63 // r19 <
[all...]
H A DEmulate.s122 li r19,0 ; Assume 0 base
124 lwzx r19,r24,r21 ; Get the base register value
127 add r22,r22,r19 ; Get DAR
236 lwz r19,dgFlags(0) ; Get the diagnostics flags
243 rlwinm. r0,r19,0,enaNotifyEMb,enaNotifyEMb ; Should we notify that an alignment exception happened?
354 lis r19,hi16(aaEmTable) ; Point to high part of table address
356 rlwimi r19,r26,20,27,27 ; Get bit 0 of instruction code * 4 into bottom of table base
358 ori r19,r19,lo16(aaEmTable) ; Low part of table address
360 add r19,r1
[all...]
H A Dvmachmon_asm.s483 lwz r19,vmmContextPhys(r27) ; Get vmmFAMarea address
486 stw r19,VMMareaPhys(r10) ; Store VMMareaPhys
548 lwz r19,FPUcpu(r25) ; Get the last CPU we ran on
555 mulli r19,r19,ppeSize ; Find offset to the owner per_proc_entry
558 add r19,r18,r19 ; Point to the owner per_proc_entry
559 lwz r19,ppe_vaddr(r19) ; Point to the owner per_proc
561 swvminvfpu: lwarx r18,r16,r19 ; Ge
[all...]
H A Dcswtch.s555 mfmsr r19 ; Get the current MSR
559 ori r19,r19,lo16(MASK(MSR_FP)) ; Enable the floating point feature
561 mtmsr r19 ; Enable floating point instructions
629 fswsync0: li r19,lgKillResv ; Get killing field
630 stwcx. r19,0,r19 ; Kill reservation
632 fswsync0a: lwz r19,0(r15) ; Sniff the lock
634 cmplwi cr1,r19,0 ; Is it locked?
640 fswsync1: lwarx r19,
[all...]
H A Dhw_vm.s144 stw r19,FM_ARG0+0x08(r1) ; Save a register
145 mfsprg r19,2 ; Get feature flags
148 mtcrf 0x02,r19 ; move pf64Bit cr6
353 lwz r19,FM_ARG0+0x08(r1) ; Save a register
531 stw r19,FM_ARG0+0x10(r1) ; Save a register
532 mfsprg r19,2 ; Get feature flags
535 mtcrf 0x02,r19 ; move pf64Bit cr6
571 mfsprg r19,2 ; Get feature flags again (for alternate entries)
710 rlwinm. r0,r19,0,pfSMPcapb,pfSMPcapb ; Can this processor do SMP?
849 lwz r19,FM_ARG
[all...]
H A Dstatus.c173 ts->r19 = (unsigned int)sv->save_r19;
245 xts->r19 = sv->save_r19;
494 ts->r19 = (unsigned int)sv->save_r19;
566 xts->r19 = sv->save_r19;
762 genuser->save_r19 = (uint64_t)ts->r19;
820 genuser->save_r19 = xts->r19;
H A Dlowmem_vectors.s1304 dcbz 0,r3 ; allocate 32-byte line with r16-r19
1373 stw r19,saver19+4(r13) ; Save this one
1457 lhz r19,PP_CPU_NUMBER(r2) ; Get the logical processor number
1464 srw r26,r26,r19 ; Get bit position of cpu number
1520 sth r19,LTR_cpu(r20) ; Stash the cpu number
1716 std r19,saver19(r13) ; Save this one
1789 lhz r19,PP_CPU_NUMBER(r2) ; Get the logical processor number
1796 srw r26,r26,r19 ; Get bit position of cpu number
1848 rlwimi r9,r19,0,24,31 ; Slide in the cpu number
1918 li r19,
[all...]
H A Dhw_exception.s1139 lhz r19,PP_CPU_NUMBER(r31) ; Get our CPU number
1150 stw r19,FPUcpu(r20) ; Claim context for us
1270 cmplw cr1,r19,r24 ; Was facility used on this processor last?
1320 stw r19,VMXcpu(r20) ; Claim context for us
1396 cmplw cr1,r19,r24 ; Was facility used on this processor last?
1436 lwz r19,deferctx(r28) ; Get any deferred facility context switch
1465 mftbu r19 ; Get upper again
1467 cmplw cr1,r20,r19 ; Did they change?
H A Dstart.s146 li r19,0 ; Zorch a register
148 stw r19,0(r20) ; Make sure the lock is free
224 lwz r19,ptPatch(r26) ; Get ptPatch field
230 and. r14,r15,r19 ; Is it set in the patch feature
H A DFirmware.s1856 li r19,8 /* Get the number of characters in a row */
1884 addic. r19,r19,-1 /* Are we finished with a whole display row yet? */
1888 rlwinm r19,r26,31,0,29 /* Number of cache lines (depth/2) */
1910 addic. r19,r19,-1 /* Done all lines yet? */
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/ppc/
H A D_types.h70 unsigned int r19; member in struct:ppc_thread_state
117 unsigned long long r19; member in struct:ppc_thread_state64
H A D_structs.h115 unsigned int r19; variable
214 unsigned long long r19; variable
/macosx-10.5.8/xnu-1228.15.4/libsa/ppc/
H A Dsetjmp.s69 stw r19, 28(ARG0)
141 lwz r19, 28(ARG0)
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dreg_help.h72 #define s11 r19
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_thread_ppc.c84 ts->r19 = (unsigned int)sv->save_r19;
136 xts->r19 = sv->save_r19;
201 sv->save_r19 = (uint64_t)ts->r19;
249 sv->save_r19 = xts->r19;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_machdep.c168 state->r19 = (unsigned int)saved_state->save_r19;
219 state->r19 = saved_state->save_r19;
302 saved_state->save_r19 = state->r19;
351 saved_state->save_r19 = state->r19;

Completed in 188 milliseconds