Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h2395 int memslot_rmap_alloc(struct kvm_memory_slot *slot, unsigned long npages);
/linux/arch/x86/kvm/
H A Dx86.c12919 int memslot_rmap_alloc(struct kvm_memory_slot *slot, unsigned long npages) in memslot_rmap_alloc() function
12955 r = memslot_rmap_alloc(slot, npages); in kvm_alloc_memslot_metadata()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c3750 r = memslot_rmap_alloc(slot, slot->npages); in mmu_first_shadow_root_alloc()