Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
A Dpgalloc.c119 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
128 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
581 asce = table | _ASCE_TYPE_SEGMENT | _ASCE_TABLE_LENGTH; in base_asce_alloc()
587 asce = table | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
593 asce = table | _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
599 asce = table | _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
A Dinit.c98 s390_invalid_asce |= _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in paging_init()
102 asce_bits = _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in paging_init()
105 asce_bits = _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in paging_init()
A Dkasan_init.c221 asce_bits = asce_type | _ASCE_TABLE_LENGTH; in kasan_set_pgd()
A Dgmap.c78 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()
1707 ((asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE, in gmap_shadow()
2194 end = start + ((sg->orig_asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE; in gmap_shadow_notify()
/linux/arch/s390/include/asm/
A Dmmu_context.h67 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in init_new_context()
A Dpgtable.h236 #define _ASCE_TABLE_LENGTH 0x03 /* region table length */ macro

Completed in 17 milliseconds