Home
last modified time | relevance | path

Searched refs:_ASCE_TYPE_REGION1 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/mm/
H A Dpgalloc.c101 _ASCE_USER_BITS | _ASCE_TYPE_REGION1; in crst_table_upgrade()
383 case _ASCE_TYPE_REGION1: in base_asce_free()
450 asce = __pa(table) | _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
H A Dfault.c83 case _ASCE_TYPE_REGION1: in dump_pagetable()
/linux/arch/s390/include/asm/
H A Dmmu_context.h53 asce_type = _ASCE_TYPE_REGION1; in init_new_context()
H A Dpgtable.h260 #define _ASCE_TYPE_REGION1 0x0c /* region first table type */ macro