Home
last modified time | relevance | path

Searched refs:_REGION2_SIZE (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/s390/mm/
Dpgalloc.c84 VM_BUG_ON(mm->context.asce_limit < _REGION2_SIZE); in crst_table_upgrade()
95 if (mm->context.asce_limit == _REGION2_SIZE) { in crst_table_upgrade()
124 VM_BUG_ON(mm->context.asce_limit != _REGION2_SIZE); in crst_table_downgrade()
366 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE) in BASE_ADDR_END_FUNC()
526 base_region3_walk(table, 0, _REGION2_SIZE, 0); in base_asce_free()
581 } else if (end <= _REGION2_SIZE) { in base_asce_alloc()
Dinit.c95 if (VMALLOC_END > _REGION2_SIZE) { in paging_init()
Dkasan_init.c282 untracked_mem_end = vmax = _REGION2_SIZE; in kasan_early_init()
Dgmap.c46 } else if (limit < _REGION2_SIZE) { in gmap_alloc()
47 limit = _REGION2_SIZE - 1; in gmap_alloc()
1442 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1); in gmap_unshadow_r3t()
1470 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) { in __gmap_unshadow_r2t()
/Linux-v5.4/arch/s390/include/asm/
Dmmu_context.h39 case _REGION2_SIZE: in init_new_context()
Dpgtable.h316 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro
321 #define _REGION2_MASK (~(_REGION2_SIZE - 1))
332 #define P4D_SIZE _REGION2_SIZE
506 return mm->context.asce_limit <= _REGION2_SIZE; in mm_pud_folded()
/Linux-v5.4/arch/s390/kernel/
Dsetup.c564 : _REGION2_SIZE; in setup_memory_end()
568 if (tmp + vmalloc_size + MODULES_LEN <= _REGION2_SIZE) in setup_memory_end()
569 vmax = _REGION2_SIZE; /* 3-level kernel page table */ in setup_memory_end()
/Linux-v5.4/arch/s390/kvm/
Dgaccess.c1058 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()