Searched refs:gfn_to_index (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/arch/x86/kvm/mmu/ |
D | page_track.c | 65 index = gfn_to_index(gfn, slot->base_gfn, PG_LEVEL_4K); in update_gfn_track() 155 index = gfn_to_index(gfn, slot->base_gfn, PG_LEVEL_4K); in kvm_page_track_is_active()
|
D | mmu.c | 801 idx = gfn_to_index(gfn, slot->base_gfn, level); in lpage_info_slot() 1062 idx = gfn_to_index(gfn, slot->base_gfn, level); in gfn_to_rmap()
|
/Linux-v5.15/arch/x86/kvm/ |
D | mmu.h | 243 static inline gfn_t gfn_to_index(gfn_t gfn, gfn_t base_gfn, int level) in gfn_to_index() function 254 return gfn_to_index(slot->base_gfn + npages - 1, in __kvm_mmu_slot_lpages()
|