Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dvmem.c472 unsigned long asce_type; in setup_vmem() local
495 asce_type = _REGION2_ENTRY_EMPTY; in setup_vmem()
498 asce_type = _REGION3_ENTRY_EMPTY; in setup_vmem()
503 crst_table_init((unsigned long *)swapper_pg_dir, asce_type); in setup_vmem()
/linux/arch/s390/mm/
H A Dgmap.c699 const int asce_type = gmap->asce & _ASCE_TYPE_MASK; in gmap_table_walk() local
705 if (WARN_ON_ONCE(level > (asce_type >> 2) + 1)) in gmap_table_walk()
708 if (asce_type != _ASCE_TYPE_REGION1 && in gmap_table_walk()
709 gaddr & (-1UL << (31 + (asce_type >> 2) * 11))) in gmap_table_walk()
712 switch (asce_type) { in gmap_table_walk()