Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dmmu_context.h22 unsigned long asce_type, init_entry; in init_new_context() local
54 asce_type = _ASCE_TYPE_REGION3; in init_new_context()
59 asce_type = _ASCE_TYPE_REGION1; in init_new_context()
64 asce_type = _ASCE_TYPE_REGION2; in init_new_context()
68 _ASCE_USER_BITS | asce_type; in init_new_context()
/linux/arch/s390/boot/
H A Dvmem.c426 unsigned long asce_type; in setup_vmem() local
449 asce_type = _REGION2_ENTRY_EMPTY; in setup_vmem()
452 asce_type = _REGION3_ENTRY_EMPTY; in setup_vmem()
457 crst_table_init((unsigned long *)swapper_pg_dir, asce_type); in setup_vmem()