Lines Matching defs:bytes
5549 int *bytes)
5559 if (is_pae(vcpu) && *bytes == 4) {
5562 *bytes = 8;
5565 if (*bytes == 4 || *bytes == 8) {
5566 r = kvm_vcpu_read_guest_atomic(vcpu, *gpa, &gentry, *bytes);
5596 int bytes)
5604 * Sometimes, the OS only writes the last one bytes to update status
5607 if (!(offset & (pte_size - 1)) && bytes == 1)
5610 misaligned = (offset ^ (offset + bytes - 1)) & ~(pte_size - 1);
5611 misaligned |= bytes < 4;
5648 int bytes)
5666 gentry = mmu_pte_write_fetch_gpte(vcpu, &gpa, &bytes);
5671 if (detect_write_misaligned(sp, gpa, bytes) ||