Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dpgalloc.c377 case _ASCE_TYPE_REGION3: in base_asce_free()
438 asce = __pa(table) | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
H A Dfault.c101 case _ASCE_TYPE_REGION3: in dump_pagetable()
/linux/arch/s390/include/asm/
H A Dmmu_context.h48 asce_type = _ASCE_TYPE_REGION3; in init_new_context()
H A Dpgtable.h262 #define _ASCE_TYPE_REGION3 0x04 /* region third table type */ macro
1636 r3o |= _ASCE_TYPE_REGION3; in __pudp_idte()
/linux/arch/s390/boot/
H A Dvmem.c499 asce_bits = _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in setup_vmem()
501 s390_invalid_asce.val = invalid_pg_dir | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in setup_vmem()