Searched refs:_REGION2_SIZE (Results 1 – 8 of 8) sorted by relevance
163 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()
94 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))99 _REGION3_SIZE : _REGION2_SIZE)100 #define STACK_TOP_MAX _REGION2_SIZE
49 mm->context.asce_limit = _REGION2_SIZE; in init_new_context()51 case _REGION2_SIZE: in init_new_context()
316 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro321 #define _REGION2_MASK (~(_REGION2_SIZE - 1))332 #define P4D_SIZE _REGION2_SIZE504 return mm->context.asce_limit <= _REGION2_SIZE; in mm_pud_folded()
87 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()
101 if (VMALLOC_END > _REGION2_SIZE) { in paging_init()
45 } 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()
1074 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()
Completed in 30 milliseconds