Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c121 _ASCE_USER_BITS | _ASCE_TYPE_REGION1; in crst_table_upgrade()
687 case _ASCE_TYPE_REGION1: in base_asce_free()
754 asce = __pa(table) | _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
H A Dgmap.c67 atype = _ASCE_TYPE_REGION1; in gmap_alloc()
565 if ((gmap->asce & _ASCE_TYPE_MASK) >= _ASCE_TYPE_REGION1) { in __gmap_link()
816 if (asce_type != _ASCE_TYPE_REGION1 && in gmap_table_walk()
821 case _ASCE_TYPE_REGION1: in gmap_table_walk()
1533 gmap_idte_one(__pa(r1o) | _ASCE_TYPE_REGION1, raddr); in gmap_unshadow_r2t()
1560 asce = __pa(r1t) | _ASCE_TYPE_REGION1; in __gmap_unshadow_r1t()
1594 case _ASCE_TYPE_REGION1: in gmap_unshadow()
H A Dfault.c128 case _ASCE_TYPE_REGION1: in dump_pagetable()
/openbmc/linux/arch/s390/include/asm/
H A Dmmu_context.h60 asce_type = _ASCE_TYPE_REGION1; in init_new_context()
H A Dpgtable.h239 #define _ASCE_TYPE_REGION1 0x0c /* region first table type */ macro