Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/mm/
Dpgtable.c147 struct gmap *gmap_alloc(struct mm_struct *mm, unsigned long limit) in gmap_alloc() function
200 EXPORT_SYMBOL_GPL(gmap_alloc);
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c363 struct gmap *new = gmap_alloc(current->mm, new_limit); in kvm_s390_set_mem_control()
1094 kvm->arch.gmap = gmap_alloc(current->mm, (1UL << 44) - 1); in kvm_arch_init_vm()
1174 vcpu->arch.gmap = gmap_alloc(current->mm, -1UL); in __kvm_ucontrol_vcpu_init()
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h726 struct gmap *gmap_alloc(struct mm_struct *mm, unsigned long limit);