Lines Matching defs:leaf
767 /* the non-leaf shadow pages are keeping readonly. */
2217 /* Returns the number of zapped non-leaf child shadow pages. */
2874 * large page, as the leaf could be executable.
3494 int leaf = -1;
3503 leaf = iterator.level;
3506 sptes[leaf - 1] = spte;
3514 return leaf;
3522 int root, leaf, level;
3531 leaf = kvm_tdp_mmu_get_walk(vcpu, addr, sptes, &root);
3533 leaf = get_walk(vcpu, addr, sptes, &root);
3535 if (unlikely(leaf < 0)) {
3542 for (level = root; level >= leaf; level--) {
3558 for (level = root; level >= leaf; level--)
3563 *sptep = sptes[leaf - 1];
4010 * Non-leaf PML4Es and PDPEs reserve bit 8 (which would be the G bit for
4011 * leaf entries) on AMD CPUs only.