Searched refs:pregion (Results 1 – 1 of 1) sorted by relevance
729 uint8_t* pregion = tlsPtr_.stack_begin - kStackOverflowProtectedSize; in InstallImplicitProtection() local735 static_cast<void*>(pregion) << " to " << in InstallImplicitProtection()736 static_cast<void*>(pregion + kStackOverflowProtectedSize - 1); in InstallImplicitProtection()740 uint32_t unwanted_size = stack_top - pregion - kPageSize; in InstallImplicitProtection()741 madvise(pregion, unwanted_size, MADV_DONTNEED); in InstallImplicitProtection()769 static_cast<void*>(pregion); in InstallImplicitProtection()801 RecurseDownStack::Touch(reinterpret_cast<uintptr_t>(pregion)); in InstallImplicitProtection()804 static_cast<void*>(pregion) << " to " << in InstallImplicitProtection()805 static_cast<void*>(pregion + kStackOverflowProtectedSize - 1); in InstallImplicitProtection()812 uint32_t unwanted_size = stack_top - pregion - kPageSize; in InstallImplicitProtection()[all …]