_ASCE_ORIGIN     1022 arch/s390/include/asm/pgtable.h 	opt = opt | (asce & _ASCE_ORIGIN);
_ASCE_ORIGIN      113 arch/s390/mm/fault.c 	unsigned long *table = __va(asce & _ASCE_ORIGIN);
_ASCE_ORIGIN     1563 arch/s390/mm/gmap.c 	table = (unsigned long *)(sg->asce & _ASCE_ORIGIN);
_ASCE_ORIGIN     1700 arch/s390/mm/gmap.c 	rc = gmap_protect_range(parent, asce & _ASCE_ORIGIN,
_ASCE_ORIGIN     2187 arch/s390/mm/gmap.c 	start = sg->orig_asce & _ASCE_ORIGIN;
_ASCE_ORIGIN      529 arch/s390/mm/pgalloc.c 	unsigned long table = asce & _ASCE_ORIGIN;