Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/mm/
Dgmap.c1592 table = __va(sg->asce & _ASCE_ORIGIN); in gmap_unshadow()
1729 rc = gmap_protect_range(parent, asce & _ASCE_ORIGIN, in gmap_shadow()
2216 start = sg->orig_asce & _ASCE_ORIGIN; in gmap_shadow_notify()
2887 asce = (gmap->asce & ~_ASCE_ORIGIN) | __pa(table); in s390_replace_asce()
Dfault.c124 unsigned long *table = __va(asce & _ASCE_ORIGIN); in dump_pagetable()
Dpgalloc.c669 unsigned long *table = __va(asce & _ASCE_ORIGIN); in base_asce_free()
/linux-6.6.21/arch/s390/include/asm/
Dpgtable.h233 #define _ASCE_ORIGIN ~0xfffUL/* region/segment table origin */ macro
1087 opt = opt | (asce & _ASCE_ORIGIN); in __ptep_ipte()