Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/boot/
Dstartup.c165 vmalloc_size > _REGION2_SIZE || in setup_kernel_memory_layout()
166 vmemmap_off + vmemmap_size + vmalloc_size + MODULES_LEN > _REGION2_SIZE) in setup_kernel_memory_layout()
169 vmax = _REGION2_SIZE; in setup_kernel_memory_layout()
172 rte_size = vmax == _REGION1_SIZE ? _REGION2_SIZE : _REGION3_SIZE; in setup_kernel_memory_layout()
/Linux-v5.15/arch/s390/include/asm/
Dprocessor.h94 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
99 _REGION3_SIZE : _REGION2_SIZE)
100 #define STACK_TOP_MAX _REGION2_SIZE
Dmmu_context.h49 mm->context.asce_limit = _REGION2_SIZE; in init_new_context()
51 case _REGION2_SIZE: in init_new_context()
Dpgtable.h316 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro
321 #define _REGION2_MASK (~(_REGION2_SIZE - 1))
332 #define P4D_SIZE _REGION2_SIZE
504 return mm->context.asce_limit <= _REGION2_SIZE; in mm_pud_folded()
/Linux-v5.15/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()
367 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE) in BASE_ADDR_END_FUNC()
527 base_region3_walk(table, 0, _REGION2_SIZE, 0); in base_asce_free()
582 } else if (end <= _REGION2_SIZE) { in base_asce_alloc()
Dinit.c103 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()
1445 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1); in gmap_unshadow_r3t()
1473 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) { in __gmap_unshadow_r2t()
/Linux-v5.15/arch/s390/kvm/
Dgaccess.c1074 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()