Searched refs:_REGION1_SIZE (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | pgalloc.c | 107 if (end > _REGION1_SIZE) { in crst_table_upgrade() 127 mm->context.asce_limit = _REGION1_SIZE; in crst_table_upgrade() 379 BASE_ADDR_END_FUNC(region1, _REGION1_SIZE) 541 base_region2_walk(table, 0, _REGION1_SIZE, 0); in base_asce_free() 599 } else if (end <= _REGION1_SIZE) { in base_asce_alloc()
|
H A D | gmap.c | 50 } else if (limit < _REGION1_SIZE) { in gmap_alloc() 51 limit = _REGION1_SIZE - 1; in gmap_alloc() 1504 gmap_call_notifier(sg, raddr, raddr + _REGION1_SIZE - 1); in gmap_unshadow_r2t() 1533 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION1_SIZE) { in __gmap_unshadow_r1t()
|
H A D | kasan_init.c | 312 untracked_mem_end = kasan_vmax = vmax_unlimited = _REGION1_SIZE; in kasan_early_init()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | pgalloc.c | 88 if (end > _REGION1_SIZE) { in crst_table_upgrade() 108 mm->context.asce_limit = _REGION1_SIZE; in crst_table_upgrade() 519 BASE_ADDR_END_FUNC(region1, _REGION1_SIZE) 681 base_region2_walk(table, 0, _REGION1_SIZE, 0); in base_asce_free() 739 } else if (end <= _REGION1_SIZE) { in base_asce_alloc()
|
H A D | gmap.c | 61 } 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()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | mmu_context.h | 60 case _REGION1_SIZE: in init_new_context()
|
H A D | pgtable.h | 315 #define _REGION1_SIZE (1UL << _REGION1_SHIFT) macro 320 #define _REGION1_MASK (~(_REGION1_SIZE - 1)) 333 #define PGDIR_SIZE _REGION1_SIZE 500 return mm->context.asce_limit <= _REGION1_SIZE; in mm_p4d_folded()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | mmu_context.h | 61 case _REGION1_SIZE: in init_new_context()
|
H A D | pgtable.h | 322 #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()
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | vmem.c | 120 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 D | startup.c | 190 asce_limit = _REGION1_SIZE; in setup_kernel_memory_layout()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | setup.c | 570 vmax = _REGION1_SIZE; /* 4-level kernel page table */ in setup_memory_end()
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | gaccess.c | 1035 ptr += vaddr.rfx * _REGION1_SIZE; in kvm_s390_shadow_tables()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | gaccess.c | 1434 ptr += vaddr.rfx * _REGION1_SIZE; in kvm_s390_shadow_tables()
|
Completed in 22 milliseconds