Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h2404 int memslot_rmap_alloc(struct kvm_memory_slot *slot, unsigned long npages);
/linux-6.15/arch/x86/kvm/
H A Dx86.c12934 int memslot_rmap_alloc(struct kvm_memory_slot *slot, unsigned long npages) in memslot_rmap_alloc() function
12970 r = memslot_rmap_alloc(slot, npages); in kvm_alloc_memslot_metadata()
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c3923 r = memslot_rmap_alloc(slot, slot->npages); in mmu_first_shadow_root_alloc()