asce_type 790 arch/s390/mm/gmap.c const int asce_type = gmap->asce & _ASCE_TYPE_MASK; asce_type 798 arch/s390/mm/gmap.c if (asce_type != _ASCE_TYPE_REGION1 && asce_type 799 arch/s390/mm/gmap.c gaddr & (-1UL << (31 + (asce_type >> 2) * 11))) asce_type 204 arch/s390/mm/kasan_init.c static void __init kasan_set_pgd(pgd_t *pgd, unsigned long asce_type) asce_type 208 arch/s390/mm/kasan_init.c asce_bits = asce_type | _ASCE_TABLE_LENGTH; asce_type 244 arch/s390/mm/kasan_init.c unsigned long asce_type; asce_type 275 arch/s390/mm/kasan_init.c asce_type = _ASCE_TYPE_REGION2; asce_type 283 arch/s390/mm/kasan_init.c asce_type = _ASCE_TYPE_REGION3; asce_type 339 arch/s390/mm/kasan_init.c kasan_set_pgd(early_pg_dir, asce_type);