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()
527 void base_asce_free(unsigned long asce) in base_asce_free() argument
529 unsigned long table = asce & _ASCE_ORIGIN; in base_asce_free()
531 if (!asce) in base_asce_free()
533 switch (asce & _ASCE_TYPE_MASK) { in base_asce_free()
581 unsigned long asce, table, end; in base_asce_alloc() local
592 asce = table | _ASCE_TYPE_SEGMENT | _ASCE_TABLE_LENGTH; in base_asce_alloc()
598 asce = table | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
604 asce = table | _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
610 asce = table | _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
613 base_asce_free(asce); in base_asce_alloc()
614 asce = 0; in base_asce_alloc()
616 return asce; in base_asce_alloc()