Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kvm/
H A Dgmap-vsie.c86 if (asce & _ASCE_REAL_SPACE) in gmap_shadow()
105 if (asce & _ASCE_REAL_SPACE) { in gmap_shadow()
108 if (sg->orig_asce & _ASCE_REAL_SPACE) { in gmap_shadow()
120 if (asce & _ASCE_REAL_SPACE) { in gmap_shadow()
/linux-6.15/drivers/s390/char/
H A Dsclp_ftp.c112 sccb->evbuf.mdd.ftp.asce = _ASCE_REAL_SPACE; in sclp_ftp_et7()
/linux-6.15/arch/s390/include/asm/
H A Dpgtable.h258 #define _ASCE_REAL_SPACE 0x20 /* real space control */ macro
/linux-6.15/arch/s390/mm/
H A Dgmap.c1931 if (!(sg->orig_asce & _ASCE_REAL_SPACE) && gaddr >= start && in gmap_shadow_notify()