Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
A Dstartup.c163 vmalloc_size > _REGION2_SIZE || in setup_kernel_memory_layout()
165 _REGION2_SIZE) { in setup_kernel_memory_layout()
167 rte_size = _REGION2_SIZE; in setup_kernel_memory_layout()
169 MODULES_END = _REGION2_SIZE; in setup_kernel_memory_layout()
/linux/arch/s390/include/asm/
A Dprocessor.h94 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
99 _REGION3_SIZE : _REGION2_SIZE)
100 #define STACK_TOP_MAX _REGION2_SIZE
A Dmmu_context.h49 mm->context.asce_limit = _REGION2_SIZE; in init_new_context()
51 case _REGION2_SIZE: in init_new_context()
A 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/arch/s390/mm/
A 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()
A Dinit.c101 if (VMALLOC_END > _REGION2_SIZE) { in paging_init()
A Dgmap.c45 } else if (limit < _REGION2_SIZE) { in gmap_alloc()
46 limit = _REGION2_SIZE - 1; in gmap_alloc()
1452 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1); in gmap_unshadow_r3t()
1480 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) { in __gmap_unshadow_r2t()
/linux/arch/s390/kvm/
A Dgaccess.c1074 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()

Completed in 30 milliseconds