Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/mm/
H A 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()
811 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
819 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
827 table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
1364 pgt = (unsigned long *)(sgt[i] & _REGION_ENTRY_ORIGIN); in __gmap_unshadow_sgt()
1388 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_sgt()
1393 sgt = (unsigned long *)(*r3e & _REGION_ENTRY_ORIGIN); in gmap_unshadow_sgt()
1419 if (!(r3t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r3t()
[all...]
H A Dpgalloc.c454 table = *rtte & _REGION_ENTRY_ORIGIN; in base_region3_walk()
482 table = *rste & _REGION_ENTRY_ORIGIN; in base_region2_walk()
510 table = *rfte & _REGION_ENTRY_ORIGIN; in base_region1_walk()
H A 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()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dgmap.c571 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
579 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
587 table = __va(*table & _REGION_ENTRY_ORIGIN); in __gmap_link()
827 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
835 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
843 table = __va(*table & _REGION_ENTRY_ORIGIN); in gmap_table_walk()
1388 pgt = sgt[i] & _REGION_ENTRY_ORIGIN; in __gmap_unshadow_sgt()
1413 if (!r3e || !(*r3e & _REGION_ENTRY_ORIGIN)) in gmap_unshadow_sgt()
1418 sgt = *r3e & _REGION_ENTRY_ORIGIN; in gmap_unshadow_sgt()
1444 if (!(r3t[i] & _REGION_ENTRY_ORIGIN)) in __gmap_unshadow_r3t()
[all...]
H A 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()
H A Dpgalloc.c594 table = __va(*rtte & _REGION_ENTRY_ORIGIN); in base_region3_walk()
622 table = __va(*rste & _REGION_ENTRY_ORIGIN); in base_region2_walk()
650 table = __va(*rfte & _REGION_ENTRY_ORIGIN); in base_region1_walk()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A 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()
1240 #define p4d_deref(pud) (p4d_val(pud) & _REGION_ENTRY_ORIGIN)
1241 #define pgd_deref(pgd) (pgd_val(pgd) & _REGION_ENTRY_ORIGIN)
1262 origin_mask = _REGION_ENTRY_ORIGIN; in pud_deref()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A 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()

Completed in 16 milliseconds