Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dprocessor.h111 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
115 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
117 #define STACK_TOP_MAX (_REGION2_SIZE - vdso_size() - PAGE_SIZE)
Dmmu_context.h50 mm->context.asce_limit = _REGION2_SIZE; in init_new_context()
52 case _REGION2_SIZE: in init_new_context()
Dpgtable.h323 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro
328 #define _REGION2_MASK (~(_REGION2_SIZE - 1))
339 #define P4D_SIZE _REGION2_SIZE
500 return mm->context.asce_limit <= _REGION2_SIZE; in mm_pud_folded()
/arch/s390/mm/
Dpgalloc.c79 VM_BUG_ON(asce_limit < _REGION2_SIZE); in crst_table_upgrade()
84 if (asce_limit == _REGION2_SIZE) { in crst_table_upgrade()
522 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE) in BASE_ADDR_END_FUNC()
682 base_region3_walk(table, 0, _REGION2_SIZE, 0); in base_asce_free()
737 } else if (end <= _REGION2_SIZE) { in base_asce_alloc()
Dgmap.c57 } else if (limit < _REGION2_SIZE) { in gmap_alloc()
58 limit = _REGION2_SIZE - 1; in gmap_alloc()
1473 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1); in gmap_unshadow_r3t()
1501 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) { in __gmap_unshadow_r2t()
/arch/s390/boot/
Dstartup.c188 if (IS_ENABLED(CONFIG_KASAN) || (vsize > _REGION2_SIZE)) { in setup_kernel_memory_layout()
190 rte_size = _REGION2_SIZE; in setup_kernel_memory_layout()
192 asce_limit = _REGION2_SIZE; in setup_kernel_memory_layout()
/arch/s390/kvm/
Dgaccess.c1462 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()