/freebsd-src/sys/contrib/device-tree/Bindings/arm/ |
H A D | qcom,coresight-remote-etm.yaml | 4 $id: http://devicetree.org/schemas/arm/qcom,coresight-remote-etm.yaml# 7 title: Qualcomm Coresight Remote ETM(Embedded Trace Macrocell) 14 Support for ETM trace collection on remote processor using coresight 15 framework. Enabling this will allow turning on ETM tracing on remote 21 const: qcom,coresight-remote-etm 40 etm { 41 compatible = "qcom,coresight-remote-etm";
|
H A D | arm,coresight-etm.yaml | 4 $id: http://devicetree.org/schemas/arm/arm,coresight-etm.yaml# 23 The Embedded Trace Macrocell (ETM) is a real-time trace module providing 91 Must be present if the system accesses ETM/PTM management registers via 105 phandle to the cpu this ETM is bound to. 114 description: Output connection from the ETM to CoreSight Trace bus.
|
H A D | coresight-cti.yaml | 33 architecture core and optional ETM. 36 between CTI and the CPU core and ETM if present. In the case of a v8 235 # v8 architecturally defined CTI - CPU + ETM connections generated by the 249 # Implementation defined CTI - CPU + ETM connections explicitly defined..
|
H A D | coresight.txt | 71 * cpu: the cpu phandle this ETM/PTM is affined to. Do not 107 context. This property is currently only used for the ETM 4.x driver. 109 * Optional properties for ETM/PTMs: 111 * arm,cp14: must be present if the system accesses ETM/PTM management
|
H A D | arm,coresight-cti.yaml | 32 architecture core and optional ETM. 35 between CTI and the CPU core and ETM if present. In the case of a v8 251 # v8 architecturally defined CTI - CPU + ETM connections generated by the 265 # Implementation defined CTI - CPU + ETM connections explicitly defined..
|
/freebsd-src/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a73/ |
H A D | etm.json | 3 "PublicDescription": "ETM trace unit output 0", 6 "BriefDescription": "ETM trace unit output 0" 9 "PublicDescription": "ETM trace unit output 1", 12 "BriefDescription": "ETM trace unit output 1"
|
/freebsd-src/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a75/ |
H A D | etm.json | 3 "PublicDescription": "ETM trace unit output 0", 6 "BriefDescription": "ETM trace unit output 0" 9 "PublicDescription": "ETM trace unit output 1", 12 "BriefDescription": "ETM trace unit output 1"
|
/freebsd-src/crypto/openssh/ |
H A D | mac.c | 55 int etm; /* Encrypt-then-MAC */ member 70 { "hmac-sha1-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA1, 0, 0, 0, 1 }, 71 { "hmac-sha1-96-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA1, 96, 0, 0, 1 }, 72 { "hmac-sha2-256-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA256, 0, 0, 0, 1 }, 73 { "hmac-sha2-512-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA512, 0, 0, 0, 1 }, 74 { "hmac-md5-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_MD5, 0, 0, 0, 1 }, 75 { "hmac-md5-96-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_MD5, 96, 0, 0, 1 }, 76 { "umac-64-etm@openssh.com", SSH_UMAC, 0, 0, 128, 64, 1 }, 77 { "umac-128-etm@openssh.com", SSH_UMAC128, 0, 0, 128, 128, 1 }, 120 mac->etm = macalg->etm; in mac_setup_by_alg()
|
H A D | myproposal.h | 67 "umac-64-etm@openssh.com," \ 68 "umac-128-etm@openssh.com," \ 69 "hmac-sha2-256-etm@openssh.com," \ 70 "hmac-sha2-512-etm@openssh.com," \ 71 "hmac-sha1-etm@openssh.com," \
|
H A D | sshd_config.5 | 1164 .Qq -etm 1187 hmac-md5-etm@openssh.com 1189 hmac-md5-96-etm@openssh.com 1191 hmac-sha1-etm@openssh.com 1193 hmac-sha1-96-etm@openssh.com 1195 hmac-sha2-256-etm@openssh.com 1197 hmac-sha2-512-etm@openssh.com 1199 umac-64-etm@openssh.com 1201 umac-128-etm@openssh.com 1206 umac-64-etm [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi3660-coresight.dtsi | 14 etm@ecc40000 { 31 etm@ecd40000 { 48 etm@ece40000 { 65 etm@ecf40000 { 157 etm@ed440000 { 174 etm@ed540000 { 191 etm@ed640000 { 208 etm@ed740000 {
|
H A D | hi6220-coresight.dtsi | 216 etm0: etm@f659c000 { 235 etm1: etm@f659d000 { 254 etm2: etm@f659e000 { 273 etm3: etm@f659f000 { 292 etm4: etm@f65dc000 { 311 etm5: etm@f65dd000 { 330 etm6: etm@f65de000 { 349 etm7: etm@f65df000 {
|
/freebsd-src/sys/arm64/coresight/ |
H A D | coresight_etm4x.c | 77 /* Configure ETM */ in etm_prepare() 100 bus_write_4(sc->res, TRCTRACEIDR, event->etm.trace_id); in etm_prepare() 180 /* Unlocking ETM */ in etm_init() 184 dprintf("ETM Version: %d.%d\n", in etm_init() 211 panic("etm is not enabled\n"); in etm_enable() 263 DEFINE_CLASS_0(etm, etm_driver, etm_methods, sizeof(struct etm_softc));
|
H A D | coresight_etm4x_fdt.c | 85 DEFINE_CLASS_1(etm, etm_fdt_driver, etm_fdt_methods, 88 EARLY_DRIVER_MODULE(etm, simplebus, etm_fdt_driver, 0, 0,
|
H A D | coresight_etm4x_acpi.c | 83 DEFINE_CLASS_1(etm, etm_acpi_driver, etm_acpi_methods, 86 EARLY_DRIVER_MODULE(etm, acpi, etm_acpi_driver, 0, 0,
|
/freebsd-src/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | sc9863a.dtsi | 412 etm@13040000 { 429 etm@13140000 { 446 etm@13240000 { 463 etm@13340000 { 480 etm@13440000 { 497 etm@13540000 { 514 etm@13640000 { 531 etm@13740000 {
|
H A D | sc9836.dtsi | 117 etm@10440000 { 133 etm@10540000 { 149 etm@10640000 { 165 etm@10740000 {
|
H A D | sc9860.dtsi | 551 etm@11440000 { 568 etm@11540000 { 585 etm@11640000 { 602 etm@11740000 { 619 etm@11840000 { 636 etm@11940000 { 653 etm@11a40000 { 670 etm@11b40000 {
|
H A D | ums512.dtsi | 688 etm0: etm@3f040000 { 705 etm1: etm@3f140000 { 722 etm2: etm@3f240000 { 739 etm3: etm@3f340000 { 756 etm4: etm@3f440000 { 773 etm5: etm@3f540000 { 790 etm6: etm@3f640000 { 807 etm7: etm@3f740000 {
|
/freebsd-src/crypto/openssl/util/perl/TLSProxy/ |
H A D | Record.pm | 16 my $etm = 0; 104 if (!TLSProxy::Proxy->is_tls13() && $etm) { 155 sub etm subroutine 159 $etm = shift; 161 return $etm;
|
H A D | Message.pm | 460 #Note: Only supports TLSv1.3 and ETM encryption 502 # Only support re-encryption for TLSv1.3 and ETM. 508 } elsif ($rec->etm()) { 528 die "Unsupported encryption: No ETM";
|
/freebsd-src/sys/contrib/device-tree/src/arm/st/ |
H A D | ste-hrefv60plus.dtsi | 112 /* GPIO 70-77 used for ETM */ 249 etm { 251 * Drive D19-D23 for the ETM PTM trace interface low,
|
/freebsd-src/sys/contrib/device-tree/src/arm64/arm/ |
H A D | juno-base.dtsi | 277 etm0: etm@22040000 { 349 etm1: etm@22140000 { 386 etm2: etm@23040000 { 470 etm3: etm@23140000 { 507 etm4: etm@23240000 { 544 etm5: etm@23340000 {
|
/freebsd-src/sys/contrib/device-tree/Bindings/clock/ |
H A D | imx23-clock.yaml | 58 etm 39
|
H A D | imx28-clock.yaml | 75 etm 56
|