Home
last modified time | relevance | path

Searched refs:_REGION3_SIZE (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/s390/include/asm/
H A Dprocessor.h127 _REGION3_SIZE : TASK_SIZE_MAX)
129 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
133 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
H A Dpgtable.h365 #define _REGION3_SIZE (1UL << _REGION3_SHIFT) macro
370 #define _REGION3_MASK (~(_REGION3_SIZE - 1))
379 #define PUD_SIZE _REGION3_SIZE
565 return mm->context.asce_limit <= _REGION3_SIZE; in mm_pmd_folded()
/linux-6.15/arch/s390/mm/
H A Dpgalloc.c240 BASE_ADDR_END_FUNC(region3, _REGION3_SIZE) in BASE_ADDR_END_FUNC()
398 base_segment_walk(table, 0, _REGION3_SIZE, 0); in base_asce_free()
450 if (end <= _REGION3_SIZE) { in base_asce_alloc()
H A Dgmap.c65 if (limit < _REGION3_SIZE) { in gmap_alloc()
66 limit = _REGION3_SIZE - 1; in gmap_alloc()
1304 gmap_call_notifier(sg, raddr, raddr + _REGION3_SIZE - 1); in gmap_unshadow_sgt()
1331 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION3_SIZE) { in __gmap_unshadow_r3t()
/linux-6.15/arch/s390/boot/
H A Dstartup.c328 vsize = get_vmem_size(ident_map_size, vmemmap_size, vmalloc_size, _REGION3_SIZE); in setup_kernel_memory_layout()
337 rte_size = _REGION3_SIZE; in setup_kernel_memory_layout()
341 rte_size = _REGION3_SIZE; in setup_kernel_memory_layout()
/linux-6.15/arch/s390/kvm/
H A Dgaccess.c1323 ptr += vaddr.rtx * _REGION3_SIZE; in kvm_s390_shadow_tables()
1340 ptr = rtte.fc1.rfaa * _REGION3_SIZE; in kvm_s390_shadow_tables()
H A Dpriv.c1129 end = (start + _REGION3_SIZE) & ~(_REGION3_SIZE - 1); in handle_pfmf()