Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dgmap.h67 unsigned long orig_asce; member
/openbmc/linux/arch/s390/mm/
H A Dgmap.c1625 if (sg->orig_asce != asce || sg->edat_level != edat_level || in gmap_find_shadow()
1652 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
1695 new->orig_asce = asce; in gmap_shadow()
1709 if (sg->orig_asce & _ASCE_REAL_SPACE) { in gmap_shadow()
2217 start = sg->orig_asce & _ASCE_ORIGIN; in gmap_shadow_notify()
2218 end = start + ((sg->orig_asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE; in gmap_shadow_notify()
2219 if (!(sg->orig_asce & _ASCE_REAL_SPACE) && gaddr >= start && in gmap_shadow_notify()
/openbmc/linux/arch/s390/kvm/
H A Dgaccess.c1401 asce.val = sg->orig_asce; in kvm_s390_shadow_tables()