Lines Matching refs:context
30 ; first arg of make_fcontext() == top of context-stack
33 ; reserve space for first argument of context-function
40 ; reserve space for context-data on context-stack
41 ; on context-function entry: (ESP -0x4) % 8 == 0
50 ; first arg of make_fcontext() == top of context-stack
52 ; save top address of context stack as 'base'
54 ; second arg of make_fcontext() == size of context-stack
58 ; compute bottom address of context stack (limit)
60 ; save bottom address of context-stack as 'limit'
62 ; save bottom address of context-stack as 'dealloction stack'
68 ; third arg of make_fcontext() == address of context-function
75 ; save address of trampoline as return-address for context-function
81 ; save address of finish as return-address for context-function in EBP
82 ; will be entered after context-function returns
110 ; save address in ECX as SEH handler for context
121 ret ; return pointer to context-data
124 ; move transport_t for entering context-function
129 ; jump to context-function