Home
last modified time | relevance | path

Searched refs:asce_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dmmu_context.h22 unsigned long asce_type, init_entry; in init_new_context() local
55 asce_type = _ASCE_TYPE_REGION3; in init_new_context()
60 asce_type = _ASCE_TYPE_REGION1; in init_new_context()
65 asce_type = _ASCE_TYPE_REGION2; in init_new_context()
69 _ASCE_USER_BITS | asce_type; in init_new_context()
/openbmc/linux/arch/s390/boot/
H A Dvmem.c418 unsigned long asce_type; in setup_vmem() local
423 asce_type = _REGION2_ENTRY_EMPTY; in setup_vmem()
426 asce_type = _REGION3_ENTRY_EMPTY; in setup_vmem()
431 crst_table_init((unsigned long *)swapper_pg_dir, asce_type); in setup_vmem()
/openbmc/linux/arch/s390/mm/
H A Dgmap.c807 const int asce_type = gmap->asce & _ASCE_TYPE_MASK; in gmap_table_walk() local
813 if (WARN_ON_ONCE(level > (asce_type >> 2) + 1)) in gmap_table_walk()
816 if (asce_type != _ASCE_TYPE_REGION1 && in gmap_table_walk()
817 gaddr & (-1UL << (31 + (asce_type >> 2) * 11))) in gmap_table_walk()
820 switch (asce_type) { in gmap_table_walk()