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

/linux-master/arch/s390/include/asm/
H A Dmmu_context.h48 mm->context.asce_limit = _REGION2_SIZE;
50 case _REGION2_SIZE:
H A Dprocessor.h110 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
114 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
116 #define STACK_TOP_MAX (_REGION2_SIZE - vdso_size() - PAGE_SIZE)
H A Dpgtable.h324 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro
329 #define _REGION2_MASK (~(_REGION2_SIZE - 1))
340 #define P4D_SIZE _REGION2_SIZE
501 return mm->context.asce_limit <= _REGION2_SIZE;
/linux-master/arch/s390/mm/
H A Dpgalloc.c79 VM_BUG_ON(asce_limit < _REGION2_SIZE);
84 if (asce_limit == _REGION2_SIZE) {
280 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE)
440 base_region3_walk(table, 0, _REGION2_SIZE, 0);
495 } else if (end <= _REGION2_SIZE) {
H A Dgmap.c57 } else if (limit < _REGION2_SIZE) {
58 limit = _REGION2_SIZE - 1;
1475 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1);
1503 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) {
/linux-master/arch/s390/boot/
H A Dstartup.c281 if (IS_ENABLED(CONFIG_KASAN) || (vsize > _REGION2_SIZE)) {
283 rte_size = _REGION2_SIZE;
285 asce_limit = _REGION2_SIZE;
/linux-master/arch/s390/kvm/
H A Dgaccess.c1446 ptr += vaddr.rsx * _REGION2_SIZE;

Completed in 129 milliseconds