Home
last modified time | relevance | path

Searched full:cti (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcoresight-cti.yaml5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml#
8 title: ARM Coresight Cross Trigger Interface (CTI) device.
11 The CoreSight Embedded Cross Trigger (ECT) consists of CTI devices connected
18 The CTI component properties define the connections between the individual
19 CTI and the components it is directly connected to, consisting of input and
21 output hardware trigger signals (8 each for v1 CTI, 32 each for v2 CTI). The
31 In general the connections between CTI and components via the trigger signals
32 are implementation defined, except when the CTI is connected to an ARM v8
36 between CTI and the CPU core and ETM if present. In the case of a v8
37 architecturally connected CTI an additional compatible string is used to
[all …]
H A Darm,coresight-cti.yaml5 $id: http://devicetree.org/schemas/arm/arm,coresight-cti.yaml#
8 title: ARM Coresight Cross Trigger Interface (CTI) device.
11 The CoreSight Embedded Cross Trigger (ECT) consists of CTI devices connected
17 The CTI component properties define the connections between the individual
18 CTI and the components it is directly connected to, consisting of input and
20 output hardware trigger signals (8 each for v1 CTI, 32 each for v2 CTI). The
30 In general the connections between CTI and components via the trigger signals
31 are implementation defined, except when the CTI is connected to an ARM v8
35 between CTI an
[all...]
H A Dcoresight.txt51 - Coresight Cross Trigger Interface (CTI):
52 "arm,coresight-cti", "arm,primecell";
53 See coresight-cti.yaml for full CTI definitions.
82 * Required properties for Coresight Cross Trigger Interface (CTI)
83 See coresight-cti.yaml for full CTI definitions.
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi6220-coresight.dtsi369 /* CTI 0 - TMC and TPIU connections */
370 cti@f6403000 {
371 compatible = "arm,coresight-cti", "arm,primecell";
378 /* CTI - CPU-0 */
379 cti@f6598000 {
380 compatible = "arm,coresight-cti-v8-arch",
381 "arm,coresight-cti", "arm,primecell";
391 /* CTI - CPU-1 */
392 cti@f6599000 {
393 compatible = "arm,coresight-cti-v8-arch",
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-base.dtsi293 cti0: cti@22020000 {
294 compatible = "arm,coresight-cti-v8-arch", "arm,coresight-cti",
365 cti1: cti@22120000 {
366 compatible = "arm,coresight-cti-v8-arch", "arm,coresight-cti",
402 cti2: cti@23020000 {
403 compatible = "arm,coresight-cti-v8-arch", "arm,coresight-cti",
486 cti3: cti@23120000 {
487 compatible = "arm,coresight-cti-v8-arch", "arm,coresight-cti",
523 cti4: cti@23220000 {
524 compatible = "arm,coresight-cti-v8-arch", "arm,coresight-cti",
[all …]
H A Djuno-cs-r1r2.dtsi84 cti_sys2: cti@20160000 { /* sys_cti_2 */
85 compatible = "arm,coresight-cti", "arm,primecell";
H A Djuno-r1.dts12 #include <dt-bindings/arm/coresight-cti-dt.h>
H A Djuno-r2.dts12 #include <dt-bindings/arm/coresight-cti-dt.h>
H A Djuno.dts12 #include <dt-bindings/arm/coresight-cti-dt.h>
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm6115.dtsi2081 cti0: cti@8010000 {
2082 compatible = "arm,coresight-cti", "arm,primecell";
2091 cti1: cti@8011000 {
2092 compatible = "arm,coresight-cti", "arm,primecell";
2101 cti2: cti@8012000 {
2102 compatible = "arm,coresight-cti", "arm,primecell";
2111 cti3: cti@8013000 {
2112 compatible = "arm,coresight-cti", "arm,primecell";
2121 cti4: cti@8014000 {
2122 compatible = "arm,coresight-cti", "arm,primecell";
[all …]
H A Dmsm8916.dtsi6 #include <dt-bindings/arm/coresight-cti-dt.h>
603 /* CTI 0 - TMC connections */
604 cti0: cti@810000 {
605 compatible = "arm,coresight-cti", "arm,primecell";
614 /* CTI 1 - TPIU connections */
615 cti1: cti@811000 {
616 compatible = "arm,coresight-cti", "arm,primecell";
858 /* CTI - CPU-0 */
859 cti12: cti@858000 {
860 compatible = "arm,coresight-cti-v8-arch", "arm,coresight-cti",
[all …]
H A Dsa8775p.dtsi2374 aoss_cti: cti@4b13000 {
2375 compatible = "arm,coresight-cti", "arm,primecell";
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp538 unsigned getCommonTypeInfoSize(const CommonTypeInfo &CTI) { in getCommonTypeInfoSize() argument
539 return 2 + (CTI.getSwiftBridge() ? CTI.getSwiftBridge()->size() : 0) + 2 + in getCommonTypeInfoSize()
540 (CTI.getNSErrorDomain() ? CTI.getNSErrorDomain()->size() : 0) + in getCommonTypeInfoSize()
541 getCommonEntityInfoSize(CTI); in getCommonTypeInfoSize()
545 void emitCommonTypeInfo(raw_ostream &OS, const CommonTypeInfo &CTI) { in emitCommonTypeInfo() argument
546 emitCommonEntityInfo(OS, CTI); in emitCommonTypeInfo()
549 if (auto swiftBridge = CTI.getSwiftBridge()) { in emitCommonTypeInfo()
555 if (auto nsErrorDomain = CTI.getNSErrorDomain()) { in emitCommonTypeInfo()
557 OS.write(nsErrorDomain->c_str(), CTI.getNSErrorDomain()->size()); in emitCommonTypeInfo()
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt253 SMIME 6 : id-smime-cti
342 id-smime-cti 1 : id-smime-cti-ets-proofOfOrigin
343 id-smime-cti 2 : id-smime-cti-ets-proofOfReceipt
344 id-smime-cti 3 : id-smime-cti-ets-proofOfDelivery
345 id-smime-cti 4 : id-smime-cti-ets-proofOfSender
346 id-smime-cti 5 : id-smime-cti-ets-proofOfApproval
347 id-smime-cti 6 : id-smime-cti-ets-proofOfCreation
H A Dobj_dat.h1317 {"id-smime-cti", "id-smime-cti", NID_id_smime_cti, 10, &so[1189]},
1373 …{"id-smime-cti-ets-proofOfOrigin", "id-smime-cti-ets-proofOfOrigin", NID_id_smime_cti_ets_proofOfO…
1374 …{"id-smime-cti-ets-proofOfReceipt", "id-smime-cti-ets-proofOfReceipt", NID_id_smime_cti_ets_proofO…
1375 …{"id-smime-cti-ets-proofOfDelivery", "id-smime-cti-ets-proofOfDelivery", NID_id_smime_cti_ets_proo…
1376 …{"id-smime-cti-ets-proofOfSender", "id-smime-cti-ets-proofOfSender", NID_id_smime_cti_ets_proofOfS…
1377 …{"id-smime-cti-ets-proofOfApproval", "id-smime-cti-ets-proofOfApproval", NID_id_smime_cti_ets_proo…
1378 …{"id-smime-cti-ets-proofOfCreation", "id-smime-cti-ets-proofOfCreation", NID_id_smime_cti_ets_proo…
3142 195, /* "id-smime-cti" */
3143 255, /* "id-smime-cti-ets-proofOfApproval" */
3144 256, /* "id-smime-cti-ets-proofOfCreation" */
[all …]
/freebsd/contrib/libcxxrt/
H A Ddynamic_cast.cc59 if (const __class_type_info *cti = dynamic_cast<const __class_type_info *>(type)) in __do_catch() local
61 return ex_type->__do_upcast(cti, exception_object); in __do_catch()
/freebsd/sys/contrib/device-tree/include/dt-bindings/arm/
H A Dcoresight-cti-dt.h4 * types on CoreSight CTI.
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dst,sti-irq-syscfg.txt4 On STi based systems; External, CTI (Core Sight), PMU (Performance Management),
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4.dtsi218 * Note that 4430 needs cross trigger interface (CTI) supported
221 * CTI, see also 4460.dtsi.
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h777 #define SN_id_smime_cti "id-smime-cti"
1053 #define SN_id_smime_cti_ets_proofOfOrigin "id-smime-cti-ets-proofOfOrigin"
1057 #define SN_id_smime_cti_ets_proofOfReceipt "id-smime-cti-ets-proofOfReceipt"
1061 #define SN_id_smime_cti_ets_proofOfDelivery "id-smime-cti-ets-proofOfDelivery"
1065 #define SN_id_smime_cti_ets_proofOfSender "id-smime-cti-ets-proofOfSender"
1069 #define SN_id_smime_cti_ets_proofOfApproval "id-smime-cti-ets-proofOfApproval"
1073 #define SN_id_smime_cti_ets_proofOfCreation "id-smime-cti-ets-proofOfCreation"
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_nb_regs.h1151 /* CA15 CTM and Coresight CTI operate at same clock, bypass modes can be enabled but it's being set…
1153 /* CA15 CTM and Coresight CTI operate according to the same clock.
1205 /* Disable CTI trigger out that halt the counter progress */
/freebsd/sys/dts/arm/
H A Dimx53x.dtsi520 /* irq78 CTI IRQ */
H A Dimx51x.dtsi435 /* irq78 CTI IRQ */
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp668 // form of the CTI. For indirect jumps this will not require inserting a in runOnMachineBasicBlock()
/freebsd/sys/dev/usb/
H A Dusbdevs2123 product FTDI CTI_USB_NANO_485 0xf60b CTI USB-Nano 485
2124 product FTDI CTI_USB_MINI_485 0xf608 CTI USB-Mini 485

12