Searched refs:gmap_create (Results 1 – 3 of 3) sorted by relevance
101 struct gmap *gmap_create(struct mm_struct *mm, unsigned long limit);
97 struct gmap *gmap_create(struct mm_struct *mm, unsigned long limit) in gmap_create() function116 EXPORT_SYMBOL_GPL(gmap_create);
875 struct gmap *new = gmap_create(current->mm, new_limit); in kvm_s390_set_mem_control()2498 kvm->arch.gmap = gmap_create(current->mm, kvm->arch.mem_limit - 1); in kvm_arch_init_vm()2575 vcpu->arch.gmap = gmap_create(current->mm, -1UL); in __kvm_ucontrol_vcpu_init()