Searched refs:_REGION3_SIZE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dprocessor.h108 _REGION3_SIZE : TASK_SIZE_MAX)
110 (_REGION3_SIZE >> 1) : (_REGION2_SIZE >> 1))
114 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
H A Dpgtable.h325 #define _REGION3_SIZE (1UL << _REGION3_SHIFT) macro
330 #define _REGION3_MASK (~(_REGION3_SIZE - 1))
339 #define PUD_SIZE _REGION3_SIZE
507 return mm->context.asce_limit <= _REGION3_SIZE;
/linux-master/arch/s390/mm/
H A Dpgalloc.c279 BASE_ADDR_END_FUNC(region3, _REGION3_SIZE)
437 base_segment_walk(table, 0, _REGION3_SIZE, 0);
489 if (end <= _REGION3_SIZE) {
H A Dgmap.c53 if (limit < _REGION3_SIZE) {
54 limit = _REGION3_SIZE - 1;
1417 gmap_call_notifier(sg, raddr, raddr + _REGION3_SIZE - 1);
1445 for (i = 0; i < _CRST_ENTRIES; i++, raddr += _REGION3_SIZE) {
/linux-master/arch/s390/boot/
H A Dstartup.c278 vsize = round_up(ident_map_size, _REGION3_SIZE) + vmemmap_size +
286 rte_size = _REGION3_SIZE;
H A Dvmem.c359 entry = __pud(_pa(addr, _REGION3_SIZE, mode));
/linux-master/arch/s390/kvm/
H A Dgaccess.c1475 ptr += vaddr.rtx * _REGION3_SIZE;
1492 ptr = rtte.fc1.rfaa * _REGION3_SIZE;
H A Dpriv.c1099 end = (start + _REGION3_SIZE) & ~(_REGION3_SIZE - 1);

Completed in 178 milliseconds