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

/linux-master/arch/s390/mm/
H A Dpgalloc.c90 if (end > _REGION1_SIZE) {
110 mm->context.asce_limit = _REGION1_SIZE;
281 BASE_ADDR_END_FUNC(region1, _REGION1_SIZE)
443 base_region2_walk(table, 0, _REGION1_SIZE, 0);
501 } else if (end <= _REGION1_SIZE) {
H A Dgmap.c61 } else if (limit < _REGION1_SIZE) {
62 limit = _REGION1_SIZE - 1;
1533 gmap_call_notifier(sg, raddr, raddr + _REGION1_SIZE - 1);
1563 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION1_SIZE) {
/linux-master/arch/s390/include/asm/
H A Dmmu_context.h60 case _REGION1_SIZE:
H A Dpgtable.h323 #define _REGION1_SIZE (1UL << _REGION1_SHIFT) macro
328 #define _REGION1_MASK (~(_REGION1_SIZE - 1))
341 #define PGDIR_SIZE _REGION1_SIZE
495 return mm->context.asce_limit <= _REGION1_SIZE;
/linux-master/arch/s390/boot/
H A Dvmem.c126 kasan_populate(MODULES_END, _REGION1_SIZE, POPULATE_KASAN_ZERO_SHADOW);
436 if (asce_limit == _REGION1_SIZE) {
H A Dstartup.c282 asce_limit = _REGION1_SIZE;
/linux-master/arch/s390/kvm/
H A Dgaccess.c1418 ptr += vaddr.rfx * _REGION1_SIZE;

Completed in 154 milliseconds