Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkvm_host.h1236 int kvm_prefetch_pages(struct kvm_memory_slot *slot, gfn_t gfn,
/linux/virt/kvm/
H A Dkvm_main.c3068 int kvm_prefetch_pages(struct kvm_memory_slot *slot, gfn_t gfn, in kvm_prefetch_pages() function
3083 EXPORT_SYMBOL_GPL(kvm_prefetch_pages);
/linux/arch/x86/kvm/mmu/
H A Dmmu.c3113 nr_pages = kvm_prefetch_pages(slot, gfn, pages, nr_pages); in kvm_mmu_prefetch_sptes()