Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dgmap.h52 unsigned long orig_asce; member
/arch/s390/mm/
Dgmap.c1431 if (sg->orig_asce != asce || sg->edat_level != edat_level || in gmap_find_shadow()
1458 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
1499 new->orig_asce = asce; in gmap_shadow()
1513 if (sg->orig_asce & _ASCE_REAL_SPACE) { in gmap_shadow()
2028 start = sg->orig_asce & _ASCE_ORIGIN; in gmap_shadow_notify()
2029 end = start + ((sg->orig_asce & _ASCE_TABLE_LENGTH) + 1) * 4096; in gmap_shadow_notify()
2030 if (!(sg->orig_asce & _ASCE_REAL_SPACE) && gaddr >= start && in gmap_shadow_notify()
/arch/s390/kvm/
Dgaccess.c971 asce.val = sg->orig_asce; in kvm_s390_shadow_tables()