Lines Matching refs:asce
75 S390_lowcore.user_asce = mm->context.asce; in __crst_table_upgrade()
128 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
137 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
525 void base_asce_free(unsigned long asce) in base_asce_free() argument
527 unsigned long table = asce & _ASCE_ORIGIN; in base_asce_free()
529 if (!asce) in base_asce_free()
531 switch (asce & _ASCE_TYPE_MASK) { in base_asce_free()
579 unsigned long asce, table, end; in base_asce_alloc() local
590 asce = table | _ASCE_TYPE_SEGMENT | _ASCE_TABLE_LENGTH; in base_asce_alloc()
596 asce = table | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
602 asce = table | _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
608 asce = table | _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
611 base_asce_free(asce); in base_asce_alloc()
612 asce = 0; in base_asce_alloc()
614 return asce; in base_asce_alloc()