Searched refs:spte_to_child_sp (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/kvm/mmu/
H A Dspte.h246 static inline struct kvm_mmu_page *spte_to_child_sp(u64 spte) function
265 return spte_to_child_sp(root);
H A Dmmu.c1802 child = spte_to_child_sp(ent);
2440 child = spte_to_child_sp(*sptep);
2461 child = spte_to_child_sp(pte);
2895 child = spte_to_child_sp(pte);
3179 spte_to_child_sp(spte)->nx_huge_page_disallowed) {
4034 sp = spte_to_child_sp(root);

Completed in 170 milliseconds