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

/linux-master/arch/s390/include/asm/
H A Dmmu_context.h22 unsigned long asce_type, init_entry; local
53 asce_type = _ASCE_TYPE_REGION3;
58 asce_type = _ASCE_TYPE_REGION1;
63 asce_type = _ASCE_TYPE_REGION2;
67 _ASCE_USER_BITS | asce_type;
/linux-master/arch/s390/boot/
H A Dvmem.c424 unsigned long asce_type; local
437 asce_type = _REGION2_ENTRY_EMPTY;
440 asce_type = _REGION3_ENTRY_EMPTY;
445 crst_table_init((unsigned long *)swapper_pg_dir, asce_type);
/linux-master/arch/s390/mm/
H A Dgmap.c809 const int asce_type = gmap->asce & _ASCE_TYPE_MASK; local
815 if (WARN_ON_ONCE(level > (asce_type >> 2) + 1))
818 if (asce_type != _ASCE_TYPE_REGION1 &&
819 gaddr & (-1UL << (31 + (asce_type >> 2) * 11)))
822 switch (asce_type) {

Completed in 106 milliseconds