Lines Matching refs:estart
406 estart = addr - start
407 return unsigned(start + estart - (estart % esize))
614 estart = None
623 estart = meta.getElementAddress(addr)
624 if estart is None:
626 elif meta.isElementFree(estart):
628 elif estart in GetZoneCachedElements(meta.zone):
642 if estart is not None:
652 if estart > start:
653 data_array = kern.GetValueFromAddress(estart - 16, "uint8_t *")
654 print_hex_data(data_array[0:16], estart - 16, "")
660 data_array = kern.GetValueFromAddress(estart, "uint8_t *")
661 print_hex_data(data_array[0:esize], estart, "", marks)
669 data_array = kern.GetValueFromAddress(estart + esize, "uint8_t *")
670 print_hex_data(data_array[0:16], estart + esize, "")