/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | coresight-cti.yaml | 5 $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 D | arm,coresight-cti.yaml | 5 $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 D | coresight.txt | 51 - 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 D | hi6220-coresight.dtsi | 369 /* 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 D | juno-base.dtsi | 293 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 D | juno-cs-r1r2.dtsi | 84 cti_sys2: cti@20160000 { /* sys_cti_2 */ 85 compatible = "arm,coresight-cti", "arm,primecell";
|
H A D | juno-r1.dts | 12 #include <dt-bindings/arm/coresight-cti-dt.h>
|
H A D | juno-r2.dts | 12 #include <dt-bindings/arm/coresight-cti-dt.h>
|
H A D | juno.dts | 12 #include <dt-bindings/arm/coresight-cti-dt.h>
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm6115.dtsi | 2081 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 D | msm8916.dtsi | 6 #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 D | sa8775p.dtsi | 2374 aoss_cti: cti@4b13000 { 2375 compatible = "arm,coresight-cti", "arm,primecell";
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesWriter.cpp | 538 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 D | objects.txt | 253 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 D | obj_dat.h | 1317 {"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 D | dynamic_cast.cc | 59 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 D | coresight-cti-dt.h | 4 * types on CoreSight CTI.
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | st,sti-irq-syscfg.txt | 4 On STi based systems; External, CTI (Core Sight), PMU (Performance Management),
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap4.dtsi | 218 * Note that 4430 needs cross trigger interface (CTI) supported 221 * CTI, see also 4460.dtsi.
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | obj_mac.h | 777 #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 D | al_hal_nb_regs.h | 1151 /* 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 D | imx53x.dtsi | 520 /* irq78 CTI IRQ */
|
H A D | imx51x.dtsi | 435 /* irq78 CTI IRQ */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 668 // form of the CTI. For indirect jumps this will not require inserting a in runOnMachineBasicBlock()
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 2123 product FTDI CTI_USB_NANO_485 0xf60b CTI USB-Nano 485 2124 product FTDI CTI_USB_MINI_485 0xf608 CTI USB-Mini 485
|