Lines Matching refs:creadr
1568 its->creadr = 0;
1573 its->cwriter = its->creadr;
1593 while (its->cwriter != its->creadr) {
1594 int ret = kvm_read_guest_lock(kvm, cbaser + its->creadr,
1606 its->creadr += ITS_CMD_SIZE;
1607 if (its->creadr == ITS_CMD_BUFFER_SIZE(its->cbaser))
1608 its->creadr = 0;
1653 return extract_bytes(its->creadr, addr & 0x7, len);
1677 its->creadr = cmd_offset;
1767 if (its->creadr == its->cwriter)
2737 its->creadr = 0;