Lines Matching refs:tec
500 struct trans_exc_code_bits *tec; in trans_exc_ending() local
504 tec = (struct trans_exc_code_bits *)&pgm->trans_exc_code; in trans_exc_ending()
514 tec->b61 = 1; in trans_exc_ending()
517 tec->b56 = 1; in trans_exc_ending()
520 tec->b60 = 1; in trans_exc_ending()
523 tec->b60 = 1; in trans_exc_ending()
526 tec->b61 = 1; in trans_exc_ending()
530 tec->b56 = 0; in trans_exc_ending()
531 tec->b60 = 0; in trans_exc_ending()
532 tec->b61 = 0; in trans_exc_ending()
546 tec->addr = gva >> PAGE_SHIFT; in trans_exc_ending()
547 tec->fsi = mode == GACC_STORE ? FSI_STORE : FSI_FETCH; in trans_exc_ending()
548 tec->as = psw_bits(vcpu->arch.sie_block->gpsw).as; in trans_exc_ending()