Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dkvm_host.h1235 int kvm_prefetch_pages(struct kvm_memory_slot *slot, gfn_t gfn,
/linux-6.15/virt/kvm/
H A Dkvm_main.c3006 int kvm_prefetch_pages(struct kvm_memory_slot *slot, gfn_t gfn, in kvm_prefetch_pages() function
3021 EXPORT_SYMBOL_GPL(kvm_prefetch_pages);
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c3084 nr_pages = kvm_prefetch_pages(slot, gfn, pages, nr_pages); in kvm_mmu_prefetch_sptes()