Home
last modified time | relevance | path

Searched refs:_REGION2_SIZE (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dprocessor.h95 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
100 _REGION3_SIZE : _REGION2_SIZE)
101 #define STACK_TOP_MAX _REGION2_SIZE
H A Dmmu_context.h48 mm->context.asce_limit = _REGION2_SIZE; in init_new_context()
50 case _REGION2_SIZE: in init_new_context()
H A Dpgtable.h316 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro
321 #define _REGION2_MASK (~(_REGION2_SIZE - 1))
332 #define P4D_SIZE _REGION2_SIZE
506 return mm->context.asce_limit <= _REGION2_SIZE; in mm_pud_folded()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dprocessor.h111 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
115 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
117 #define STACK_TOP_MAX (_REGION2_SIZE - vdso_size() - PAGE_SIZE)
H A Dmmu_context.h49 mm->context.asce_limit = _REGION2_SIZE; in init_new_context()
51 case _REGION2_SIZE: in init_new_context()
H A Dpgtable.h323 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro
328 #define _REGION2_MASK (~(_REGION2_SIZE - 1))
339 #define P4D_SIZE _REGION2_SIZE
500 return mm->context.asce_limit <= _REGION2_SIZE; in mm_pud_folded()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpgalloc.c96 VM_BUG_ON(asce_limit < _REGION2_SIZE); in crst_table_upgrade()
101 if (asce_limit == _REGION2_SIZE) { in crst_table_upgrade()
378 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE)
538 base_region3_walk(table, 0, _REGION2_SIZE, 0); in base_asce_free()
593 } else if (end <= _REGION2_SIZE) { in base_asce_alloc()
H A Dinit.c96 if (VMALLOC_END > _REGION2_SIZE) { in paging_init()
H A Dgmap.c46 } else if (limit < _REGION2_SIZE) { in gmap_alloc()
47 limit = _REGION2_SIZE - 1; in gmap_alloc()
1447 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1); in gmap_unshadow_r3t()
1475 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) { in __gmap_unshadow_r2t()
H A Dkasan_init.c322 untracked_mem_end = kasan_vmax = vmax_unlimited = _REGION2_SIZE; in kasan_early_init()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dstartup.c189 if (IS_ENABLED(CONFIG_KASAN) || (vsize > _REGION2_SIZE)) { in setup_kernel_memory_layout()
191 rte_size = _REGION2_SIZE; in setup_kernel_memory_layout()
193 asce_limit = _REGION2_SIZE; in setup_kernel_memory_layout()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpgalloc.c77 VM_BUG_ON(asce_limit < _REGION2_SIZE); in crst_table_upgrade()
82 if (asce_limit == _REGION2_SIZE) { in crst_table_upgrade()
518 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE)
678 base_region3_walk(table, 0, _REGION2_SIZE, 0); in base_asce_free()
733 } else if (end <= _REGION2_SIZE) { in base_asce_alloc()
H A Dgmap.c57 } else if (limit < _REGION2_SIZE) { in gmap_alloc()
58 limit = _REGION2_SIZE - 1; in gmap_alloc()
1473 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1); in gmap_unshadow_r3t()
1501 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) { in __gmap_unshadow_r2t()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsetup.c567 if (tmp + vmalloc_size + MODULES_LEN <= _REGION2_SIZE) in setup_memory_end()
568 vmax = _REGION2_SIZE; /* 3-level kernel page table */ in setup_memory_end()
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dgaccess.c1062 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dgaccess.c1462 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()

Completed in 35 milliseconds