Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/mm/
Dgmap.c559 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
567 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
575 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
815 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
823 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
831 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
1376 pgt = sgt[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_sgt()
1401 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_sgt()
1406 sgt = *r3e & _REGION_ENTRY_ORIGIN; in gmap_unshadow_sgt()
1432 if (!(r3t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r3t()
[all …]
Dfault.c135 table = __va(*table & _REGION_ENTRY_ORIGIN); in dump_pagetable()
144 table = __va(*table & _REGION_ENTRY_ORIGIN); in dump_pagetable()
153 table = __va(*table & _REGION_ENTRY_ORIGIN); in dump_pagetable()
Dpgalloc.c593 table = __va(*rtte & _REGION_ENTRY_ORIGIN); in base_region3_walk()
621 table = __va(*rste & _REGION_ENTRY_ORIGIN); in base_region2_walk()
649 table = __va(*rfte & _REGION_ENTRY_ORIGIN); in base_region1_walk()
/Linux-v6.6/arch/s390/include/asm/
Dpgtable.h246 #define _REGION_ENTRY_ORIGIN ~0xfffUL/* region/segment table origin */ macro
636 return (pgd_val(pgd) & _REGION_ENTRY_ORIGIN) != 0UL; in pgd_present()
657 origin_mask = _REGION_ENTRY_ORIGIN; in pgd_pfn()
670 return (p4d_val(p4d) & _REGION_ENTRY_ORIGIN) != 0UL; in p4d_present()
684 origin_mask = _REGION_ENTRY_ORIGIN; in p4d_pfn()
697 return (pud_val(pud) & _REGION_ENTRY_ORIGIN) != 0UL; in pud_present()
1376 #define p4d_deref(pud) ((unsigned long)__va(p4d_val(pud) & _REGION_ENTRY_ORIGIN))
1377 #define pgd_deref(pgd) ((unsigned long)__va(pgd_val(pgd) & _REGION_ENTRY_ORIGIN))
1398 origin_mask = _REGION_ENTRY_ORIGIN; in pud_deref()