Home
last modified time | relevance | path

Searched refs:_ASCE_TABLE_LENGTH (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/mm/
Dpgalloc.c128 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
137 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
592 asce = table | _ASCE_TYPE_SEGMENT | _ASCE_TABLE_LENGTH; in base_asce_alloc()
598 asce = table | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
604 asce = table | _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
610 asce = table | _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
Dinit.c97 asce_bits = _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in paging_init()
100 asce_bits = _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in paging_init()
Dkasan_init.c229 asce_bits = asce_type | _ASCE_TABLE_LENGTH; in kasan_set_pgd()
Dgmap.c79 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()
1702 ((asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE, in gmap_shadow()
2189 end = start + ((sg->orig_asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE; in gmap_shadow_notify()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dmmu_context.h66 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in init_new_context()
Dpgtable.h236 #define _ASCE_TABLE_LENGTH 0x03 /* region table length */ macro
/kernel/linux/linux-5.10/arch/s390/kernel/
Dvdso.c133 _ASCE_TABLE_LENGTH + _ASCE_USER_BITS + _ASCE_TYPE_SEGMENT; in vdso_alloc_per_cpu()