Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/mm/
Dgmap.c561 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
569 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
577 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
810 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
818 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
826 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
1363 pgt = (unsigned long *)(sgt[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_sgt()
1387 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_sgt()
1392 sgt = (unsigned long *)(*r3e & _REGION_ENTRY_ORIGIN); in gmap_unshadow_sgt()
1418 if (!(r3t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r3t()
[all …]
Dpgalloc.c452 table = *rtte & _REGION_ENTRY_ORIGIN; in base_region3_walk()
480 table = *rste & _REGION_ENTRY_ORIGIN; in base_region2_walk()
508 table = *rfte & _REGION_ENTRY_ORIGIN; in base_region1_walk()
Dfault.c124 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in dump_pagetable()
133 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in dump_pagetable()
142 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in dump_pagetable()
/Linux-v5.10/arch/s390/include/asm/
Dpgtable.h239 #define _REGION_ENTRY_ORIGIN ~0xfffUL/* region/segment table origin */ macro
616 return (pgd_val(pgd) & _REGION_ENTRY_ORIGIN) != 0UL; in pgd_present()
637 origin_mask = _REGION_ENTRY_ORIGIN; in pgd_pfn()
650 return (p4d_val(p4d) & _REGION_ENTRY_ORIGIN) != 0UL; in p4d_present()
664 origin_mask = _REGION_ENTRY_ORIGIN; in p4d_pfn()
677 return (pud_val(pud) & _REGION_ENTRY_ORIGIN) != 0UL; in pud_present()
1221 #define p4d_deref(pud) (p4d_val(pud) & _REGION_ENTRY_ORIGIN)
1222 #define pgd_deref(pgd) (pgd_val(pgd) & _REGION_ENTRY_ORIGIN)
1243 origin_mask = _REGION_ENTRY_ORIGIN; in pud_deref()