Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dfault.c82 switch (asce & _ASCE_TYPE_MASK) { in dump_pagetable()
H A Dpgalloc.c373 switch (asce & _ASCE_TYPE_MASK) { in base_asce_free()
/linux/arch/s390/include/asm/
H A Dpgtable.h259 #define _ASCE_TYPE_MASK 0x0c /* asce table type mask */ macro