Searched refs:vtd (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/modules/vmm/ |
| H A D | Makefile | 109 vtd.c
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 485 class SVE_1_Op_Pat<ValueType vtd, SDPatternOperator op, ValueType vt1, 487 : Pat<(vtd (op vt1:$Op1)), 490 class SVE_1_Op_Passthru_Pat<ValueType vtd, SDPatternOperator op, ValueType pg, 492 : Pat<(vtd (op pg:$Op1, vts:$Op2, vtd:$Op3)), 496 multiclass SVE_1_Op_PassthruUndef_Pat<ValueType vtd, SDPatternOperator op, ValueType pg, 498 def : Pat<(vtd (op pg:$Op1, vts:$Op2, (vtd undef))), 500 def : Pat<(vtd (op (pg (SVEAllActive:$Op1)), vts:$Op2, vtd:$Op3)), 504 multiclass SVE_1_Op_PassthruUndefZero_Pat<ValueType vtd, SDPatternOperator op, ValueType pg, 507 def : Pat<(vtd (op pg:$Op1, vts:$Op2, (vtd (SVEDup0Undef)))), 509 def : Pat<(vtd (op (pg (SVEAllActive:$Op1)), vts:$Op2, (vtd (SVEAny)))), [all …]
|
| /freebsd/sys/dev/vt/ |
| H A D | vt_core.c | 1868 struct vt_driver *vtd, **vtdlist, *vtdbest = NULL; in vtterm_cnprobe() local 1882 vtd = *vtdlist; in vtterm_cnprobe() 1883 if (vtd->vd_probe == NULL) in vtterm_cnprobe() 1885 if (vtd->vd_probe(vd) == CN_DEAD) in vtterm_cnprobe() 1888 (vtd->vd_priority > vtdbest->vd_priority)) in vtterm_cnprobe() 1889 vtdbest = vtd; in vtterm_cnprobe()
|