Searched refs:_REGION1_SIZE (Results 1 - 7 of 7) sorted by last modified time

/linux-master/arch/s390/mm/
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) {
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) {
/linux-master/arch/s390/include/asm/
H A Dpgtable.h329 #define _REGION1_SIZE (1UL << _REGION1_SHIFT) macro
334 #define _REGION1_MASK (~(_REGION1_SIZE - 1))
347 #define PGDIR_SIZE _REGION1_SIZE
501 return mm->context.asce_limit <= _REGION1_SIZE;
H A Dmmu_context.h61 case _REGION1_SIZE:
/linux-master/arch/s390/boot/
H A Dstartup.c254 BUILD_BUG_ON(__NO_KASLR_END_KERNEL > _REGION1_SIZE);
258 asce_limit = _REGION1_SIZE;
H A Dvmem.c105 kasan_populate(kernel_end, _REGION1_SIZE, POPULATE_KASAN_ZERO_SHADOW);
438 if (asce_limit == _REGION1_SIZE) {
/linux-master/arch/s390/kvm/
H A Dgaccess.c1418 ptr += vaddr.rfx * _REGION1_SIZE;

Completed in 202 milliseconds