Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/char/
Dsclp_ftp.c112 sccb->evbuf.mdd.ftp.asce = _ASCE_REAL_SPACE; in sclp_ftp_et7()
/linux-6.12.1/arch/s390/mm/
Dgmap.c1689 if (asce & _ASCE_REAL_SPACE) in gmap_shadow()
1708 if (asce & _ASCE_REAL_SPACE) { in gmap_shadow()
1711 if (sg->orig_asce & _ASCE_REAL_SPACE) { in gmap_shadow()
1723 if (asce & _ASCE_REAL_SPACE) { in gmap_shadow()
2221 if (!(sg->orig_asce & _ASCE_REAL_SPACE) && gaddr >= start && in gmap_shadow_notify()
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h256 #define _ASCE_REAL_SPACE 0x20 /* real space control */ macro