Searched refs:_REGION3_SIZE (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/s390/include/asm/ |
| A D | processor.h | 131 _REGION3_SIZE : TASK_SIZE_MAX) 133 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1)) 137 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
|
| A D | pgtable.h | 345 #define _REGION3_SIZE (1UL << _REGION3_SHIFT) macro 350 #define _REGION3_MASK (~(_REGION3_SIZE - 1)) 359 #define PUD_SIZE _REGION3_SIZE 527 return mm->context.asce_limit <= _REGION3_SIZE; in mm_pmd_folded()
|
| /linux/arch/s390/boot/ |
| A D | startup.c | 255 vsize = get_vmem_size(ident_map_size, vmemmap_size, vmalloc_size, _REGION3_SIZE); in setup_kernel_memory_layout() 263 rte_size = _REGION3_SIZE; in setup_kernel_memory_layout() 267 rte_size = _REGION3_SIZE; in setup_kernel_memory_layout()
|
| A D | vmem.c | 360 entry = __pud(_pa(addr, _REGION3_SIZE, mode)); in pgtable_pud_populate()
|
| /linux/arch/s390/mm/ |
| A D | pgalloc.c | 283 BASE_ADDR_END_FUNC(region3, _REGION3_SIZE) in BASE_ADDR_END_FUNC() 441 base_segment_walk(table, 0, _REGION3_SIZE, 0); in base_asce_free() 493 if (end <= _REGION3_SIZE) { in base_asce_alloc()
|
| A D | gmap.c | 53 if (limit < _REGION3_SIZE) { in gmap_alloc() 54 limit = _REGION3_SIZE - 1; in gmap_alloc() 1417 gmap_call_notifier(sg, raddr, raddr + _REGION3_SIZE - 1); in gmap_unshadow_sgt() 1445 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION3_SIZE) { in __gmap_unshadow_r3t()
|
| /linux/arch/s390/kvm/ |
| A D | gaccess.c | 1322 ptr += vaddr.rtx * _REGION3_SIZE; in kvm_s390_shadow_tables() 1339 ptr = rtte.fc1.rfaa * _REGION3_SIZE; in kvm_s390_shadow_tables()
|
| A D | priv.c | 1129 end = (start + _REGION3_SIZE) & ~(_REGION3_SIZE - 1); in handle_pfmf()
|
Completed in 31 milliseconds