Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kvm/
H A Dgmap-vsie.c94 new->orig_asce = asce; in gmap_shadow()
108 if (sg->orig_asce & _ASCE_REAL_SPACE) { in gmap_shadow()
H A Dgmap.h36 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid()
H A Dgaccess.c1229 asce.val = sg->orig_asce; in kvm_s390_shadow_tables()
/linux-6.15/arch/s390/include/asm/
H A Dgmap.h63 unsigned long orig_asce; member
/linux-6.15/arch/s390/mm/
H A Dgmap.c1929 start = sg->orig_asce & _ASCE_ORIGIN; in gmap_shadow_notify()
1930 end = start + ((sg->orig_asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE; in gmap_shadow_notify()
1931 if (!(sg->orig_asce & _ASCE_REAL_SPACE) && gaddr >= start && in gmap_shadow_notify()