Searched refs:_REGION2_SIZE (Results 1 - 7 of 7) sorted by last modified time

/linux-master/arch/s390/mm/
H A Dgmap.c57 } else if (limit < _REGION2_SIZE) {
58 limit = _REGION2_SIZE - 1;
1475 gmap_call_notifier(sg, raddr, raddr + _REGION2_SIZE - 1);
1503 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION2_SIZE) {
H A Dpgalloc.c79 VM_BUG_ON(asce_limit < _REGION2_SIZE);
84 if (asce_limit == _REGION2_SIZE) {
280 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE)
440 base_region3_walk(table, 0, _REGION2_SIZE, 0);
495 } else if (end <= _REGION2_SIZE) {
/linux-master/arch/s390/include/asm/
H A Dpgtable.h330 #define _REGION2_SIZE (1UL << _REGION2_SHIFT) macro
335 #define _REGION2_MASK (~(_REGION2_SIZE - 1))
346 #define P4D_SIZE _REGION2_SIZE
507 return mm->context.asce_limit <= _REGION2_SIZE;
H A Dmmu_context.h49 mm->context.asce_limit = _REGION2_SIZE;
51 case _REGION2_SIZE:
H A Dprocessor.h110 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
114 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
116 #define STACK_TOP_MAX (_REGION2_SIZE - vdso_size() - PAGE_SIZE)
/linux-master/arch/s390/boot/
H A Dstartup.c256 if (IS_ENABLED(CONFIG_KASAN) || __NO_KASLR_END_KERNEL > _REGION2_SIZE ||
257 (vsize > _REGION2_SIZE && kaslr_enabled())) {
259 if (__NO_KASLR_END_KERNEL > _REGION2_SIZE) {
260 rte_size = _REGION2_SIZE;
261 vsize = get_vmem_size(ident_map_size, vmemmap_size, vmalloc_size, _REGION2_SIZE);
266 asce_limit = _REGION2_SIZE;
275 * Assume the secure storage limit always exceeds _REGION2_SIZE,
/linux-master/arch/s390/kvm/
H A Dgaccess.c1446 ptr += vaddr.rsx * _REGION2_SIZE;

Completed in 161 milliseconds