Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_ftp.c109 sccb->evbuf.mdd.ftp.asce = _ASCE_REAL_SPACE; in sclp_ftp_et7()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dgmap.c1659 if (asce & _ASCE_REAL_SPACE) in gmap_shadow()
1677 if (asce & _ASCE_REAL_SPACE) { in gmap_shadow()
1680 if (sg->orig_asce & _ASCE_REAL_SPACE) { in gmap_shadow()
1692 if (asce & _ASCE_REAL_SPACE) { in gmap_shadow()
2190 if (!(sg->orig_asce & _ASCE_REAL_SPACE) && gaddr >= start && in gmap_shadow_notify()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h230 #define _ASCE_REAL_SPACE 0x20 /* real space control */ macro