Searched refs:huge_spte (Results 1 – 2 of 2) sorted by relevance
337 u64 make_small_spte(struct kvm *kvm, u64 huge_spte, in make_small_spte() argument340 u64 child_spte = huge_spte; in make_small_spte()342 KVM_BUG_ON(!is_shadow_present_pte(huge_spte) || !is_large_pte(huge_spte), kvm); in make_small_spte()368 u64 huge_spte; in make_huge_spte() local372 huge_spte = small_spte | PT_PAGE_SIZE_MASK; in make_huge_spte()379 huge_spte &= KVM_HPAGE_MASK(level) | ~PAGE_MASK; in make_huge_spte()382 huge_spte = make_spte_nonexecutable(huge_spte); in make_huge_spte()384 return huge_spte; in make_huge_spte()
7081 u64 huge_spte = READ_ONCE(*huge_sptep); in shadow_mmu_split_huge_page() local7113 spte = make_small_spte(kvm, huge_spte, sp->role, index); in shadow_mmu_split_huge_page()