Lines Matching refs:context
34 ; first arg of make_fcontext() == top of context-stack
35 ; save top of context-stack (base) A4
41 ; reserve space for context-data on context-stack
46 ; second arg of make_fcontext() == size of context-stack
47 ; compute bottom address of context-stack (limit)
49 ; save bottom address of context-stack as 'limit'
51 ; save bottom address of context-stack as 'dealloction stack'
54 ; third arg of make_fcontext() == address of context-function
64 ; save address of finish as return-address for context-function
65 ; will be entered after context-function returns
68 bx lr ; return pointer to context-data