Searched refs:spte_index (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/x86/kvm/mmu/ |
D | spte.h | 207 static inline int spte_index(u64 *sptep) in spte_index() function
|
D | mmu.c | 1042 gfn = kvm_mmu_page_get_gfn(sp, spte_index(spte)); in rmap_remove() 1593 kvm_mmu_page_set_translation(sp, spte_index(spte), gfn, access); in __rmap_add() 1736 if (__test_and_set_bit(spte_index(spte), sp->unsync_child_bitmap)) in mark_unsync() 2226 role.quadrant = spte_index(sptep) & 1; in kvm_mmu_child_role() 2852 kvm_mmu_page_set_access(sp, spte_index(sptep), pte_access); in mmu_set_spte() 2868 gfn = kvm_mmu_page_get_gfn(sp, spte_index(start)); in direct_pte_prefetch_many() 2894 i = spte_index(sptep) & ~(PTE_PREFETCH_NUM - 1); in __direct_pte_prefetch() 6165 gfn = kvm_mmu_page_get_gfn(huge_sp, spte_index(huge_sptep)); in shadow_mmu_get_sp_for_split() 6166 access = kvm_mmu_page_get_access(huge_sp, spte_index(huge_sptep)); in shadow_mmu_get_sp_for_split() 6240 gfn = kvm_mmu_page_get_gfn(huge_sp, spte_index(huge_sptep)); in shadow_mmu_try_split_huge_page()
|
D | paging_tmpl.h | 598 i = spte_index(sptep) & ~(PTE_PREFETCH_NUM - 1); in FNAME() 936 pte_gpa += spte_index(sptep) * sizeof(pt_element_t); in FNAME()
|