Home
last modified time | relevance | path

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

/arch/s390/mm/
Dfault.c134 unsigned long *table = __va(asce & _ASCE_ORIGIN); in dump_pagetable()
Dgmap.c1403 table = (unsigned long *)(sg->asce & _ASCE_ORIGIN); in gmap_unshadow()
1539 rc = gmap_protect_range(parent, asce & _ASCE_ORIGIN, in gmap_shadow()
2025 start = sg->orig_asce & _ASCE_ORIGIN; in gmap_shadow_notify()
/arch/s390/include/asm/
Dpgtable.h224 #define _ASCE_ORIGIN ~0xfffUL/* region/segment table origin */ macro
975 opt = opt | (asce & _ASCE_ORIGIN); in __ptep_ipte()