Home
last modified time | relevance | path

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

/arch/s390/mm/
Dpgtable.c153 gmap->asce_end = limit; in gmap_alloc()
376 from + len > TASK_MAX_SIZE || to + len > gmap->asce_end) in gmap_map_segment()
/arch/s390/kvm/
Dkvm-s390.c395 kvm->arch.gmap->asce_end); in kvm_s390_get_mem_control()
396 if (put_user(kvm->arch.gmap->asce_end, (u64 __user *)attr->addr)) in kvm_s390_get_mem_control()
448 if (new_limit > kvm->arch.gmap->asce_end) in kvm_s390_set_mem_control()
/arch/s390/include/asm/
Dpgtable.h774 unsigned long asce_end; member