Lines Matching refs:asce
75 S390_lowcore.user_asce = mm->context.asce; in __crst_table_upgrade()
119 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
128 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
516 void base_asce_free(unsigned long asce) in base_asce_free() argument
518 unsigned long table = asce & _ASCE_ORIGIN; in base_asce_free()
520 if (!asce) in base_asce_free()
522 switch (asce & _ASCE_TYPE_MASK) { in base_asce_free()
570 unsigned long asce, table, end; in base_asce_alloc() local
581 asce = table | _ASCE_TYPE_SEGMENT | _ASCE_TABLE_LENGTH; in base_asce_alloc()
587 asce = table | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
593 asce = table | _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
599 asce = table | _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
602 base_asce_free(asce); in base_asce_alloc()
603 asce = 0; in base_asce_alloc()
605 return asce; in base_asce_alloc()