Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dgmap.c573 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
581 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
589 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
829 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
837 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
845 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
1390 pgt = sgt[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_sgt()
1415 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_sgt()
1420 sgt = *r3e & _REGION_ENTRY_ORIGIN; in gmap_unshadow_sgt()
1446 if (!(r3t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r3t()
[all …]
H A Dpgalloc.c360 table = __va(*rtte & _REGION_ENTRY_ORIGIN); in base_region3_walk()
388 table = __va(*rste & _REGION_ENTRY_ORIGIN); in base_region2_walk()
416 table = __va(*rfte & _REGION_ENTRY_ORIGIN); in base_region1_walk()
H A Dfault.c121 table = __va(entry & _REGION_ENTRY_ORIGIN); in dump_pagetable()
130 table = __va(entry & _REGION_ENTRY_ORIGIN); in dump_pagetable()
139 table = __va(entry & _REGION_ENTRY_ORIGIN); in dump_pagetable()
/linux/arch/s390/include/asm/
H A Dpgtable.h265 #define _REGION_ENTRY_ORIGIN ~0xfffUL/* region/segment table origin */ macro
688 return (pgd_val(pgd) & _REGION_ENTRY_ORIGIN) != 0UL; in pgd_present()
709 origin_mask = _REGION_ENTRY_ORIGIN; in pgd_pfn()
722 return (p4d_val(p4d) & _REGION_ENTRY_ORIGIN) != 0UL; in p4d_present()
736 origin_mask = _REGION_ENTRY_ORIGIN; in p4d_pfn()
749 return (pud_val(pud) & _REGION_ENTRY_ORIGIN) != 0UL; in pud_present()
1432 #define p4d_deref(pud) ((unsigned long)__va(p4d_val(pud) & _REGION_ENTRY_ORIGIN))
1433 #define pgd_deref(pgd) ((unsigned long)__va(pgd_val(pgd) & _REGION_ENTRY_ORIGIN))
1454 origin_mask = _REGION_ENTRY_ORIGIN; in pud_deref()