Home
last modified time | relevance | path

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

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