Home
last modified time | relevance | path

Searched refs:stack_bottom (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/context/
Dfiber_ucontext.hpp81 void * stack_bottom{ nullptr }; member
124 __sanitizer_start_switch_fiber( nullptr, stack_bottom, stack_size); in resume()
126 __sanitizer_start_switch_fiber( & from->fake_stack, stack_bottom, stack_size); in resume()
133 (const void **) & current()->from->stack_bottom, in resume()
186 __sanitizer_start_switch_fiber( & from->fake_stack, stack_bottom, stack_size); in resume_with()
192 (const void **) & current()->from->stack_bottom, in resume_with()
258 (const void **) & from->stack_bottom, in run()
298 void * stack_bottom = reinterpret_cast< void * >( in create_fiber1() local
308 record->uctx.uc_stack.ss_sp = stack_bottom; in create_fiber1()
311 reinterpret_cast< uintptr_t >( stack_bottom) - static_cast< uintptr_t >( 64); in create_fiber1()
[all …]
Dcontinuation_ucontext.hpp81 void * stack_bottom{ nullptr }; member
124 __sanitizer_start_switch_fiber( nullptr, stack_bottom, stack_size); in resume()
126 __sanitizer_start_switch_fiber( & from->fake_stack, stack_bottom, stack_size); in resume()
133 (const void **) & current()->from->stack_bottom, in resume()
186 __sanitizer_start_switch_fiber( & from->fake_stack, stack_bottom, stack_size); in resume_with()
192 (const void **) & current()->from->stack_bottom, in resume_with()
258 (const void **) & from->stack_bottom, in run()
298 void * stack_bottom = reinterpret_cast< void * >( in create_context1() local
308 record->uctx.uc_stack.ss_sp = stack_bottom; in create_context1()
311 reinterpret_cast< uintptr_t >( stack_bottom) - static_cast< uintptr_t >( 64); in create_context1()
[all …]
Dfiber_fcontext.hpp167 void * stack_bottom = reinterpret_cast< void * >( in create_fiber1() local
170 …_t size = reinterpret_cast< uintptr_t >( stack_top) - reinterpret_cast< uintptr_t >( stack_bottom); in create_fiber1()
189 void * stack_bottom = reinterpret_cast< void * >( in create_fiber2() local
192 …_t size = reinterpret_cast< uintptr_t >( stack_top) - reinterpret_cast< uintptr_t >( stack_bottom); in create_fiber2()
Dcontinuation_fcontext.hpp170 void * stack_bottom = reinterpret_cast< void * >( in create_context1() local
173 …_t size = reinterpret_cast< uintptr_t >( stack_top) - reinterpret_cast< uintptr_t >( stack_bottom); in create_context1()
192 void * stack_bottom = reinterpret_cast< void * >( in create_context2() local
195 …_t size = reinterpret_cast< uintptr_t >( stack_top) - reinterpret_cast< uintptr_t >( stack_bottom); in create_context2()
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap18.c88 void *start, *stack_top, *stack_bottom; in allocate_stack() local
101 stack_bottom = start + reserved_size - stack_size; in allocate_stack()
104 start, stack_top, stack_bottom); in allocate_stack()
108 return stack_bottom; in allocate_stack()
/third_party/boost/libs/fiber/src/
Dcontext.cpp59 void * stack_bottom = reinterpret_cast< void * >( in make_dispatcher_context() local
61 …ze_t size = reinterpret_cast< uintptr_t >( storage) - reinterpret_cast< uintptr_t >( stack_bottom); in make_dispatcher_context()
/third_party/boost/boost/fiber/
Dcontext.hpp469 void * stack_bottom = reinterpret_cast< void * >( in make_worker_context() local
471 …ze_t size = reinterpret_cast< uintptr_t >( storage) - reinterpret_cast< uintptr_t >( stack_bottom); in make_worker_context()