Searched refs:gfn_to_index (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/arch/x86/kvm/ |
| D | page_track.c | 70 index = gfn_to_index(gfn, slot->base_gfn, PT_PAGE_TABLE_LEVEL); in update_gfn_track() 160 index = gfn_to_index(gfn, slot->base_gfn, PT_PAGE_TABLE_LEVEL); in kvm_page_track_is_active()
|
| D | mmu.c | 1046 idx = gfn_to_index(gfn, slot->base_gfn, level); in lpage_info_slot() 1309 idx = gfn_to_index(gfn, slot->base_gfn, level); in __gfn_to_rmap()
|
| D | x86.c | 9047 lpages = gfn_to_index(slot->base_gfn + npages - 1, in kvm_arch_create_memslot()
|
| /Linux-v4.19/arch/x86/include/asm/ |
| D | kvm_host.h | 112 static inline gfn_t gfn_to_index(gfn_t gfn, gfn_t base_gfn, int level) in gfn_to_index() function
|