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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s307 LCL(A_plist) = LCL(A_next)+4 /* head of page list for context block */
308 LCL(A_lock) = LCL(A_plist)+4 /* lock word */
312 #define A_plist LCL(A_plist) define
745 movl A_plist(%ecx),%edx /* pointer to current block */
810 movl A_plist(%ecx),%esi /* previous memory block or 0 */
814 movl %edx,A_plist(%ecx) /* update current page list */
850 movl %edx,A_plist(%ecx) /* head of memory block list */

Completed in 28 milliseconds