Searched refs:pointer (Results 1 – 17 of 17) sorted by relevance
60 void *pointer; in zend_fiber_stack_allocate() local71 if (!pointer) { in zend_fiber_stack_allocate()79 VirtualFree(pointer, 0, MEM_RELEASE); in zend_fiber_stack_allocate()86 if (pointer == MAP_FAILED) { in zend_fiber_stack_allocate()92 munmap(pointer, msize); in zend_fiber_stack_allocate()98 stack->pointer = (void *) ((uintptr_t) pointer + ZEND_FIBER_GUARD_PAGES * page_size); in zend_fiber_stack_allocate()101 uintptr_t base = (uintptr_t) stack->pointer; in zend_fiber_stack_allocate()110 if (!stack->pointer) { in zend_fiber_stack_free()120 void *pointer = (void *) ((uintptr_t) stack->pointer - ZEND_FIBER_GUARD_PAGES * page_size); in zend_fiber_stack_free() local123 VirtualFree(pointer, 0, MEM_RELEASE); in zend_fiber_stack_free()[all …]
57 void *stack = (void *) ((uintptr_t) context->stack.pointer + context->stack.size); in zend_fiber_init_context()79 ZEND_ASSERT(to && to->self && to->stack.pointer && "Invalid fiber context"); in zend_fiber_switch_context()88 ZEND_ASSERT(current && current->caller && current->stack.pointer && "Invalid fiber context"); in zend_fiber_suspend_context()
69 # save global pointer in context-data79 jr $ra # return pointer to context-data
68 # save global pointer in context-data81 jr $ra # return pointer to context-data
75 ret lr ; return pointer to context-data (x0)
78 # Don't change R2, the thread-local storage pointer.
65 bx lr @ return pointer to context-data
71 bx lr @ return pointer to context-data
88 # set hidden pointer for returning transfer_t110 blr # return pointer to context-data
124 blr # return pointer to context-data
54 blr # return pointer to context-data
68 bx lr ; return pointer to context-data
151 blr # return pointer to context-data
188 # arg pointer already in %r4
121 ret ; return pointer to context-data
47 void *pointer; member
Completed in 19 milliseconds