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

/linux-master/arch/s390/include/asm/
H A Dgmap.h41 * @orig_asce: ASCE for which the shadow page table has been created
67 unsigned long orig_asce; member in struct:gmap
/linux-master/arch/s390/mm/
H A Dgmap.c1627 if (sg->orig_asce != asce || sg->edat_level != edat_level ||
1654 return sg->orig_asce == asce && sg->edat_level == edat_level;
1697 new->orig_asce = asce;
1711 if (sg->orig_asce & _ASCE_REAL_SPACE) {
2219 start = sg->orig_asce & _ASCE_ORIGIN;
2220 end = start + ((sg->orig_asce & _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE;
2221 if (!(sg->orig_asce & _ASCE_REAL_SPACE) && gaddr >= start &&
/linux-master/arch/s390/kvm/
H A Dgaccess.c1381 asce.val = sg->orig_asce;

Completed in 154 milliseconds