Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dpgalloc.h39 if (mm->context.asce_limit <= _REGION3_SIZE) in pgd_entry_type()
111 if (mm->context.asce_limit == _REGION3_SIZE) { in pgd_alloc()
123 if (mm->context.asce_limit == _REGION3_SIZE) in pgd_free()
Dtlb.h139 if (tlb->mm->context.asce_limit <= _REGION3_SIZE) in pmd_free_tlb()
Dmmu_context.h61 case _REGION3_SIZE: in init_new_context()
Dpgtable.h315 #define _REGION3_SIZE (1UL << _REGION3_SHIFT) macro
320 #define _REGION3_MASK (~(_REGION3_SIZE - 1))
329 #define PUD_SIZE _REGION3_SIZE
/Linux-v4.19/arch/s390/mm/
Dpgalloc.c134 mm->context.asce_limit = _REGION3_SIZE; in crst_table_downgrade()
426 BASE_ADDR_END_FUNC(region3, _REGION3_SIZE) in BASE_ADDR_END_FUNC()
584 base_segment_walk(table, 0, _REGION3_SIZE, 0); in base_asce_free()
636 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()
1379 gmap_call_notifier(sg, raddr, raddr + _REGION3_SIZE - 1); in gmap_unshadow_sgt()
1407 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION3_SIZE) { in __gmap_unshadow_r3t()
/Linux-v4.19/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.c976 end = (start + _REGION3_SIZE) & ~(_REGION3_SIZE - 1); in handle_pfmf()