Lines Matching defs:old
361 * present bit firstly to avoid vcpu fetch the old high bits.
393 * Reading the spte while an update is in progress may get the old value
2545 * so the old mapping for GVA X incorrectly
2614 pgprintk("hfn old %llx new %llx\n",
2638 * The fault is fully spurious if and only if the new SPTE and old SPTE
3670 * or moved. This ensures any existing SPTEs for the old memslot will
4871 static bool need_remote_flush(u64 old, u64 new)
4873 if (!is_shadow_present_pte(old))
4877 if ((old ^ new) & PT64_BASE_ADDR_MASK)
4879 old ^= shadow_nx_mask;
4881 return (old & ~new & PT64_PERM_MASK) != 0;