Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/mm/
H A Dgmap.c1564 table = (unsigned long *)(sg->asce & _ASCE_ORIGIN); in gmap_unshadow()
1701 rc = gmap_protect_range(parent, asce & _ASCE_ORIGIN, in gmap_shadow()
2188 start = sg->orig_asce & _ASCE_ORIGIN; in gmap_shadow_notify()
2803 asce = (gmap->asce & ~_ASCE_ORIGIN) | __pa(table); in s390_replace_asce()
H A Dpgalloc.c529 unsigned long table = asce & _ASCE_ORIGIN; in base_asce_free()
H A Dfault.c113 unsigned long *table = __va(asce & _ASCE_ORIGIN); in dump_pagetable()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dfault.c124 unsigned long *table = __va(asce & _ASCE_ORIGIN); in dump_pagetable()
H A Dgmap.c1592 table = __va(sg->asce & _ASCE_ORIGIN); in gmap_unshadow()
1730 rc = gmap_protect_range(parent, asce & _ASCE_ORIGIN, in gmap_shadow()
2217 start = sg->orig_asce & _ASCE_ORIGIN; in gmap_shadow_notify()
2888 asce = (gmap->asce & ~_ASCE_ORIGIN) | __pa(table); in s390_replace_asce()
H A Dpgalloc.c669 unsigned long *table = __va(asce & _ASCE_ORIGIN); in base_asce_free()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpgtable.h226 #define _ASCE_ORIGIN ~0xfffUL/* region/segment table origin */ macro
1022 opt = opt | (asce & _ASCE_ORIGIN); in __ptep_ipte()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpgtable.h233 #define _ASCE_ORIGIN ~0xfffUL/* region/segment table origin */ macro
1087 opt = opt | (asce & _ASCE_ORIGIN); in __ptep_ipte()

Completed in 17 milliseconds