Searched refs:_REGION2_SIZE (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/s390/mm/ |
| H A D | pgalloc.c | 56 VM_BUG_ON(asce_limit < _REGION2_SIZE); in crst_table_upgrade() 61 if (asce_limit == _REGION2_SIZE) { in crst_table_upgrade() 241 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE) in BASE_ADDR_END_FUNC() 401 base_region3_walk(table, 0, _REGION2_SIZE, 0); in base_asce_free() 456 } else if (end <= _REGION2_SIZE) { in base_asce_alloc()
|
| H A D | gmap.c | 69 } else if (limit < _REGION2_SIZE) { in gmap_alloc() 70 limit = _REGION2_SIZE - 1; in gmap_alloc() 1360 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1); in gmap_unshadow_r3t() 1387 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) { in __gmap_unshadow_r2t()
|
| /linux-6.15/arch/s390/boot/ |
| H A D | startup.c | 330 if (IS_ENABLED(CONFIG_KASAN) || __NO_KASLR_END_KERNEL > _REGION2_SIZE || in setup_kernel_memory_layout() 331 (vsize > _REGION2_SIZE && kaslr_enabled())) { in setup_kernel_memory_layout() 333 if (__NO_KASLR_END_KERNEL > _REGION2_SIZE) { in setup_kernel_memory_layout() 334 rte_size = _REGION2_SIZE; in setup_kernel_memory_layout() 335 vsize = get_vmem_size(ident_map_size, vmemmap_size, vmalloc_size, _REGION2_SIZE); in setup_kernel_memory_layout() 340 asce_limit = _REGION2_SIZE; in setup_kernel_memory_layout()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | mmu_context.h | 46 mm->context.asce_limit = _REGION2_SIZE; in init_new_context() 48 case _REGION2_SIZE: in init_new_context()
|
| H A D | processor.h | 129 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1)) 133 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE) 135 #define STACK_TOP_MAX (_REGION2_SIZE - vdso_size() - PAGE_SIZE)
|
| H A D | pgtable.h | 364 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro 369 #define _REGION2_MASK (~(_REGION2_SIZE - 1)) 380 #define P4D_SIZE _REGION2_SIZE 559 return mm->context.asce_limit <= _REGION2_SIZE; in mm_pud_folded()
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | gaccess.c | 1294 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()
|