/freebsd/sys/contrib/device-tree/Bindings/arm/firmware/ |
H A D | linaro,optee-tz.txt | 1 OP-TEE Device Tree Bindings 3 OP-TEE is a piece of software using hardware features to provide a Trusted 10 * OP-TEE based on ARM TrustZone required properties: 12 - compatible : should contain "linaro,optee-tz" 14 - method : The method of calling the OP-TEE Trusted OS. Permitted 18 in drivers/tee/optee/optee_smc.h 21 in drivers/tee/optee/optee_smc.h 28 compatible = "linaro,optee-tz";
|
H A D | linaro,optee-tz.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/firmware/linaro,optee-tz.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: OP-TEE 10 - Jens Wiklander <jens.wiklander@linaro.org> 13 OP-TEE is a piece of software using hardware features to provide a Trusted 25 const: linaro,optee-tz 31 software is expected to be either a per-cpu interrupt or an 32 edge-triggered peripheral interrupt. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 1 //===-- WebAssemblyRegStackify.cpp - Register Stackification --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 /// such that they form single-use expression trees. Registers fitting this form 20 //===----------------------------------------------------------------------===// 42 #define DEBUG_TYPE "wasm-reg-stackify" 84 if (!MI->definesRegister(WebAssembly::VALUE_STACK, /*TRI=*/nullptr)) in imposeStackOrdering() 85 MI->addOperand(MachineOperand::CreateReg(WebAssembly::VALUE_STACK, in imposeStackOrdering() 90 if (!MI->readsRegister(WebAssembly::VALUE_STACK, /*TRI=*/nullptr)) in imposeStackOrdering() 91 MI->addOperand(MachineOperand::CreateReg(WebAssembly::VALUE_STACK, in imposeStackOrdering() [all …]
|
H A D | WebAssemblyInstrInfo.td | 1 // WebAssemblyInstrInfo.td-Describe the WebAssembly Instructions-*- tablegen -*- 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 21 def HasAddr32 : Predicate<"!Subtarget->hasAddr64()">; 23 def HasAddr64 : Predicate<"Subtarget->hasAddr64()">; 26 Predicate<"Subtarget->hasAtomics()">, 30 Predicate<"Subtarget->hasBulkMemory()">, [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
H A D | snmp_netgraph.c | 2 * Copyright (c) 2001-2003 147 d->cookie = cookie; in ng_register_cookie() 148 d->id = id; in ng_register_cookie() 149 d->func = func; in ng_register_cookie() 150 d->arg = arg; in ng_register_cookie() 151 d->mod = mod; in ng_register_cookie() 182 strcpy(d->hook, hook); in ng_register_hook() 183 d->func = func; in ng_register_hook() 184 d->arg = arg; in ng_register_hook() 185 d->mod = mod; in ng_register_hook() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | arm,scmi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Sudeep Holla <sudeep.holla@arm.com> 26 - $ref: /schemas/firmware/nxp,imx95-scmi.yaml 34 - description: SCMI compliant firmware with mailbox transport 36 - const: arm,scmi 37 - description: SCMI compliant firmware with ARM SMC/HVC transport 39 - const: arm,scmi-smc 40 - description: SCMI compliant firmware with ARM SMC/HVC transport [all …]
|
/freebsd/sys/dev/mlx5/mlx5_fpga/ |
H A D | mlx5fpga_cmd.c | 1 /*- 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 51 return -EINVAL; in mlx5_fpga_access_reg() 53 return -EINVAL; in mlx5_fpga_access_reg() 55 return -EINVAL; in mlx5_fpga_access_reg() 77 return mlx5_core_access_reg(dev, in, sizeof(in), dev->caps.fpga, in mlx5_fpga_caps() 82 int mlx5_fpga_ctrl_op(struct mlx5_core_dev *dev, u8 op) in mlx5_fpga_ctrl_op() argument 87 MLX5_SET(fpga_ctrl, in, operation, op); in mlx5_fpga_ctrl_op() 103 return -EINVAL; in mlx5_fpga_sbu_caps() [all …]
|
/freebsd/usr.bin/rs/ |
H A D | rs.1 | 37 .Fl Oo Cm csCS Oc Ns Op Ar x 38 .Oo Cm kKgGw Oc Ns Op Ar N 41 .Op Ar rows Op Ar cols 46 of blank-separated entries in an array, 75 .Bl -tag -width indent 122 The gutter width (inter-column space), normally 2, is taken to be 161 unless the first non-ignored line is longer than the display width. 178 .Bd -literal -offset indent 189 .Bd -literal -offset indent 195 .Bd -literal -offset indent [all …]
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | trc_ret_stack.cpp | 43 #define LOG_FLUSH() LogOp("Flush",0,-1000,(const ocsd_isa)0) 84 ocsd_vaddr_t addr = (ocsd_vaddr_t)-1; in pop() 91 head_idx--; in pop() 94 num_entries--; in pop() 115 "T32", /**< Thumb2 -> 16/32 bit instructions */ in LogOp() 117 "TEE", /**< Thumb EE - unsupported */ in LogOp() 118 "JZL", /**< Jazelle - unsupported in trace */ in LogOp() 119 "custom", /**< Instruction set - custom arch decoder */ in LogOp() 126 if(head_off == -1000) in LogOp() 138 oss << "pop pend (pre op) = " << (m_pop_pending ? "true\n" : "false\n"); in LogOp() [all …]
|
/freebsd/sbin/md5/ |
H A D | md5.c | 4 * MDDRIVER.C - test driver for MD2, MD4 and MD5 8 * Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All 183 static int digest = -1; 207 opt_end = -1, 241 { "time-trial", no_argument, 0, opt_time_trial }, 242 { "self-test", no_argument, 0, opt_self_test }, 251 { "ignore-missing", no_argument, 0, opt_ignore_missing }, 269 { "ignore-missing", no_argument, 0, opt_ignore_missing }, 319 if (strcmp(checksumsfile, "-") == 0) in gnu_check() 330 while (linelen > 0 && linebuf[linelen - 1] == '\n') in gnu_check() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmTypeCheck.cpp | 1 //==- WebAssemblyAsmTypeCheck.cpp - Assembler for WebAssembly -*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 39 #define DEBUG_TYPE "wasm-asm-parser" 130 auto PVT = Got[Got.size() - ExpectedStackTop.size() + I]; in checkStackTop() 143 BrStack[BrStack.size() - Level - 1]; in checkBr() 183 auto Op = Inst.getOperand(0); in getSymRef() local 184 if (!Op.isExpr()) in getSymRef() 186 SymRef = dyn_cast<MCSymbolRefExpr>(Op.getExpr()); in getSymRef() [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | terminfo.tail | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 32 .SS "User-Defined Capabilities" 41 \fI\%ncurses\fP addresses this limitation by allowing user-defined 44 the \fB\-x\fP option for this purpose. 45 When \fB\-x\fP is set, 46 \fB@TIC@\fP treats unknown capabilities as user-defined. 56 User-defined capability strings whose name begins 70 user-defined capabilities intended for use by termcap applications should 77 The \fI\%ncurses\fP library uses a few of these user-defined [all …]
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 2 # Copyright 2019-2023,2024 Thomas E. Dickey # 3 # Copyright 2001-2015,2016 Free Software Foundation, Inc. # 43 # This file has three major sections; a standard-capabilities table, two 44 # extension-capability tables, and a section of aliases declarations. 53 # Column 5: KEY_xxx name, if any, `-' otherwise 54 # Column 6: value for KEY_xxx name, if any, `-' otherwise 56 # translations, `-' otherwise 59 # The codes following [Y-] in column 7 describe the versions of termcap which 63 # lot of old termcap-using programs). The codes read as follows: 95 # as an already-supported one. The compiler will handle aliasing, emitting [all …]
|
H A D | Caps.osf1r5 | 2 # Copyright 2019-2023,2024 Thomas E. Dickey # 3 # Copyright 2002-2015,2016 Free Software Foundation, Inc. # 43 # This file has three major sections; a standard-capabilities table, two 44 # extension-capability tables, and a section of aliases declarations. 53 # Column 5: KEY_xxx name, if any, `-' otherwise 54 # Column 6: value for KEY_xxx name, if any, `-' otherwise 56 # translations, `-' otherwise 59 # The codes following [Y-] in column 7 describe the versions of termcap which 63 # lot of old termcap-using programs). The codes read as follows: 95 # as an already-supported one. The compiler will handle aliasing, emitting [all …]
|
H A D | Caps.hpux11 | 2 # Copyright 2019-2023,2024 Thomas E. Dickey # 3 # Copyright 2002-2015,2016 Free Software Foundation, Inc. # 43 # This file has three major sections; a standard-capabilities table, two 44 # extension-capability tables, and a section of aliases declarations. 53 # Column 5: KEY_xxx name, if any, `-' otherwise 54 # Column 6: value for KEY_xxx name, if any, `-' otherwise 56 # translations, `-' otherwise 59 # The codes following [Y-] in column 7 describe the versions of termcap which 63 # lot of old termcap-using programs). The codes read as follows: 95 # as an already-supported one. The compiler will handle aliasing, emitting [all …]
|
H A D | Caps | 2 # Copyright 2019-2023,2024 Thomas E. Dickey # 3 # Copyright 1998-2015,2016 Free Software Foundation, Inc. # 30 # Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 43 # This file has three major sections; a standard-capabilities table, two 44 # extension-capability tables, and a section of aliases declarations. 53 # Column 5: KEY_xxx name, if any, `-' otherwise 54 # Column 6: value for KEY_xxx name, if any, `-' otherwise 56 # translations, `-' otherwise 59 # The codes following [Y-] in column 7 describe the versions of termcap which 63 # lot of old termcap-using programs). The codes read as follows: [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mm-innocomm-wb15.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 #include <dt-bindings/phy/phy-imx8-pcie.h> 10 reg_modem: regulator-modem { 11 compatible = "regulator-fixed"; 12 pinctrl-names = "default"; 13 pinctrl-0 = <&pinctrl_modem_regulator>; 14 regulator-min-microvolt = <3300000>; 15 regulator-max-microvolt = <3300000>; 16 regulator-name = "epdev_on"; 18 enable-active-high; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am62-phycore-som.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 * Copyright (C) 2022-2024 PHYTEC Messtechnik GmbH 7 * https://www.phytec.com/product/phycore-am62x 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/net/ti-dp83867.h> 15 model = "PHYTEC phyCORE-AM62x"; 16 compatible = "phytec,am62-phycore-som", "ti,am625"; 34 reserved_memory: reserved-memory { 35 #address-cells = <2>; [all …]
|
H A D | k3-am62a-phycore-som.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 * Copyright (C) 2023 - 2024 PHYTEC America LLC 7 * https://www.phytec.com/product/phycore-am62a 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/net/ti-dp83867.h> 15 model = "PHYTEC phyCORE-AM62Ax"; 16 compatible = "phytec,am62a-phycore-som", "ti,am62a7"; 29 compatible = "gpio-leds"; 30 pinctrl-names = "default"; [all …]
|
H A D | k3-am642-sr-som.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2023 Josua Mayer <josua@solid-run.com> 7 #include <dt-bindings/net/ti-dp83869.h> 11 compatible = "solidrun,am642-sr-som", "ti,am642"; 24 stdout-path = "serial2:115200n8"; 29 compatible = "ti,am642-icssg-prueth"; 30 pinctrl-names = "default"; 31 pinctrl-0 = <&pru_rgmii1_default_pins>, <&pru_rgmii2_default_pins>; 35 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf", 36 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf", [all …]
|
H A D | k3-am64-phycore-som.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 * Copyright (C) 2021-2024 PHYTEC America, LLC - https://www.phytec.com 6 * Copyright (C) 2022-2024 PHYTEC Messtechnik GmbH 10 * https://www.phytec.com/product/phycore-am64x 13 #include <dt-bindings/gpio/gpio.h> 14 #include <dt-bindings/leds/common.h> 15 #include <dt-bindings/net/ti-dp83867.h> 18 model = "PHYTEC phyCORE-AM64x"; 19 compatible = "phytec,am64-phycore-som", "ti,am642"; 32 reserved_memory: reserved-memory { [all …]
|
H A D | k3-am62x-sk-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 5 * Copyright (C) 2021-2024 Texas Instruments Incorporated - https://www.ti.com/ 8 #include <dt-bindings/leds/common.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/net/ti-dp83867.h> 11 #include "k3-am625.dtsi" 27 stdout-path = "serial2:115200n8"; 31 bootph-pre-ram; 37 reserved-memory { 38 #address-cells = <2>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8365-evk.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2021-2022 BayLibre, SAS. 10 /dts-v1/; 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/input/input.h> 14 #include <dt-bindings/pinctrl/mt8365-pinfunc.h> 20 compatible = "mediatek,mt8365-evk", "mediatek,mt8365"; 27 stdout-path = "serial0:921600n8"; 32 compatible = "linaro,optee-tz"; 37 gpio-keys { [all …]
|
H A D | mt8195-demo.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 14 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 18 compatible = "mediatek,mt8195-demo", "mediatek,mt8195"; 25 stdout-path = "serial0:921600n8"; 30 compatible = "linaro,optee-tz"; 35 gpio-keys { [all …]
|
/freebsd/contrib/flex/src/ |
H A D | filter.c | 1 /* filter - postprocessing of flex output through filters */ 54 f->filter_func = NULL; in filter_create_ext() 55 f->extra = NULL; in filter_create_ext() 56 f->next = NULL; in filter_create_ext() 57 f->argc = 0; in filter_create_ext() 61 while (chain->next) in filter_create_ext() 62 chain = chain->next; in filter_create_ext() 63 chain->next = f; in filter_create_ext() 69 f->argv = malloc(sizeof(char *) * (size_t) (max_args + 1)); in filter_create_ext() 70 if (!f->argv) in filter_create_ext() [all …]
|