Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/boot/
Dstartup.c167 vmalloc_size > _REGION2_SIZE || in setup_kernel_memory_layout()
169 _REGION2_SIZE) { in setup_kernel_memory_layout()
171 rte_size = _REGION2_SIZE; in setup_kernel_memory_layout()
173 vmax = _REGION2_SIZE; in setup_kernel_memory_layout()
/linux-6.1.9/arch/s390/include/asm/
Dprocessor.h95 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
99 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
101 #define STACK_TOP_MAX (_REGION2_SIZE - vdso_size() - PAGE_SIZE)
Dmmu_context.h49 mm->context.asce_limit = _REGION2_SIZE; in init_new_context()
51 case _REGION2_SIZE: in init_new_context()
Dpgtable.h318 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro
323 #define _REGION2_MASK (~(_REGION2_SIZE - 1))
334 #define P4D_SIZE _REGION2_SIZE
489 return mm->context.asce_limit <= _REGION2_SIZE; in mm_pud_folded()
/linux-6.1.9/arch/s390/mm/
Dpgalloc.c87 VM_BUG_ON(asce_limit < _REGION2_SIZE); in crst_table_upgrade()
92 if (asce_limit == _REGION2_SIZE) { in crst_table_upgrade()
475 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE) in BASE_ADDR_END_FUNC()
635 base_region3_walk(table, 0, _REGION2_SIZE, 0); in base_asce_free()
690 } else if (end <= _REGION2_SIZE) { in base_asce_alloc()
Dinit.c102 if (VMALLOC_END > _REGION2_SIZE) { in paging_init()
Dgmap.c45 } else if (limit < _REGION2_SIZE) { in gmap_alloc()
46 limit = _REGION2_SIZE - 1; in gmap_alloc()
1459 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1); in gmap_unshadow_r3t()
1487 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) { in __gmap_unshadow_r2t()
/linux-6.1.9/arch/s390/kvm/
Dgaccess.c1350 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()