Searched refs:gfn_to_index (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/mmu/ |
| A D | page_track.c | 91 index = gfn_to_index(gfn, slot->base_gfn, PG_LEVEL_4K); in update_gfn_track() 192 index = gfn_to_index(gfn, slot->base_gfn, PG_LEVEL_4K); in kvm_slot_page_track_is_active()
|
| A D | mmu.c | 805 idx = gfn_to_index(gfn, slot->base_gfn, level); in lpage_info_slot() 1066 idx = gfn_to_index(gfn, slot->base_gfn, level); in gfn_to_rmap()
|
| /linux/arch/x86/kvm/ |
| A D | mmu.h | 329 static inline gfn_t gfn_to_index(gfn_t gfn, gfn_t base_gfn, int level) in gfn_to_index() function 340 return gfn_to_index(slot->base_gfn + npages - 1, in __kvm_mmu_slot_lpages()
|
Completed in 18 milliseconds