Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dpgalloc.c217 BASE_ADDR_END_FUNC(region3, _REGION3_SIZE) in BASE_ADDR_END_FUNC()
375 base_segment_walk(table, 0, _REGION3_SIZE, 0); in base_asce_free()
427 if (end <= _REGION3_SIZE) { in base_asce_alloc()
/linux/arch/s390/boot/
H A Dstartup.c340 vsize = get_vmem_size(ident_map_size, vmemmap_size, vmalloc_size, _REGION3_SIZE); in setup_kernel_memory_layout()
349 rte_size = _REGION3_SIZE; in setup_kernel_memory_layout()
353 rte_size = _REGION3_SIZE; in setup_kernel_memory_layout()
/linux/arch/s390/include/asm/
H A Dpgtable.h365 #define _REGION3_SIZE (1UL << _REGION3_SHIFT) macro
370 #define _REGION3_MASK (~(_REGION3_SIZE - 1))
379 #define PUD_SIZE _REGION3_SIZE
543 return mm->context.asce_limit <= _REGION3_SIZE; in mm_pmd_folded()
/linux/arch/s390/kvm/
H A Dgmap.c36 if (limit <= _REGION3_SIZE >> PAGE_SHIFT) in gmap_limit_to_type()
691 if (order >= get_order(_REGION3_SIZE) && gmap_2g_allowed(gmap, f->gfn)) in gmap_link()
H A Dpriv.c1096 end = (start + _REGION3_SIZE) & ~(_REGION3_SIZE - 1); in handle_pfmf()