Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/mm/
Dgmap.c560 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
568 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
576 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
816 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
824 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
832 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
1376 pgt = (unsigned long *)(sgt[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_sgt()
1400 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_sgt()
1405 sgt = (unsigned long *)(*r3e & _REGION_ENTRY_ORIGIN); in gmap_unshadow_sgt()
1431 if (!(r3t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r3t()
[all …]
Dpgalloc.c551 table = __va(*rtte & _REGION_ENTRY_ORIGIN); in base_region3_walk()
579 table = __va(*rste & _REGION_ENTRY_ORIGIN); in base_region2_walk()
607 table = __va(*rfte & _REGION_ENTRY_ORIGIN); in base_region1_walk()
Dfault.c119 table = __va(*table & _REGION_ENTRY_ORIGIN); in dump_pagetable()
128 table = __va(*table & _REGION_ENTRY_ORIGIN); in dump_pagetable()
137 table = __va(*table & _REGION_ENTRY_ORIGIN); in dump_pagetable()
/Linux-v6.1/arch/s390/include/asm/
Dpgtable.h241 #define _REGION_ENTRY_ORIGIN ~0xfffUL/* region/segment table origin */ macro
625 return (pgd_val(pgd) & _REGION_ENTRY_ORIGIN) != 0UL; in pgd_present()
646 origin_mask = _REGION_ENTRY_ORIGIN; in pgd_pfn()
659 return (p4d_val(p4d) & _REGION_ENTRY_ORIGIN) != 0UL; in p4d_present()
673 origin_mask = _REGION_ENTRY_ORIGIN; in p4d_pfn()
686 return (pud_val(pud) & _REGION_ENTRY_ORIGIN) != 0UL; in pud_present()
1298 #define p4d_deref(pud) ((unsigned long)__va(p4d_val(pud) & _REGION_ENTRY_ORIGIN))
1299 #define pgd_deref(pgd) ((unsigned long)__va(pgd_val(pgd) & _REGION_ENTRY_ORIGIN))
1320 origin_mask = _REGION_ENTRY_ORIGIN; in pud_deref()