Home
last modified time | relevance | path

Searched refs:scs_base_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread.cc136 SetShadowCallStackPointer(GetCPUState(*thread->state()), thread->scs_base_); in CreatePthread()
261 scs_base_ = AlignUp(scs_region_base, SCS_SIZE); in AllocShadowCallStack()
262 GuestAddr scs_top = scs_base_ + SCS_SIZE; in AllocShadowCallStack()
264 if (mprotect(scs_region_, scs_base_ - scs_region_base, PROT_NONE) != 0 || in AllocShadowCallStack()
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h136 GuestAddr scs_base_ = {}; variable