Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/mm/
H A Dpgalloc.c90 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
99 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in crst_table_upgrade()
455 asce = __pa(table) | _ASCE_TYPE_SEGMENT | _ASCE_TABLE_LENGTH; in base_asce_alloc()
461 asce = __pa(table) | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
467 asce = __pa(table) | _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
473 asce = __pa(table) | _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH; in base_asce_alloc()
H A Dgmap.c98 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()
1930 end = start + ((sg->orig_asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE; in gmap_shadow_notify()
/linux-6.15/arch/s390/boot/
H A Dvmem.c509 asce_bits = _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH; in setup_vmem()
512 asce_bits = _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in setup_vmem()
514 s390_invalid_asce.val = invalid_pg_dir | _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH; in setup_vmem()
/linux-6.15/arch/s390/kvm/
H A Dgmap-vsie.c130 ((asce & _ASCE_TABLE_LENGTH) + 1), in gmap_shadow()
/linux-6.15/arch/s390/include/asm/
H A Dmmu_context.h64 mm->context.asce = __pa(mm->pgd) | _ASCE_TABLE_LENGTH | in init_new_context()
H A Dpgtable.h264 #define _ASCE_TABLE_LENGTH 0x03 /* region table length */ macro