Home
last modified time | relevance | path

Searched full:glue (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/freebsd/sys/contrib/device-tree/Bindings/soc/socionext/
H A Dsocionext,uniphier-soc-glue.yaml4 $id: http://devicetree.org/schemas/soc/socionext/socionext,uniphier-soc-glue.yaml#
7 title: Socionext UniPhier SoC-glue logic
13 SoC-glue logic implemented on Socionext UniPhier SoCs is a collection of
20 - socionext,uniphier-ld4-soc-glue
21 - socionext,uniphier-pro4-soc-glue
22 - socionext,uniphier-pro5-soc-glue
23 - socionext,uniphier-pxs2-soc-glue
24 - socionext,uniphier-sld8-soc-glue
25 - socionext,uniphier-ld11-soc-glue
26 - socionext,uniphier-ld20-soc-glue
[all …]
H A Dsocionext,uniphier-soc-glue-debug.yaml4 $id: http://devicetree.org/schemas/soc/socionext/socionext,uniphier-soc-glue-debug.yaml#
7 title: Socionext UniPhier SoC-glue logic debug part
13 SoC-glue logic debug part implemented on Socionext UniPhier SoCs is
21 - socionext,uniphier-ld4-soc-glue-debug
22 - socionext,uniphier-pro4-soc-glue-debug
23 - socionext,uniphier-pro5-soc-glue-debug
24 - socionext,uniphier-pxs2-soc-glue-debug
25 - socionext,uniphier-sld8-soc-glue-debug
26 - socionext,uniphier-ld11-soc-glue-debug
27 - socionext,uniphier-ld20-soc-glue-debug
[all …]
H A Dsocionext,uniphier-dwc3-glue.yaml4 $id: http://devicetree.org/schemas/soc/socionext/socionext,uniphier-dwc3-glue.yaml#
7 title: Socionext UniPhier SoC DWC3 USB3.0 glue layer
13 DWC3 USB3.0 glue layer implemented on Socionext UniPhier SoCs is
21 - socionext,uniphier-pro4-dwc3-glue
22 - socionext,uniphier-pro5-dwc3-glue
23 - socionext,uniphier-pxs2-dwc3-glue
24 - socionext,uniphier-ld20-dwc3-glue
25 - socionext,uniphier-pxs3-dwc3-glue
26 - socionext,uniphier-nx1-dwc3-glue
42 $ref: /schemas/reset/socionext,uniphier-glue-reset.yaml#
[all …]
H A Dsocionext,uniphier-ahci-glue.yaml4 $id: http://devicetree.org/schemas/soc/socionext/socionext,uniphier-ahci-glue.yaml#
7 title: Socionext UniPhier SoC AHCI glue layer
13 AHCI glue layer implemented on Socionext UniPhier SoCs is a sideband
20 - socionext,uniphier-pro4-ahci-glue
21 - socionext,uniphier-pxs2-ahci-glue
22 - socionext,uniphier-pxs3-ahci-glue
38 $ref: /schemas/reset/socionext,uniphier-glue-reset.yaml#
52 compatible = "socionext,uniphier-pxs3-ahci-glue", "simple-mfd";
/freebsd/contrib/ldns/
H A Dzone.c61 * Get the list of glue records in a zone
68 /* when do we find glue? It means we find an IP address in ldns_zone_glue_rr_list()
78 * If yes -> glue, if no -> not glue in ldns_zone_glue_rr_list()
83 ldns_rr_list *glue; in ldns_zone_glue_rr_list() local
90 glue = NULL; in ldns_zone_glue_rr_list()
92 /* we cannot determine glue in a 'zone' without a SOA */ in ldns_zone_glue_rr_list()
101 glue = ldns_rr_list_new(); in ldns_zone_glue_rr_list()
102 if (!glue) goto memory_error; in ldns_zone_glue_rr_list()
108 /* possibly glue */ in ldns_zone_glue_rr_list()
136 /* GLUE! */ in ldns_zone_glue_rr_list()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Duniphier-reset.txt1 UniPhier glue reset controller
4 Peripheral core reset in glue layer
7 Some peripheral core reset belongs to its own glue layer. Before using
23 - clocks: A list of phandles to the clock gate for the glue layer.
28 - resets: A list of phandles to the reset control for the glue layer.
36 usb-glue@65b00000 {
37 compatible = "socionext,uniphier-ld20-dwc3-glue",
H A Dsocionext,uniphier-glue-reset.yaml4 $id: http://devicetree.org/schemas/reset/socionext,uniphier-glue-reset.yaml#
7 title: Socionext UniPhier peripheral core reset in glue layer
10 Some peripheral core reset belongs to its own glue layer. Before using
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Ddwc3-st.txt1 ST DWC3 glue logic
4 This driver controls the glue logic used to configure the dwc3 core on
9 - reg : glue logic base address and USB syscfg ctrl register offset
10 - reg-names : should be "reg-glue" and "syscfg-reg"
12 encompasses the glue registers
32 The dwc3 core should be added as subnode to ST DWC3 glue as shown in the
47 reg-names = "reg-glue", "syscfg-reg";
H A Domap-usb.txt1 OMAP GLUE AND OTHER OMAP SPECIFIC COMPONENTS
3 OMAP MUSB GLUE
24 - ctrl-module : phandle of the control module this glue uses to write to
46 OMAP DWC3 GLUE
65 The dwc3 core should be added as subnode to omap dwc3 glue.
H A Damlogic,meson-g12a-usb-ctrl.yaml8 title: Amlogic Meson G12A DWC3 USB SoC Controller Glue
18 A glue connects the DWC3 core to USB2 PHYs and optionally to an USB3 PHY.
22 The DWC3 Glue controls the PHY routing and power, an interrupt line is
23 connected to the Glue to serve as OTG ID change detection.
/freebsd/lib/libc/stdio/
H A Dfindfp.c47 #include "glue.h"
65 static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
77 struct glue __sglue = { &uglue, 3, __sF };
78 static struct glue *lastglue = &uglue;
80 static struct glue * moreglue(int);
90 static struct glue *
93 struct glue *g; in moreglue()
99 g = (struct glue *)malloc(sizeof(*g) + align + n * sizeof(FILE)); in moreglue()
119 struct glue *g; in __sfp()
136 SET_GLUE_PTR(lastglue->next, g); /* atomically append glue to list */ in __sfp()
[all …]
H A Dglue.h37 * allocated and linked in via this glue structure.
39 struct glue { struct
40 struct glue *next; argument
44 extern struct glue __sglue; argument
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Duniphier-regulator.txt9 This regulator controls VBUS and belongs to USB3 glue layer. Before using
21 - clocks: A list of phandles to the clock gate for USB3 glue layer.
26 - resets: A list of phandles to the reset control for USB3 glue layer.
37 usb-glue@65b00000 {
38 compatible = "socionext,uniphier-ld20-dwc3-glue",
/freebsd/contrib/unbound/doc/
H A Drequirements.txt89 o The harden-glue feature, when yes all out of zone glue is deleted, when
90 no out of zone glue is used for further resolving, is more complicated
96 Not all glue is let through (despite the name of the option). Only glue
99 The glue that is let through is stored in the cache (marked as 'from the
109 If the cache memory is low; the answer RR may be dropped, and a glue
111 spoofed glue to a client. When the message expires, it is refetched and
119 In summary, the harden glue feature presents a security risk if
121 as more glue is present for the recursive service to use. The feature
277 have different NS, glue information. The child is authoritative, and
280 version of the glue as a last resort lookup. This resolves lookups for
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp218 if (VT == MVT::Glue) in CopyAndMoveSuccessors()
225 if (VT == MVT::Glue) in CopyAndMoveSuccessors()
421 // CopyFromReg has: "chain, Val, glue" so operand 1 gives the type. in getPhysicalRegisterVT()
491 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue) in DelayForLiveRegsBottomUp()
492 --NumOps; // Ignore the glue operand. in DelayForLiveRegsBottomUp()
664 DenseMap<SDNode*, SDNode*> GluedMap; // Cache glue to its user
690 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) { in ScheduleNode()
691 // Schedule glue operand right above N. in ScheduleNode()
693 assert(OpN->getNodeId() != 0 && "Glue operand not ready?"); in ScheduleNode()
700 // Glue operand is already scheduled. in ScheduleNode()
[all …]
H A DScheduleDAGSDNodes.cpp165 static bool AddGlue(SDNode *N, SDValue Glue, bool AddGlue, SelectionDAG *DAG) { in AddGlue() argument
166 SDNode *GlueDestNode = Glue.getNode(); in AddGlue()
168 // Don't add glue from a node to itself. in AddGlue()
171 // Don't add a glue operand to something that already uses glue. in AddGlue()
173 N->getOperand(N->getNumOperands()-1).getValueType() == MVT::Glue) { in AddGlue()
176 // Don't add glue to something that already has a glue value. in AddGlue()
177 if (N->getValueType(N->getNumValues() - 1) == MVT::Glue) return false; in AddGlue()
181 VTs.push_back(MVT::Glue); in AddGlue()
183 CloneNodeWithValues(N, DAG, VTs, Glue); in AddGlue()
191 assert((N->getValueType(N->getNumValues() - 1) == MVT::Glue && in RemoveUnusedGlue()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_ppc.S65 #define GLUE(a,b) XGLUE(a,b) macro
69 .weak GLUE(.,name); \
72 .quad GLUE(.,name); \
76 .type GLUE(.,name),@function; \
77 GLUE(.,name):
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp212 SDValue Cmp = DAG.getNode(ARCISD::CMP, dl, MVT::Glue, LHS, RHS); in LowerSELECT_CC()
350 // The Glue in necessary since all emitted instructions must be in LowerCall()
352 SDValue Glue; in LowerCall() local
355 RegsToPass[i].second, Glue); in LowerCall()
356 Glue = Chain.getValue(1); in LowerCall()
372 // Returns a chain & a glue for retval copy to use. in LowerCall()
373 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
389 if (Glue.getNode()) in LowerCall()
390 Ops.push_back(Glue); in LowerCall()
393 Glue = Chain.getValue(1); in LowerCall()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Duniphier-efuse.txt3 This UniPhier eFuse must be under soc-glue.
15 soc-glue@5f900000 {
16 compatible = "socionext,uniphier-ld20-soc-glue-debug",
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp383 SDValue Glue; in LowerCall() local
386 Chain = DAG.getCopyToReg(Chain, DL, Reg, RegsToPass[I].second, Glue); in LowerCall()
387 Glue = Chain.getValue(1); in LowerCall()
438 // Glue the call to the argument copies, if any. in LowerCall()
439 if (Glue.getNode()) in LowerCall()
440 Ops.push_back(Glue); in LowerCall()
442 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); in LowerCall()
444 Glue = Chain.getValue(1); in LowerCall()
448 DAG.getConstant(0, DL, PtrVT, true), Glue, DL); in LowerCall()
449 Glue = Chain.getValue(1); in LowerCall()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsti-dwmac.txt1 STMicroelectronics SoC DWMAC glue layer controller
5 and what is needed on STi platforms to program the stmmac glue logic.
12 encompases the glue register, and the offset of the control register.
H A Dimx-dwmac.txt1 IMX8 glue layer controller, NXP imx8 families support Synopsys MAC 5.10a IP.
3 This file documents platform glue layer for IMX.
9 - compatible: Should be "nxp,imx8mp-dwmac-eqos" to select glue layer
H A Dstm32-dwmac.yaml8 title: STMicroelectronics STM32 / MCU DWMAC glue layer controller
15 This file documents platform glue layer for stmmac.
79 - description: phandle to the syscon node which encompases the glue register
83 encompases the glue register, and the offset of the control register
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp449 SDValue Glue; in LowerReturn() local
472 Chain = DAG.getCopyToReg(Chain, DL, RegLo, Lo, Glue); in LowerReturn()
473 Glue = Chain.getValue(1); in LowerReturn()
475 Chain = DAG.getCopyToReg(Chain, DL, RegHi, Hi, Glue); in LowerReturn()
476 Glue = Chain.getValue(1); in LowerReturn()
481 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), Val, Glue); in LowerReturn()
484 Glue = Chain.getValue(1); in LowerReturn()
491 // Add the glue node if we have it. in LowerReturn()
492 if (Glue.getNode()) { in LowerReturn()
493 RetOps.push_back(Glue); in LowerReturn()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp282 SDValue Glue = in tryBRIND() local
283 SDValue(CurDAG->getMachineNode(XCore::SETSR_branch_u6, dl, MVT::Glue, in tryBRIND()
285 Glue = in tryBRIND()
286 SDValue(CurDAG->getMachineNode(XCore::CLRSR_branch_u6, dl, MVT::Glue, in tryBRIND()
287 constOne, Glue), 0); in tryBRIND()
291 nextAddr->getOperand(0), Glue); in tryBRIND()
294 CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue); in tryBRIND()

12345678910>>...18