Lines Matching defs:huge_spte
337 u64 make_small_spte(struct kvm *kvm, u64 huge_spte,
340 u64 child_spte = huge_spte;
342 KVM_BUG_ON(!is_shadow_present_pte(huge_spte) || !is_large_pte(huge_spte), kvm);
368 u64 huge_spte;
372 huge_spte = small_spte | PT_PAGE_SIZE_MASK;
375 * huge_spte already has the address of the sub-page being collapsed
379 huge_spte &= KVM_HPAGE_MASK(level) | ~PAGE_MASK;
382 huge_spte = make_spte_nonexecutable(huge_spte);
384 return huge_spte;