Searched refs:scs_region_base (Results 1 – 1 of 1) sorted by relevance
259 GuestAddr scs_region_base = ToGuestAddr(scs_region_); in AllocShadowCallStack() local261 scs_base_ = AlignUp(scs_region_base, SCS_SIZE); in AllocShadowCallStack()264 if (mprotect(scs_region_, scs_base_ - scs_region_base, PROT_NONE) != 0 || in AllocShadowCallStack()266 scs_region_base + SCS_GUARD_REGION_SIZE - scs_top, in AllocShadowCallStack()