Lines Matching refs:spte
9 #include "spte.h"
517 * refreshed to the current value of the spte.
526 * known value of the spte.
1004 * tdp_mmu_link_sp - Replace the given spte with an spte pointing to the
1018 u64 spte = make_nonleaf_spte(sp->spt, !kvm_ad_enabled());
1022 ret = tdp_mmu_set_spte_atomic(kvm, iter, spte);
1026 tdp_mmu_iter_set_spte(kvm, iter, spte);
1398 * Replace the huge spte with a pointer to the populated lower level
1783 * Returns the last level spte pointer of the shadow page walk for the given
1784 * gpa, and sets *spte to the spte value. This spte may be non-preset. If no
1785 * walk could be performed, returns NULL and *spte does not contain valid data.
1794 u64 *spte)
1802 *spte = iter.old_spte;
1807 * Perform the rcu_dereference to get the raw spte pointer value since