Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/mm/
Dpgalloc.c518 unsigned long table = asce & _ASCE_ORIGIN; in base_asce_free()
Dfault.c107 unsigned long *table = __va(asce & _ASCE_ORIGIN); in dump_pagetable()
Dgmap.c1562 table = (unsigned long *)(sg->asce & _ASCE_ORIGIN); in gmap_unshadow()
1699 rc = gmap_protect_range(parent, asce & _ASCE_ORIGIN, in gmap_shadow()
2186 start = sg->orig_asce & _ASCE_ORIGIN; in gmap_shadow_notify()
/Linux-v5.15/arch/s390/include/asm/
Dpgtable.h226 #define _ASCE_ORIGIN ~0xfffUL/* region/segment table origin */ macro
1016 opt = opt | (asce & _ASCE_ORIGIN); in __ptep_ipte()