Searched refs:gmap_create (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dgmap.h105 struct gmap *gmap_create(struct mm_struct *mm, unsigned long limit);
/linux-master/arch/s390/mm/
H A Dgmap.c102 * gmap_create - create a guest address space
108 struct gmap *gmap_create(struct mm_struct *mm, unsigned long limit) function
127 EXPORT_SYMBOL_GPL(gmap_create); variable
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c970 /* gmap_create takes last usable address */
977 /* gmap_create will round the limit up */
978 struct gmap *new = gmap_create(current->mm, new_limit);
3406 kvm->arch.gmap = gmap_create(current->mm, kvm->arch.mem_limit - 1);
3490 vcpu->arch.gmap = gmap_create(current->mm, -1UL);

Completed in 130 milliseconds