Lines Matching defs:root
44 hpa_t root;
53 * on a common root, in which case future flushes can skip the
54 * loop and flush the common root.
57 root = vcpu->arch.hv_root_tdp;
58 if (!VALID_PAGE(root) || root == kvm_arch->hv_root_tdp)
62 * Set the tracked root to the first valid root. Keep
63 * this root for the entirety of the loop even if more
65 * to avoid flushing the same (first) root again.
68 kvm_arch->hv_root_tdp = root;
71 ret = hv_remote_flush_root_tdp(root, range);
82 * The optimized flush of a single root can't be used if there