Lines Matching refs:context
62 # first arg of make_fcontext() == top address of context-function
66 # reserve space on context-stack, including 16 bytes of linkage
67 # and parameter area + 240 bytes of context-data (R1 % 16 == 0)
70 # third arg of make_fcontext() == address of context-function
72 # save context-function as PC
75 # save context-function for trampoline
83 # copy FPSCR to new context
103 # save address of finish as return-address for context-function
104 # will be entered after context-function returns
110 blr # return pointer to context-data
116 # our context-function.
117 lwz %r0, 8(%r1) # address of context-function