Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dmmu_context.h21 unsigned long asce_type, init_entry; in init_new_context() local
53 asce_type = _ASCE_TYPE_REGION3; in init_new_context()
58 asce_type = _ASCE_TYPE_REGION1; in init_new_context()
63 asce_type = _ASCE_TYPE_REGION2; in init_new_context()
67 _ASCE_USER_BITS | asce_type; in init_new_context()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dkasan_init.c225 static void __init kasan_set_pgd(pgd_t *pgd, unsigned long asce_type) in kasan_set_pgd() argument
229 asce_bits = asce_type | _ASCE_TABLE_LENGTH; in kasan_set_pgd()
283 unsigned long asce_type; in kasan_early_init() local
315 asce_type = _ASCE_TYPE_REGION2; in kasan_early_init()
323 asce_type = _ASCE_TYPE_REGION3; in kasan_early_init()
410 kasan_set_pgd(early_pg_dir, asce_type); in kasan_early_init()
H A Dgmap.c791 const int asce_type = gmap->asce & _ASCE_TYPE_MASK; in gmap_table_walk() local
797 if (WARN_ON_ONCE(level > (asce_type >> 2) + 1)) in gmap_table_walk()
800 if (asce_type != _ASCE_TYPE_REGION1 && in gmap_table_walk()
801 gaddr & (-1UL << (31 + (asce_type >> 2) * 11))) in gmap_table_walk()
804 switch (asce_type) { in gmap_table_walk()