Searched refs:_REGION3_SIZE (Results 1 – 7 of 7) sorted by relevance
/arch/s390/include/asm/ |
D | processor.h | 92 _REGION3_SIZE : TASK_SIZE_MAX) 94 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1)) 99 _REGION3_SIZE : _REGION2_SIZE)
|
D | pgtable.h | 317 #define _REGION3_SIZE (1UL << _REGION3_SHIFT) macro 322 #define _REGION3_MASK (~(_REGION3_SIZE - 1)) 331 #define PUD_SIZE _REGION3_SIZE 510 return mm->context.asce_limit <= _REGION3_SIZE; in mm_pmd_folded()
|
/arch/s390/boot/ |
D | startup.c | 161 vmemmap_start = round_up(ident_map_size, _REGION3_SIZE); in setup_kernel_memory_layout() 170 rte_size = _REGION3_SIZE; in setup_kernel_memory_layout() 186 vmalloc_size = min(vmalloc_size, round_down(VMALLOC_END / 2, _REGION3_SIZE)); in setup_kernel_memory_layout()
|
/arch/s390/mm/ |
D | pgalloc.c | 368 BASE_ADDR_END_FUNC(region3, _REGION3_SIZE) in BASE_ADDR_END_FUNC() 526 base_segment_walk(table, 0, _REGION3_SIZE, 0); in base_asce_free() 578 if (end <= _REGION3_SIZE) { in base_asce_alloc()
|
D | gmap.c | 41 if (limit < _REGION3_SIZE) { in gmap_alloc() 42 limit = _REGION3_SIZE - 1; in gmap_alloc() 1395 gmap_call_notifier(sg, raddr, raddr + _REGION3_SIZE - 1); in gmap_unshadow_sgt() 1423 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION3_SIZE) { in __gmap_unshadow_r3t()
|
/arch/s390/kvm/ |
D | gaccess.c | 1102 ptr += vaddr.rtx * _REGION3_SIZE; in kvm_s390_shadow_tables() 1119 ptr = rtte.fc1.rfaa * _REGION3_SIZE; in kvm_s390_shadow_tables()
|
D | priv.c | 1086 end = (start + _REGION3_SIZE) & ~(_REGION3_SIZE - 1); in handle_pfmf()
|