Home
last modified time | relevance | path

Searched full:cmn (Results 1 – 25 of 63) sorted by relevance

123

/freebsd/usr.bin/tr/
H A Dcmap.c70 struct cmapnode *cmn, *ncmn; in cmap_add() local
75 cmn = malloc(sizeof(*cmn)); in cmap_add()
76 if (cmn == NULL) in cmap_add()
78 cmn->cmn_from = from; in cmap_add()
79 cmn->cmn_to = to; in cmap_add()
80 cmn->cmn_left = cmn->cmn_right = NULL; in cmap_add()
81 cm->cm_root = cmn; in cmap_add()
86 cmn = cm->cm_root = cmap_splay(cm->cm_root, from); in cmap_add()
88 if (cmn->cmn_from == from) { in cmap_add()
89 cmn->cmn_to = to; in cmap_add()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/perf/
H A Darm,cmn.yaml5 $id: http://devicetree.org/schemas/perf/arm,cmn.yaml#
8 title: Arm CMN (Coherent Mesh Network) Performance Monitors
16 - arm,cmn-600
17 - arm,cmn-650
18 - arm,cmn-700
19 - arm,cmn-s3
39 description: Offset from PERIPHBASE of CMN-600's configuration
41 relevant for newer CMN/CI products.
52 const: arm,cmn-600
64 compatible = "arm,cmn-600";
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Drockchip,rk3588-hdptx-phy.yaml41 - description: CMN reset line
51 - const: cmn
91 reset-names = "phy", "apb", "init", "cmn", "lane", "ropll", "lcpll";
H A Dti,phy-j721e-wiz.yaml143 "^cmn-refclk1?-dig-div$":
230 cmn-refclk-dig-div {
235 cmn-refclk1-dig-div {
H A Dphy-rockchip-usbdp.yaml44 - const: cmn
143 reset-names = "init", "cmn", "lane", "pcs_apb", "pma_apb";
/freebsd/lib/libpmc/
H A Dpmc.cmn-600.328 .Nm pmc.cmn-600
29 .Nd Library for accessing the Arm CoreLink CMN-600 Coherent Mesh Network
38 Unlike other performance counters, counters for the CMN-600 require the
57 the CPU package containing that CMN-600 controller.
64 Arm CoreLink CMN-600 Coherent Mesh Network Controller performance counters are
67 .%B "Arm CoreLink CMN-600 Coherent Mesh Network Technical Reference Manual"
577 .Nm pmc.cmn-600
588 The CMN-600 PMU driver was sponsored by ARM Ltd.
H A DMakefile67 MAN+= pmc.cmn-600.3
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drenesas,rzg2l-csi2.yaml56 - const: cmn-rstb
122 reset-names = "presetn", "cmn-rstb";
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp172 // cmn is an alias for adds with a dead destination register. in findSuitableCompare()
247 // CMN (compare with negative immediate) is an alias to ADDS (as in adjustCmp()
252 // Negate Correction value for comparison with negative immediate (CMN). in adjustCmp()
260 // Handle +0 -> -1 and -0 -> +1 (CMN with 0 immediate) transitions by in adjustCmp()
H A DAArch64CondBrTuning.cpp17 /// 1) add w8, w0, w1 -> cmn w0, w1 ; CMN is an alias of ADDS.
H A DAArch64SchedOryon.td681 //1,1,4 alias CMP, CMN on page 75
685 //2,2,2 alias CMP, CMN on page 75
709 // CMN is an alias of ADDS as above
711 //2,2,1.5 CMP, CMN
/freebsd/sys/arm64/include/
H A Dpmc_mdep.h77 /* Optional class for CMN-600 controler's PMU. */
/freebsd/sys/arm64/arm64/
H A Dcmn600.c28 /* Arm CoreLink CMN-600 Coherent Mesh Network Driver */
653 device_set_desc(dev, "Arm CoreLink CMN-600 Coherent Mesh Network"); in cmn600_acpi_probe()
708 "U", "Dump CMN-600 nodes tree"); in cmn600_acpi_attach()
H A Ddisassem.c166 { "cmn", "SF(1)|0101011|SHIFT(2)|0|RM(5)|IMM(6)|RN(5)|11111",
167 TYPE_01, 0 }, /* cmn shifted register */
273 { "cmn", "SF(1)|0101011001|RM(5)|OPTION(3)|IMM(3)|RN(5)|11111",
274 TYPE_04, 0 }, /* cmn extended register */
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.h43 /// \returns true if \p MaybeSub and \p Pred are part of a CMN tree for an
/freebsd/sys/crypto/openssl/arm/
H A Daesv8-armx.S410 cmn r2,#0x30
440 cmn r2,#0x20
549 cmn r2,#0x30
579 cmn r2,#0x20
838 cmn r2,#0x30
868 cmn r2,#0x20
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl840 cmn $len,#0x30
870 cmn $len,#0x20
1160 cmn $len,#0x30
1190 cmn $len,#0x20
1681 cmn $len,#0x30
1711 cmn $len,#0x20
2655 cmn $len,#0x10
2777 cmn $len,#0x30
2785 cmn $len,#0x10
2816 cmn $len,#0x20
[all …]
/freebsd/sys/crypto/openssl/aarch64/
H A Daesv8-armx.S665 cmn x2,#0x30
695 cmn x2,#0x20
978 cmn x2,#0x30
1008 cmn x2,#0x20
1450 cmn x2,#0x30
1480 cmn x2,#0x20
2249 cmn x2,#0x10
2371 cmn x2,#0x30
2379 cmn x2,#0x10
2410 cmn x2,#0x20
[all …]
/freebsd/lib/libc/arm/string/
H A Dmemmove.S92 cmn r2, #0x10
302 cmn r2, #0x10
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j721e-main.dtsi732 wiz0_cmn_refclk_dig_div: cmn-refclk-dig-div {
737 wiz0_cmn_refclk1_dig_div: cmn-refclk1-dig-div {
792 wiz1_cmn_refclk_dig_div: cmn-refclk-dig-div {
797 wiz1_cmn_refclk1_dig_div: cmn-refclk1-dig-div {
852 wiz2_cmn_refclk_dig_div: cmn-refclk-dig-div {
857 wiz2_cmn_refclk1_dig_div: cmn-refclk1-dig-div {
912 wiz3_cmn_refclk_dig_div: cmn-refclk-dig-div {
917 wiz3_cmn_refclk1_dig_div: cmn-refclk1-dig-div {
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr9a07g043u.dtsi107 reset-names = "presetn", "cmn-rstb";
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h650 // A8.6.32 CMN (immediate)
653 // A8.6.33 CMN (register)
/freebsd/sys/arm/arm/
H A Ddisassem.c90 * D - destination-is-r15 (P) flag on TST, TEQ, CMP, CMN
174 { 0x0de00000, 0x01600000, "cmn", "Dn2" },
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_roce.h100 struct roce_cqe_common cmn; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c6989 void ath10k_wmi_put_start_scan_common(struct wmi_start_scan_common *cmn, in ath10k_wmi_put_start_scan_common() argument
7001 cmn->scan_id = __cpu_to_le32(scan_id); in ath10k_wmi_put_start_scan_common()
7002 cmn->scan_req_id = __cpu_to_le32(scan_req_id); in ath10k_wmi_put_start_scan_common()
7003 cmn->vdev_id = __cpu_to_le32(arg->vdev_id); in ath10k_wmi_put_start_scan_common()
7004 cmn->scan_priority = __cpu_to_le32(arg->scan_priority); in ath10k_wmi_put_start_scan_common()
7005 cmn->notify_scan_events = __cpu_to_le32(arg->notify_scan_events); in ath10k_wmi_put_start_scan_common()
7006 cmn->dwell_time_active = __cpu_to_le32(arg->dwell_time_active); in ath10k_wmi_put_start_scan_common()
7007 cmn->dwell_time_passive = __cpu_to_le32(arg->dwell_time_passive); in ath10k_wmi_put_start_scan_common()
7008 cmn->min_rest_time = __cpu_to_le32(arg->min_rest_time); in ath10k_wmi_put_start_scan_common()
7009 cmn->max_rest_time = __cpu_to_le32(arg->max_rest_time); in ath10k_wmi_put_start_scan_common()
[all …]

123