Lines Matching refs:tec
497 struct trans_exc_code_bits *tec;
501 tec = (struct trans_exc_code_bits *)&pgm->trans_exc_code;
507 tec->b61 = 1;
510 tec->b56 = 1;
513 tec->b60 = 1;
516 tec->b60 = 1;
519 tec->b61 = 1;
534 tec->addr = gva >> PAGE_SHIFT;
535 tec->fsi = mode == GACC_STORE ? FSI_STORE : FSI_FETCH;
536 tec->as = psw_bits(vcpu->arch.sie_block->gpsw).as;