_REGION1_SIZE
BUILD_BUG_ON(__NO_KASLR_END_KERNEL > _REGION1_SIZE);
BUILD_BUG_ON(CONFIG_ILLEGAL_POINTER_VALUE < _REGION1_SIZE);
asce_limit = _REGION1_SIZE;
boot_debug("%d level paging 0x%016lx vmax\n", vmax == _REGION1_SIZE ? 4 : 3, vmax);
kasan_populate(kernel_end, _REGION1_SIZE, POPULATE_KASAN_ZERO_SHADOW);
if (asce_limit == _REGION1_SIZE) {
case _REGION1_SIZE:
#define _REGION1_MASK (~(_REGION1_SIZE - 1))
#define PGDIR_SIZE _REGION1_SIZE
return mm->context.asce_limit <= _REGION1_SIZE;
if (limit <= _REGION1_SIZE >> PAGE_SHIFT)
BASE_ADDR_END_FUNC(region1, _REGION1_SIZE)
base_region2_walk(table, 0, _REGION1_SIZE, 0);
} else if (end <= _REGION1_SIZE) {
if (end > _REGION1_SIZE) {
mm->context.asce_limit = _REGION1_SIZE;