Home
last modified time | relevance | path

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

/arch/arm/boot/dts/
Dtegra20-tec.dts8 compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20";
45 compatible = "ad,tegra-audio-wm8903-tec",
DMakefile1146 tegra20-tec.dtb \
/arch/s390/kvm/
Dgaccess.c497 struct trans_exc_code_bits *tec; in trans_exc() local
501 tec = (struct trans_exc_code_bits *)&pgm->trans_exc_code; in trans_exc()
507 tec->b61 = 1; in trans_exc()
510 tec->b56 = 1; in trans_exc()
513 tec->b60 = 1; in trans_exc()
516 tec->b60 = 1; in trans_exc()
519 tec->b61 = 1; in trans_exc()
534 tec->addr = gva >> PAGE_SHIFT; in trans_exc()
535 tec->fsi = mode == GACC_STORE ? FSI_STORE : FSI_FETCH; in trans_exc()
536 tec->as = psw_bits(vcpu->arch.sie_block->gpsw).as; in trans_exc()