Lines Matching refs:asce
102 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
109 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
135 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_downgrade()
576 void base_asce_free(unsigned long asce) in base_asce_free() argument
578 unsigned long table = asce & _ASCE_ORIGIN; in base_asce_free()
580 if (!asce) in base_asce_free()
582 switch (asce & _ASCE_TYPE_MASK) { in base_asce_free()
630 unsigned long asce, table, end; in base_asce_alloc() local
641 asce = table | _ASCE_TYPE_SEGMENT | _ASCE_TABLE_LENGTH; in base_asce_alloc()
647 asce = table | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
653 asce = table | _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
659 asce = table | _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
662 base_asce_free(asce); in base_asce_alloc()
663 asce = 0; in base_asce_alloc()
665 return asce; in base_asce_alloc()