Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/kvm/
Dgaccess.c482 FSI_STORE = 1, /* Exception was due to store operation */ enumerator
547 tec->fsi = mode == GACC_STORE ? FSI_STORE : FSI_FETCH; in trans_exc_ending()