Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/mm/
Dpgalloc.c86 VM_BUG_ON(mm->context.asce_limit < _REGION2_SIZE); in crst_table_upgrade()
97 if (mm->context.asce_limit == _REGION2_SIZE) { in crst_table_upgrade()
125 VM_BUG_ON(mm->context.asce_limit != _REGION2_SIZE); in crst_table_downgrade()
427 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE) in BASE_ADDR_END_FUNC()
587 base_region3_walk(table, 0, _REGION2_SIZE, 0); in base_asce_free()
642 } else if (end <= _REGION2_SIZE) { in base_asce_alloc()
Dinit.c89 if (VMALLOC_END > _REGION2_SIZE) { in paging_init()
Dgmap.c46 } else if (limit < _REGION2_SIZE) { in gmap_alloc()
47 limit = _REGION2_SIZE - 1; in gmap_alloc()
1436 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1); in gmap_unshadow_r3t()
1464 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) { in __gmap_unshadow_r2t()
/Linux-v4.19/arch/s390/include/asm/
Dtlb.h170 if (tlb->mm->context.asce_limit <= _REGION2_SIZE) in pud_free_tlb()
Dmmu_context.h38 case _REGION2_SIZE: in init_new_context()
Dpgalloc.h41 if (mm->context.asce_limit <= _REGION2_SIZE) in pgd_entry_type()
Dpgtable.h314 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro
319 #define _REGION2_MASK (~(_REGION2_SIZE - 1))
330 #define P4D_SIZE _REGION2_SIZE
/Linux-v4.19/arch/s390/kernel/
Dsetup.c474 if (tmp + vmalloc_size + MODULES_LEN <= _REGION2_SIZE) in setup_memory_end()
475 vmax = _REGION2_SIZE; /* 3-level kernel page table */ in setup_memory_end()
/Linux-v4.19/arch/s390/kvm/
Dgaccess.c1058 ptr += vaddr.rsx * _REGION2_SIZE; in kvm_s390_shadow_tables()