Home | History | Annotate | Download | only in qemu

Lines Matching defs:eidx

3136     int idx, eidx;
3142 eidx = SUBPAGE_IDX(end);
3144 printf("%s: %p start %08x end %08x idx %08x eidx %08x mem %ld\n", __func__,
3145 mmio, start, end, idx, eidx, memory);
3148 for (; idx <= eidx; idx++) {