Home
last modified time | relevance | path

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

/arch/s390/mm/
Dgmap.c1492 if (asce & _ASCE_REAL_SPACE) in gmap_shadow()
1510 if (asce & _ASCE_REAL_SPACE) { in gmap_shadow()
1513 if (sg->orig_asce & _ASCE_REAL_SPACE) { in gmap_shadow()
1525 if (asce & _ASCE_REAL_SPACE) { in gmap_shadow()
2030 if (!(sg->orig_asce & _ASCE_REAL_SPACE) && gaddr >= start && in gmap_shadow_notify()
/arch/s390/include/asm/
Dpgtable.h269 #define _ASCE_REAL_SPACE 0x20 /* real space control */ macro