Searched refs:_REGION3_SIZE (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | processor.h | 109 _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 D | pgtable.h | 324 #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 D | startup.c | 185 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 D | vmem.c | 353 entry = __pud(_pa(addr, _REGION3_SIZE, mode)); in pgtable_pud_populate()
|
/openbmc/linux/arch/s390/mm/ |
H A D | pgalloc.c | 521 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 D | gmap.c | 53 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 D | gaccess.c | 1495 ptr += vaddr.rtx * _REGION3_SIZE; in kvm_s390_shadow_tables() 1512 ptr = rtte.fc1.rfaa * _REGION3_SIZE; in kvm_s390_shadow_tables()
|
H A D | priv.c | 1125 end = (start + _REGION3_SIZE) & ~(_REGION3_SIZE - 1); in handle_pfmf()
|