Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/mm/
Dpgalloc.c99 mm->context.asce_limit = _REGION1_SIZE; in crst_table_upgrade()
367 BASE_ADDR_END_FUNC(region1, _REGION1_SIZE) in BASE_ADDR_END_FUNC()
529 base_region2_walk(table, 0, _REGION1_SIZE, 0); in base_asce_free()
587 } else if (end <= _REGION1_SIZE) { in base_asce_alloc()
Dkasan_init.c274 untracked_mem_end = vmax = _REGION1_SIZE; in kasan_early_init()
Dgmap.c50 } else if (limit < _REGION1_SIZE) { in gmap_alloc()
51 limit = _REGION1_SIZE - 1; in gmap_alloc()
1499 gmap_call_notifier(sg, raddr, raddr + _REGION1_SIZE - 1); in gmap_unshadow_r2t()
1528 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION1_SIZE) { in __gmap_unshadow_r1t()
/Linux-v5.4/arch/s390/include/asm/
Dmmu_context.h55 case _REGION1_SIZE: in init_new_context()
Dpgtable.h315 #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()
/Linux-v5.4/arch/s390/kernel/
Dsetup.c563 ? _REGION1_SIZE in setup_memory_end()
571 vmax = _REGION1_SIZE; /* 4-level kernel page table */ in setup_memory_end()
/Linux-v5.4/arch/s390/kvm/
Dgaccess.c1033 ptr += vaddr.rfx * _REGION1_SIZE; in kvm_s390_shadow_tables()