Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/mm/
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()
2973 asce = (gmap->asce & ~_ASCE_ORIGIN) | __pa(table); in s390_replace_asce()
H A Dfault.c124 unsigned long *table = __va(asce & _ASCE_ORIGIN); in dump_pagetable()
H A Dpgalloc.c673 unsigned long *table = __va(asce & _ASCE_ORIGIN); in base_asce_free()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h233 #define _ASCE_ORIGIN ~0xfffUL/* region/segment table origin */ macro
1097 opt = opt | (asce & _ASCE_ORIGIN); in __ptep_ipte()