Searched refs:hdr_end (Results 1 – 2 of 2) sorted by relevance
80 uptr hdr_end = hdr + sizeof(Trace); in CreateThreadContext() local81 hdr_end -= sizeof(TraceHeader) * (kTraceParts - TraceParts()); in CreateThreadContext()82 hdr_end = RoundUp(hdr_end, GetPageSizeCached()); in CreateThreadContext()83 if (hdr_end < hdr + sizeof(Trace)) in CreateThreadContext()84 UnmapOrDie((void*)hdr_end, hdr + sizeof(Trace) - hdr_end); in CreateThreadContext()
455 size_t hdr_end = hdr_start + 1; in gpt_fill_pte() local478 if (((start < hdr_end && hdr_start < (start + size)) || in gpt_fill_pte()