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