Searched refs:gfn_to_index (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/x86/kvm/ |
D | page_track.c | 68 index = gfn_to_index(gfn, slot->base_gfn, PT_PAGE_TABLE_LEVEL); in update_gfn_track() 158 index = gfn_to_index(gfn, slot->base_gfn, PT_PAGE_TABLE_LEVEL); in kvm_page_track_is_active()
|
D | mmu.c | 1182 idx = gfn_to_index(gfn, slot->base_gfn, level); in lpage_info_slot() 1469 idx = gfn_to_index(gfn, slot->base_gfn, level); in __gfn_to_rmap()
|
D | x86.c | 9657 lpages = gfn_to_index(slot->base_gfn + npages - 1, in kvm_arch_create_memslot()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | kvm_host.h | 120 static inline gfn_t gfn_to_index(gfn_t gfn, gfn_t base_gfn, int level) in gfn_to_index() function
|