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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dbcopy.s42 #define BCOPY_SF_SIZE 32 // total size define
84 stwu r1,-BCOPY_SF_SIZE(r1) ; push on a stack frame so we can call bcopy
136 lwz r0,BCOPY_SF_SIZE+8(r1) ; get return address
137 addi r1,r1,BCOPY_SF_SIZE ; pop off stack frame
167 stwu r1,-BCOPY_SF_SIZE(r1) ; push on a stack frame so we can call bcopy
192 lwz r0,BCOPY_SF_SIZE+8(r1) ; get return address once translation is back on
194 addi r1,r1,BCOPY_SF_SIZE ; pop off stack frame
222 lwz r0,BCOPY_SF_SIZE+8(r1) ; get return address once translation is back on
226 addi r1,r1,BCOPY_SF_SIZE ; pop off stack frame

Completed in 19 milliseconds