Lines Matching defs:old
1896 union sca_utility new, old;
1902 old = READ_ONCE(sca->utility);
1903 new = old;
1905 } while (cmpxchg(&sca->utility.val, old.val, new.val) != old.val);
2922 } old = { .quad = 0}, new = { .quad = 0 };
2939 if (copy_from_user(&old.raw[off_in_quad], old_addr, mop->size))
2949 r = cmpxchg_guest_abs_with_key(kvm, mop->gaddr, mop->size, &old.quad,
2951 if (!success && copy_to_user(old_addr, &old.raw[off_in_quad], mop->size))
5685 /* do not use irq_state.flags, it will break old QEMUs */
5701 /* do not use irq_state.flags, it will break old QEMUs */
5762 const struct kvm_memory_slot *old,
5811 struct kvm_memory_slot *old,
5819 rc = gmap_unmap_segment(kvm->arch.gmap, old->base_gfn * PAGE_SIZE,
5820 old->npages * PAGE_SIZE);
5823 rc = gmap_unmap_segment(kvm->arch.gmap, old->base_gfn * PAGE_SIZE,
5824 old->npages * PAGE_SIZE);