Lines Matching defs:old
3914 * Writes are only relevant for old K7 processors,
7780 #define emulator_try_cmpxchg_user(t, ptr, old, new) \
7781 (__try_cmpxchg_user((t __user *)(ptr), (t *)(old), *(t *)(new), efault ## t))
7785 const void *old,
7826 r = emulator_try_cmpxchg_user(u8, hva, old, new);
7829 r = emulator_try_cmpxchg_user(u16, hva, old, new);
7832 r = emulator_try_cmpxchg_user(u32, hva, old, new);
7835 r = emulator_try_cmpxchg_user(u64, hva, old, new);
8738 * rflags is the old, "raw" value of the flags. The new value has
9105 * Workaround userspace that relies on old KVM behavior of %rip being
9286 if (freq->old < freq->new && send_ipi) {
9289 * doesn't see old kvmclock values while running with
9309 if (val == CPUFREQ_PRECHANGE && freq->old > freq->new)
9311 if (val == CPUFREQ_POSTCHANGE && freq->old < freq->new)
10392 unsigned long old, new;
10399 old = new = kvm->arch.apicv_inhibit_reasons;
10403 if (!!old != !!new) {
10814 * we have some of them active, restore the old state.
12572 * old arrays will be freed by __kvm_set_memory_region() if installing
12646 const struct kvm_memory_slot *old,
12665 memcpy(&new->arch, &old->arch, sizeof(old->arch));
12686 struct kvm_memory_slot *old,
12690 u32 old_flags = old ? old->flags : 0;
12707 * MOVE/DELETE: The old mappings will already have been cleaned up by
12713 * MOVE/DELETE: The old mappings will already have been cleaned up by
12807 struct kvm_memory_slot *old,
12812 kvm_page_track_delete_slot(kvm, old);
12823 kvm_mmu_slot_apply_flags(kvm, old, new, change);
12825 /* Free the arrays associated with the old memslot. */
12827 kvm_arch_free_memslot(kvm, old);
13282 bool kvm_arch_irqfd_route_changed(struct kvm_kernel_irq_routing_entry *old,
13288 return !!memcmp(&old->msi, &new->msi, sizeof(new->msi));