Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/mm/
H A Dgmap.c835 table = (unsigned long *)(*table & _SEGMENT_ENTRY_ORIGIN); in gmap_table_walk()
1331 if (!ste || !(*ste & _SEGMENT_ENTRY_ORIGIN)) in gmap_unshadow_pgt()
1336 pgt = (unsigned long *)(*ste & _SEGMENT_ENTRY_ORIGIN); in gmap_unshadow_pgt()
1362 if (!(sgt[i] & _SEGMENT_ENTRY_ORIGIN)) in __gmap_unshadow_sgt()
2040 page->index = pgt & _SEGMENT_ENTRY_ORIGIN; in gmap_shadow_pgt()
2054 } else if (*table & _SEGMENT_ENTRY_ORIGIN) { in gmap_shadow_pgt()
2071 origin = pgt & _SEGMENT_ENTRY_ORIGIN & PAGE_MASK; in gmap_shadow_pgt()
2076 if (!table || (*table & _SEGMENT_ENTRY_ORIGIN) != in gmap_shadow_pgt()
H A Dpgalloc.c425 table = *ste & _SEGMENT_ENTRY_ORIGIN; in base_segment_walk()
H A Dfault.c151 table = (unsigned long *)(*table & _SEGMENT_ENTRY_ORIGIN); in dump_pagetable()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dgmap.c851 table = __va(*table & _SEGMENT_ENTRY_ORIGIN); in gmap_table_walk()
1355 if (!ste || !(*ste & _SEGMENT_ENTRY_ORIGIN)) in gmap_unshadow_pgt()
1360 pgt = *ste & _SEGMENT_ENTRY_ORIGIN; in gmap_unshadow_pgt()
1386 if (!(sgt[i] & _SEGMENT_ENTRY_ORIGIN)) in __gmap_unshadow_sgt()
2070 page->index = pgt & _SEGMENT_ENTRY_ORIGIN; in gmap_shadow_pgt()
2084 } else if (*table & _SEGMENT_ENTRY_ORIGIN) { in gmap_shadow_pgt()
2101 origin = pgt & _SEGMENT_ENTRY_ORIGIN & PAGE_MASK; in gmap_shadow_pgt()
2106 if (!table || (*table & _SEGMENT_ENTRY_ORIGIN) != s_pgt) in gmap_shadow_pgt()
H A Dfault.c162 table = __va(*table & _SEGMENT_ENTRY_ORIGIN); in dump_pagetable()
H A Dpgalloc.c565 table = __va(*ste & _SEGMENT_ENTRY_ORIGIN); in base_segment_walk()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpgtable.h277 #define _SEGMENT_ENTRY_ORIGIN ~0x7ffUL/* page table origin */ macro
1247 origin_mask = _SEGMENT_ENTRY_ORIGIN; in pmd_deref()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpgtable.h284 #define _SEGMENT_ENTRY_ORIGIN ~0x7ffUL/* page table origin */ macro
1383 origin_mask = _SEGMENT_ENTRY_ORIGIN; in pmd_deref()

Completed in 18 milliseconds