Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/mmu/
H A Dspte.c308 u64 child_spte = huge_spte; in make_small_spte() local
317 child_spte |= (index * KVM_PAGES_PER_HPAGE(role.level)) << PAGE_SHIFT; in make_small_spte()
320 child_spte &= ~PT_PAGE_SIZE_MASK; in make_small_spte()
328 child_spte = make_spte_executable(child_spte); in make_small_spte()
331 return child_spte; in make_small_spte()