Home
last modified time | relevance | path

Searched refs:child_spte (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/mmu/
H A Dspte.c340 u64 child_spte = huge_spte; in make_small_spte() local
349 child_spte |= (index * KVM_PAGES_PER_HPAGE(role.level)) << PAGE_SHIFT; in make_small_spte()
352 child_spte &= ~PT_PAGE_SIZE_MASK; in make_small_spte()
360 child_spte = make_spte_executable(child_spte); in make_small_spte()
363 return child_spte; in make_small_spte()