Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h109 _REGION3_SIZE : TASK_SIZE_MAX)
111 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
115 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
H A Dpgtable.h324 #define _REGION3_SIZE (1UL << _REGION3_SHIFT) macro
329 #define _REGION3_MASK (~(_REGION3_SIZE - 1))
338 #define PUD_SIZE _REGION3_SIZE
506 return mm->context.asce_limit <= _REGION3_SIZE; in mm_pmd_folded()
/openbmc/linux/arch/s390/boot/
H A Dstartup.c185 vsize = round_up(ident_map_size, _REGION3_SIZE) + vmemmap_size + in setup_kernel_memory_layout()
193 rte_size = _REGION3_SIZE; in setup_kernel_memory_layout()
H A Dvmem.c353 entry = __pud(_pa(addr, _REGION3_SIZE, mode)); in pgtable_pud_populate()
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c521 BASE_ADDR_END_FUNC(region3, _REGION3_SIZE) in BASE_ADDR_END_FUNC()
679 base_segment_walk(table, 0, _REGION3_SIZE, 0); in base_asce_free()
731 if (end <= _REGION3_SIZE) { in base_asce_alloc()
H A Dgmap.c53 if (limit < _REGION3_SIZE) { in gmap_alloc()
54 limit = _REGION3_SIZE - 1; in gmap_alloc()
1415 gmap_call_notifier(sg, raddr, raddr + _REGION3_SIZE - 1); in gmap_unshadow_sgt()
1443 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION3_SIZE) { in __gmap_unshadow_r3t()
/openbmc/linux/arch/s390/kvm/
H A Dgaccess.c1495 ptr += vaddr.rtx * _REGION3_SIZE; in kvm_s390_shadow_tables()
1512 ptr = rtte.fc1.rfaa * _REGION3_SIZE; in kvm_s390_shadow_tables()
H A Dpriv.c1125 end = (start + _REGION3_SIZE) & ~(_REGION3_SIZE - 1); in handle_pfmf()