orig_asce 63 arch/s390/include/asm/gmap.h unsigned long orig_asce; orig_asce 996 arch/s390/kvm/gaccess.c asce.val = sg->orig_asce; orig_asce 1596 arch/s390/mm/gmap.c if (sg->orig_asce != asce || sg->edat_level != edat_level || orig_asce 1623 arch/s390/mm/gmap.c return sg->orig_asce == asce && sg->edat_level == edat_level; orig_asce 1665 arch/s390/mm/gmap.c new->orig_asce = asce; orig_asce 1679 arch/s390/mm/gmap.c if (sg->orig_asce & _ASCE_REAL_SPACE) { orig_asce 2187 arch/s390/mm/gmap.c start = sg->orig_asce & _ASCE_ORIGIN; orig_asce 2188 arch/s390/mm/gmap.c end = start + ((sg->orig_asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE; orig_asce 2189 arch/s390/mm/gmap.c if (!(sg->orig_asce & _ASCE_REAL_SPACE) && gaddr >= start &&