Searched refs:_REGION_ENTRY_ORIGIN (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/s390/mm/
H A Dgmap.c573 table = __va(*table & _REGION_ENTRY_ORIGIN);
581 table = __va(*table & _REGION_ENTRY_ORIGIN);
589 table = __va(*table & _REGION_ENTRY_ORIGIN);
829 table = __va(*table & _REGION_ENTRY_ORIGIN);
837 table = __va(*table & _REGION_ENTRY_ORIGIN);
845 table = __va(*table & _REGION_ENTRY_ORIGIN);
1390 pgt = sgt[i] & _REGION_ENTRY_ORIGIN;
1415 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN))
1420 sgt = *r3e & _REGION_ENTRY_ORIGIN;
1446 if (!(r3t[i] & _REGION_ENTRY_ORIGIN))
[all...]
H A Dpgalloc.c356 table = __va(*rtte & _REGION_ENTRY_ORIGIN);
384 table = __va(*rste & _REGION_ENTRY_ORIGIN);
412 table = __va(*rfte & _REGION_ENTRY_ORIGIN);
H A Dfault.c120 table = __va(entry & _REGION_ENTRY_ORIGIN);
129 table = __va(entry & _REGION_ENTRY_ORIGIN);
138 table = __va(entry & _REGION_ENTRY_ORIGIN);
/linux-master/arch/s390/include/asm/
H A Dpgtable.h247 #define _REGION_ENTRY_ORIGIN ~0xfffUL/* region/segment table origin */ macro
637 return (pgd_val(pgd) & _REGION_ENTRY_ORIGIN) != 0UL;
658 origin_mask = _REGION_ENTRY_ORIGIN;
671 return (p4d_val(p4d) & _REGION_ENTRY_ORIGIN) != 0UL;
685 origin_mask = _REGION_ENTRY_ORIGIN;
698 return (pud_val(pud) & _REGION_ENTRY_ORIGIN) != 0UL;
1380 #define p4d_deref(pud) ((unsigned long)__va(p4d_val(pud) & _REGION_ENTRY_ORIGIN))
1381 #define pgd_deref(pgd) ((unsigned long)__va(pgd_val(pgd) & _REGION_ENTRY_ORIGIN))
1402 origin_mask = _REGION_ENTRY_ORIGIN;

Completed in 150 milliseconds