Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
A Dpgalloc.c113 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
122 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
498 asce = __pa(table) | _ASCE_TYPE_SEGMENT | _ASCE_TABLE_LENGTH; in base_asce_alloc()
504 asce = __pa(table) | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
510 asce = __pa(table) | _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
516 asce = __pa(table) | _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
A Dgmap.c90 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()
1733 ((asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE, in gmap_shadow()
2220 end = start + ((sg->orig_asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE; in gmap_shadow_notify()
/linux/arch/s390/boot/
A Dvmem.c450 asce_bits = _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in setup_vmem()
453 asce_bits = _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in setup_vmem()
455 s390_invalid_asce.val = invalid_pg_dir | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in setup_vmem()
/linux/arch/s390/include/asm/
A Dmmu_context.h67 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in init_new_context()
A Dpgtable.h262 #define _ASCE_TABLE_LENGTH 0x03 /* region table length */ macro

Completed in 22 milliseconds