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

/linux-master/arch/s390/mm/
H A Dpgalloc.c431 unsigned long *table = __va(asce & _ASCE_ORIGIN);
H A Dfault.c109 unsigned long entry, *table = __va(asce & _ASCE_ORIGIN);
H A Dgmap.c1594 table = __va(sg->asce & _ASCE_ORIGIN);
1732 rc = gmap_protect_range(parent, asce & _ASCE_ORIGIN,
2219 start = sg->orig_asce & _ASCE_ORIGIN;
2890 asce = (gmap->asce & ~_ASCE_ORIGIN) | __pa(table);
/linux-master/arch/s390/include/asm/
H A Dpgtable.h234 #define _ASCE_ORIGIN ~0xfffUL/* region/segment table origin */ macro
1089 opt = opt | (asce & _ASCE_ORIGIN);

Completed in 242 milliseconds