Home | History | Annotate | Download | only in memcheck

Lines Matching refs:a_hi

3371       UWord a_hi = (UWord)(base + 128 - 1);
3372 tl_assert(a_lo < a_hi); // paranoia: detect overflow
3373 if (a_hi <= MAX_PRIMARY_ADDRESS) {
3376 SecMap* sm_hi = get_secmap_for_writing_low(a_hi);
3427 UWord a_hi = (UWord)(base + 288 - 1);
3428 tl_assert(a_lo < a_hi); // paranoia: detect overflow
3429 if (a_hi <= MAX_PRIMARY_ADDRESS) {
3432 SecMap* sm_hi = get_secmap_for_writing_low(a_hi);