Searched refs:_REGION2_SIZE (Results 1 – 7 of 7) sorted by relevance
| /arch/s390/mm/ |
| A D | pgalloc.c | 60 VM_BUG_ON(asce_limit < _REGION2_SIZE); in crst_table_upgrade() 65 if (asce_limit == _REGION2_SIZE) { in crst_table_upgrade() 233 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE) in BASE_ADDR_END_FUNC() 393 base_region3_walk(table, 0, _REGION2_SIZE, 0); in base_asce_free() 448 } else if (end <= _REGION2_SIZE) { in base_asce_alloc()
|
| A D | gmap.c | 70 } else if (limit < _REGION2_SIZE) { in gmap_alloc() 71 limit = _REGION2_SIZE - 1; in gmap_alloc() 1318 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1); in gmap_unshadow_r3t() 1345 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) { in __gmap_unshadow_r2t()
|
| /arch/s390/boot/ |
| A D | startup.c | 345 if (IS_ENABLED(CONFIG_KASAN) || __NO_KASLR_END_KERNEL > _REGION2_SIZE || in setup_kernel_memory_layout() 346 (vsize > _REGION2_SIZE && kaslr_enabled())) { in setup_kernel_memory_layout() 348 if (__NO_KASLR_END_KERNEL > _REGION2_SIZE) { in setup_kernel_memory_layout() 349 rte_size = _REGION2_SIZE; in setup_kernel_memory_layout() 350 vsize = get_vmem_size(ident_map_size, vmemmap_size, vmalloc_size, _REGION2_SIZE); in setup_kernel_memory_layout() 355 asce_limit = _REGION2_SIZE; in setup_kernel_memory_layout()
|
| /arch/s390/include/asm/ |
| A D | mmu_context.h | 47 mm->context.asce_limit = _REGION2_SIZE; in init_new_context() 49 case _REGION2_SIZE: in init_new_context()
|
| 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)
|
| 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()
|
| /arch/s390/kvm/ |
| A D | gaccess.c | 1295 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()
|
Completed in 26 milliseconds