Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpgalloc.h123 if (mm->context.asce_limit == _REGION3_SIZE) { in pgd_alloc()
135 if (mm->context.asce_limit == _REGION3_SIZE) in pgd_free()
Dmmu_context.h60 case _REGION3_SIZE: in init_new_context()
Dpgtable.h317 #define _REGION3_SIZE (1UL << _REGION3_SHIFT) macro
322 #define _REGION3_MASK (~(_REGION3_SIZE - 1))
331 #define PUD_SIZE _REGION3_SIZE
512 return mm->context.asce_limit <= _REGION3_SIZE; in mm_pmd_folded()
/arch/s390/mm/
Dpgalloc.c146 mm->context.asce_limit = _REGION3_SIZE; in crst_table_downgrade()
379 BASE_ADDR_END_FUNC(region3, _REGION3_SIZE) in BASE_ADDR_END_FUNC()
537 base_segment_walk(table, 0, _REGION3_SIZE, 0); in base_asce_free()
589 if (end <= _REGION3_SIZE) { in base_asce_alloc()
Dgmap.c42 if (limit < _REGION3_SIZE) { in gmap_alloc()
43 limit = _REGION3_SIZE - 1; in gmap_alloc()
1390 gmap_call_notifier(sg, raddr, raddr + _REGION3_SIZE - 1); in gmap_unshadow_sgt()
1418 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION3_SIZE) { in __gmap_unshadow_r3t()
/arch/s390/kvm/
Dgaccess.c1084 ptr += vaddr.rtx * _REGION3_SIZE; in kvm_s390_shadow_tables()
1100 ptr = rtte.fc1.rfaa * _REGION3_SIZE; in kvm_s390_shadow_tables()
Dpriv.c1066 end = (start + _REGION3_SIZE) & ~(_REGION3_SIZE - 1); in handle_pfmf()