Lines Matching refs:zapped
848 * zapped for NX recovery" pages. Note, the shadow page can already be
1038 /* Return true if at least one SPTE was zapped, false otherwise */
2195 * If the sync fails, the page is zapped. If so, break
2486 /* Returns the number of zapped non-leaf child shadow pages. */
2521 int zapped = 0;
2525 zapped += mmu_page_zap_pte(kvm, sp, sp->spt + i, invalid_list);
2527 return zapped;
2543 int i, zapped = 0;
2556 zapped++;
2560 return zapped;
4174 * If the page table is zapped by other cpus, let CPU fault again on
4262 * be zapped before KVM inserts a new MMIO SPTE for the gfn.
6076 * loaded a new root, i.e. the shadow pages being zapped cannot
7066 * it is becoming nonzero, the page will be zapped unnecessarily.