Searched refs:gfn_to_index (Results 1 – 4 of 4) sorted by relevance
/arch/x86/kvm/ |
D | page_track.c | 67 index = gfn_to_index(gfn, slot->base_gfn, PT_PAGE_TABLE_LEVEL); in update_gfn_track() 155 index = gfn_to_index(gfn, slot->base_gfn, PT_PAGE_TABLE_LEVEL); in kvm_page_track_is_active()
|
D | mmu.c | 786 idx = gfn_to_index(gfn, slot->base_gfn, level); in lpage_info_slot() 1049 idx = gfn_to_index(gfn, slot->base_gfn, level); in __gfn_to_rmap()
|
D | x86.c | 8082 lpages = gfn_to_index(slot->base_gfn + npages - 1, in kvm_arch_create_memslot()
|
/arch/x86/include/asm/ |
D | kvm_host.h | 109 static inline gfn_t gfn_to_index(gfn_t gfn, gfn_t base_gfn, int level) in gfn_to_index() function
|