Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dfault.h24 TEID_FSI_STORE = 1, /* Exception was due to store operation */ enumerator
/linux/arch/s390/mm/
H A Dfault.c73 return teid.fsi == TEID_FSI_STORE; in fault_is_write()
/linux/arch/s390/kvm/
H A Dgaccess.c385 teid->fsi = mode == GACC_STORE ? TEID_FSI_STORE : TEID_FSI_FETCH; in trans_exc_ending()