Lines Matching refs:estart
410 estart = addr - start
411 return unsigned(start + estart - (estart % esize))
634 estart = None
643 estart = meta.getElementAddress(addr)
644 if estart is None:
646 elif meta.isElementFree(estart):
648 elif estart in GetZoneCachedElements(meta.zone):
662 if estart is not None:
672 if estart > start:
673 data_array = kern.GetValueFromAddress(estart - 16, "uint8_t *")
674 print_hex_data(data_array[0:16], estart - 16, "")
680 data_array = kern.GetValueFromAddress(estart, "uint8_t *")
681 print_hex_data(data_array[0:esize], estart, "", marks)
689 data_array = kern.GetValueFromAddress(estart + esize, "uint8_t *")
690 print_hex_data(data_array[0:16], estart + esize, "")