Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 1 of 1) sorted by relevance

/arch/x86/kvm/
Dmmu.c4285 unsigned long last_index, index; in kvm_mmu_slot_remove_write_access() local
4288 last_index = gfn_to_index(last_gfn, memslot->base_gfn, i); in kvm_mmu_slot_remove_write_access()
4290 for (index = 0; index <= last_index; ++index, ++rmapp) { in kvm_mmu_slot_remove_write_access()