Home
last modified time | relevance | path

Searched +full:generic +full:- +full:2 (Results 1 – 25 of 1196) sorted by relevance

12345678910>>...48

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def1 //===-- llvm/Support/TargetOpcodes.def - Target Indep Opcodes ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
37 /// KILL - This instruction is a noop that is used only to adjust the
39 /// sub-registers.
42 /// EXTRACT_SUBREG - This instruction takes two operands: a register
48 /// INSERT_SUBREG - This instruction takes three operands: a register that
56 /// IMPLICIT_DEF - This is the MachineInstr-level equivalent of undef.
59 /// SUBREG_TO_REG - Assert the value of bits in a super register.
[all …]
/freebsd/tools/tools/genericize/
H A Dgenericize.pl1 #!/usr/bin/perl -w
2 #-
3 # Copyright (c) 2004 Dag-Erling Smørgrav
12 # 2. Redistributions in binary form must reproduce the above copyright
48 my ($keyword, $values) = split(' ', $_, 2);
55 $config{$keyword}->{$1} = $2;
57 $config{$keyword}->{$value} = \∅
62 my $generic;
64 $generic = "/usr/src/sys/$machine/conf/GENERIC";
66 ($generic = $ARGV) =~ s|([^/])+$|GENERIC|;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Data-generic.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ata/ata-generic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic Parallel ATA Controller
10 - Linus Walleij <linus.walleij@linaro.org>
13 Generic Parallel ATA controllers supporting PIO modes only.
18 - enum:
19 - arm,vexpress-cf
20 - fsl,mpc8349emitx-pata
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
19 - $ref: touchscreen/touchscreen.yaml#
31 "#address-cells":
34 "#size-cells":
37 azoteq,suspend-mode:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dnvidia,tegra20-i2c.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/i2c/nvidia,tegra20-i2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 - Thierry Reding <thierry.reding@gmail.com>
9 - Jon Hunter <jonathanh@nvidia.com>
16 - description: Tegra20 has 4 generic I2C controller. This can support
17 master and slave mode of I2C communication. The i2c-tegra driver
19 controller is only compatible with "nvidia,tegra20-i2c".
20 const: nvidia,tegra20-i2c
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-uhci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/usb-uhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic Platform UHCI Controller
10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 - const: generic-uhci
16 - const: platform-uhci
18 - items:
19 - enum:
[all …]
H A Dgeneric-xhci.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/usb/generic-xhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mathia
[all...]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dhost-generic-pci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/host-generic-pci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic PCI host controller
10 - Will Deacon <will@kernel.org>
13 Firmware-initialised PCI host controllers and PCI emulations, such as the
14 virtio-pci implementations found in kvmtool and other para-virtualised
21 Configuration Space is assumed to be memory-mapped (as opposed to being
26 For CAM, this 24-bit offset is:
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl2 # Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
31 elsif ($opcode =~ /^pop/) { $stack-=4; }
33 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";
39 if ($#_==-1) { push(@out,"\t$opcode\n"); }
44 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'low byte'";
48 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'high byte'";
52 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); }
65 { &generic("bswap",@_); }
67 # These are made-up opcodes introduced over the years essentially
83 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA57WriteRes.td1 //=- AArch64SchedA57WriteRes.td - ARM Cortex-A57 Write Res ---*- tablegen -*-=//
5 // SPDX-Licens
[all...]
/freebsd/crypto/openssh/
H A Dssh2.h11 * 2. Redistributions in binary form must reproduce the above copyright
32 * 1-19 Transport layer generic (e.g. disconnect, ignore, debug,
34 * 20-29 Algorithm negotiation
35 * 30-49 Key exchange method specific (numbers can be reused for
40 * 50-59 User authentication generic
41 * 60-79 User authentication method specific (numbers can be reused
46 * 80-89 Connection protocol generic
47 * 90-127 Channel related messages
51 * 128-191 Reserved
55 * 192-255 Local extensions
[all …]
/freebsd/sys/kgssapi/
H A Dgss_names.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
12 * 2. Redistributions in binary form must reproduce the above copyright
37 * corresponding to an object-identifier value of
38 * {iso(1) member-body(2) United States(840) mit(113554)
39 * infosys(1) gssapi(2) generic(1) user_name(1)}. The constant
52 * corresponding to an object-identifier value of
53 * {iso(1) member-body(2) United States(840) mit(113554)
54 * infosys(1) gssapi(2) generic(1) machine_uid_name(2)}.
67 * corresponding to an object-identifier value of
[all …]
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibsendtrap.c3 * Copyright (c) 2008-2009 Voltaire Inc. All rights reserved.
12 * General Public License (GPL) Version 2, available from the file
20 * - Redistributions of source code must retain the above
24 * - Redistributions in binary form must reproduce the above
79 n->generic_type = 0x80 | IB_NOTICE_TYPE_INFO; in build_trap145()
80 n->g_or_v.generic.prod_type_lsb = cl_hton16(get_node_type(port)); in build_trap145()
81 n->g_or_v.generic.trap_num = cl_hton16(145); in build_trap145()
82 n->issuer_lid = cl_hton16((uint16_t) port->lid); in build_trap145()
83 n->data_details.ntc_145.new_sys_guid = cl_hton64(0x1234567812345678); in build_trap145()
88 n->generic_type = 0x80 | IB_NOTICE_TYPE_INFO; in build_trap144_local()
[all …]
/freebsd/contrib/sendmail/cf/cf/
H A DMakefile4 # $Id: Makefile,v 8.60 2005-06-14 02:16:34 gshapiro Exp $
26 RM= rm -f
41 $(SED) -e 's/^/# /' $*.mc >>$@
44 GENERIC=generic-bsd4.4.cf generic-hpux9.cf generic-hpux10.cf \ macro
45 generic-linux.cf generic-mpeix.cf generic-nextstep3.3.cf \
46 generic-osf1.cf generic-solaris.cf \
47 generic-sunos4.1.cf generic-ultrix4.cf
48 BERKELEY=cs-hpux9.cf cs-hpux10.cf cs-osf1.cf cs-solaris.cf \
49 cs-sunos4.1.cf cs-ultrix4.cf \
50 s2k-osf1.cf s2k-ultrix4.cf \
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td1 //===-- GenericOpcodes.td - Opcodes used with GlobalISel ---*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the generic opcodes used with GlobalISel.
12 //===----------------------------------------------------------------------===//
14 //------------------------------------------------------------------------------
16 //------------------------------------------------------------------------------
51 // into the newly-created space.
62 // lowered. This opcode is particularly useful if the target has sign-extension
73 // into the newly-created space.
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_inform.c2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2015 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
10 * General Public License (GPL) Version 2, available from the file
18 * - Redistributions of source code must retain the above
22 * - Redistributions in binary form must reproduce the above
91 p_list_item = cl_qlist_head(&p_subn->sa_infr_list); in dump_all_informs()
92 while (p_list_item != cl_qlist_end(&p_subn->sa_infr_list)) { in dump_all_informs()
94 &((osm_infr_t *) p_list_item)-> in dump_all_informs()
108 ib_inform_info_t *p_ii_rec = &p_infr_rec->inform_record.inform_info; in match_inf_rec()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-mt8183.txt6 - compatible: value should be one of the following.
7 "mediatek,mt8183-pinctrl", compatible with mt8183 pinctrl.
8 - gpio-controller : Marks the device node as a gpio controller.
9 - #gpio-cells: number of cells in GPIO specifier. Since the generic GPIO
10 binding is used, the amount of cells must be specified as 2. See the below
12 - gpio-ranges : gpio valid number range.
13 - reg: physical address base for gpio base registers. There are 10 GPIO
17 - reg-names: gpio base register names. There are 10 gpio base register
20 - interrupt-controller: Marks the device node as an interrupt controller
21 - #interrupt-cells: Should be two.
[all …]
H A Drenesas,rzn1-pinctrl.txt4 -------------------
6 - compatible: SoC-specific compatible string "renesas,<soc-specific>-pinctrl"
7 followed by "renesas,rzn1-pinctrl" as fallback. The SoC-specific compatible
9 "renesas,r9a06g032-pinctrl" for RZ/N1D
10 "renesas,r9a06g033-pinctrl" for RZ/N1S
11 - reg: Address base and length of the memory area where the pin controller
13 - clocks: phandle for the clock, see the description of clock-names below.
14 - clock-names: Contains the name of the clock:
18 pinctrl: pin-controller@40067000 {
19 compatible = "renesas,r9a06g032-pinctrl", "renesas,rzn1-pinctrl";
[all …]
/freebsd/sys/powerpc/conf/
H A DGENERIC2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
21 ident GENERIC
25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
32 options PSERIES # PAPR-compliant systems
48 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
58 options PSEUDOFS # Pseudo-filesyste
[all...]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcdns,macb.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nicolas Ferre <nicolas.ferre@microchip.com>
11 - Claudiu Beznea <claudiu.beznea@microchip.com>
16 - items:
17 - enum:
18 - cdns,at91rm9200-emac # Atmel at91rm9200 SoC
19 - const: cdns,emac # Generic
21 - items:
[all …]
/freebsd/share/man/man3/
H A Dtgmath.39 .\" 2. Redistributions in binary form must reproduce the above copyright
30 .Nd "type-generic macros"
36 provides type-generic macros
56 .Em "generic arguments" .
59 type-generic macro is invoked.
60 If any generic argument has type
67 Else, if any generic argument has type
82 The complex function is called if any of the generic arguments is a
85 .Bl -column -offset indent ".Fn acosh" "Sy real function" ".Sy complex function"
107 complex value to a generic argument invokes undefined behaviour:
[all …]
/freebsd/lib/libgssapi/
H A Dgss_names.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
12 * 2. Redistributions in binary form must reproduce the above copyright
43 * corresponding to an object-identifier value of
44 * {iso(1) member-body(2) United States(840) mit(113554)
45 * infosys(1) gssapi(2) generic(1) user_name(1)}. The constant
58 * corresponding to an object-identifier value of
59 * {iso(1) member-body(2) United States(840) mit(113554)
60 * infosys(1) gssapi(2) generic(1) machine_uid_name(2)}.
73 * corresponding to an object-identifier value of
[all …]
/freebsd/sys/net/
H A Dif_mib.h1 /*-
41 struct if_data ifmd_data; /* generic information and statistics */
45 * sysctl MIB tags at the net.link.generic level
47 #define IFMIB_SYSTEM 1 /* non-interface-specific */
48 #define IFMIB_IFDATA 2 /* per-interface data table */
51 * MIB tags for the various net.link.generic.ifdata tables
53 #define IFDATA_GENERAL 1 /* generic stats for all kinds of ifaces */
54 #define IFDATA_LINKSPECIFIC 2 /* specific to the type of interface */
58 * MIB tags at the net.link.generic.system level
72 * 2) The fourth level under net.link.<iftype> is <pf>; that is to say,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dnxp,ptn3460.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sean Paul <seanpaul@chromium.org>
20 edid-emulation:
25 0 1024x768 NXP Generic
26 1 1920x1080 NXP Generic
27 2 1920x1080 NXP Generic
30 5 1366x768 NXP Generic
32 enum: [0, 1, 2, 3, 4, 5, 6]
[all …]
/freebsd/tools/tools/nanobsd/
H A DFlashDevice.sub3 # Copyright (c) 2005 Poul-Henning Kamp.
11 # 2. Redistributions in binary form must reproduce the above copyright
41 a2=`echo $2 | tr '[:upper:]' '[:lower:]'`
52 exit 2
65 echo "Unknown Integral i-Pro Flash capacity"
66 exit 2
80 exit 2
95 exit 2
104 # Document No. 20-10-00038
106 # Table 2-7
[all …]

12345678910>>...48