Home
last modified time | relevance | path

Searched refs:_REGION1_SIZE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c90 if (end > _REGION1_SIZE) { in crst_table_upgrade()
110 mm->context.asce_limit = _REGION1_SIZE; in crst_table_upgrade()
523 BASE_ADDR_END_FUNC(region1, _REGION1_SIZE) in BASE_ADDR_END_FUNC()
685 base_region2_walk(table, 0, _REGION1_SIZE, 0); in base_asce_free()
743 } else if (end <= _REGION1_SIZE) { in base_asce_alloc()
H A Dgmap.c61 } else if (limit < _REGION1_SIZE) { in gmap_alloc()
62 limit = _REGION1_SIZE - 1; in gmap_alloc()
1531 gmap_call_notifier(sg, raddr, raddr + _REGION1_SIZE - 1); in gmap_unshadow_r2t()
1561 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION1_SIZE) { in __gmap_unshadow_r1t()
/openbmc/linux/arch/s390/include/asm/
H A Dmmu_context.h62 case _REGION1_SIZE: in init_new_context()
H A Dpgtable.h322 #define _REGION1_SIZE (1UL << _REGION1_SHIFT) macro
327 #define _REGION1_MASK (~(_REGION1_SIZE - 1))
340 #define PGDIR_SIZE _REGION1_SIZE
494 return mm->context.asce_limit <= _REGION1_SIZE; in mm_p4d_folded()
/openbmc/linux/arch/s390/boot/
H A Dvmem.c120 kasan_populate(MODULES_END, _REGION1_SIZE, POPULATE_KASAN_ZERO_SHADOW); in kasan_populate_shadow()
422 if (asce_limit == _REGION1_SIZE) { in setup_vmem()
H A Dstartup.c189 asce_limit = _REGION1_SIZE; in setup_kernel_memory_layout()
/openbmc/linux/arch/s390/kvm/
H A Dgaccess.c1438 ptr += vaddr.rfx * _REGION1_SIZE; in kvm_s390_shadow_tables()