Searched refs:gfn_to_index (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/x86/kvm/ |
D | mmu.h | 251 static inline gfn_t gfn_to_index(gfn_t gfn, gfn_t base_gfn, int level) in gfn_to_index() function 262 return gfn_to_index(slot->base_gfn + npages - 1, in __kvm_mmu_slot_lpages()
|
/linux-6.12.1/arch/x86/kvm/mmu/ |
D | page_track.c | 80 index = gfn_to_index(gfn, slot->base_gfn, PG_LEVEL_4K); in update_gfn_write_track() 147 index = gfn_to_index(gfn, slot->base_gfn, PG_LEVEL_4K); in kvm_gfn_is_write_tracked()
|
D | mmu.c | 767 idx = gfn_to_index(gfn, slot->base_gfn, level); in lpage_info_slot() 1078 idx = gfn_to_index(gfn, slot->base_gfn, level); in gfn_to_rmap()
|