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

/linux-master/arch/s390/mm/
H A Dgmap.c853 table = __va(*table & _SEGMENT_ENTRY_ORIGIN);
1357 if (!ste || !(*ste & _SEGMENT_ENTRY_ORIGIN))
1362 pgt = *ste & _SEGMENT_ENTRY_ORIGIN;
1388 if (!(sgt[i] & _SEGMENT_ENTRY_ORIGIN))
2072 ptdesc->pt_index = pgt & _SEGMENT_ENTRY_ORIGIN;
2086 } else if (*table & _SEGMENT_ENTRY_ORIGIN) {
2103 origin = pgt & _SEGMENT_ENTRY_ORIGIN & PAGE_MASK;
2108 if (!table || (*table & _SEGMENT_ENTRY_ORIGIN) != s_pgt)
H A Dpgalloc.c327 table = __va(*ste & _SEGMENT_ENTRY_ORIGIN);
H A Dfault.c147 table = __va(entry & _SEGMENT_ENTRY_ORIGIN);
/linux-master/arch/s390/include/asm/
H A Dpgtable.h285 #define _SEGMENT_ENTRY_ORIGIN ~0x7ffUL/* page table origin */ macro
1387 origin_mask = _SEGMENT_ENTRY_ORIGIN;

Completed in 128 milliseconds