/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | fsl,mu-msi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,mu-msi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 16 for one processor (A side) to signal the other processor (B side) using 20 different clocks (from each side of the different peripheral buses). 21 Therefore, the MU must synchronize the accesses from one side to the 23 registers (Processor A-side, Processor B-side). 28 - $ref: /schemas/interrupt-controller/msi-controller.yaml# [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 1 //===- llvm/FixedPointBuilder.h - Builder for fixed-point ops ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the FixedPointBuilder class, which is used as a convenient 10 // way to lower fixed-point arithmetic operations to LLVM IR. 12 //===----------------------------------------------------------------------===// 55 Value *Zero = Constant::getNullValue(Result->getType()); in Convert() 64 ? B.CreateAShr(Result, SrcScale - DstScale, "downscale") in Convert() 65 : B.CreateLShr(Result, SrcScale - DstScale, "downscale"); in Convert() 74 Result = B.CreateShl(Result, DstScale - SrcScale, "upscale"); in Convert() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/ |
H A D | virtual-memory.json | 13 "BriefDescription": "Total cycles for all the page walks. (I-side and D-side)", 17 … cycle when a data (D) page walk or instruction (I) page walk is in progress. Since a pagewalk im… 22 "BriefDescription": "Duration of D-side page-walks in core cycles", 26 … when a D-side (walks due to a load) page walk is in progress. Page walk duration divided by numbe… 31 "BriefDescription": "D-side page-walks", 36 …cDescription": "This event counts when a data (D) page walk is completed or started. Since a page… 41 "BriefDescription": "Duration of I-side page-walks in core cycles", 45 …a I-side (walks due to an instruction fetch) page walk is in progress. Page walk duration divided … 50 "BriefDescription": "I-side page-walks", 55 …when an instruction (I) page walk is completed or started. Since a page walk implies a TLB miss, … [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/devfreq/ |
H A D | rk3399_dmc.txt | 4 - compatible: Must be "rockchip,rk3399-dmc". 5 - devfreq-events: Node to get DDR loading, Refer to 7 rockchip-dfi.txt 8 - clocks: Phandles for clock specified in "clock-names" property 9 - clock-names : The name of clock used by the DFI, must be 11 - operating-points-v2: Refer to Documentation/devicetree/bindings/opp/opp-v2.yaml 13 - center-supply: DMC supply node. 14 - status: Marks the node enabled/disabled. 15 - rockchip,pmu: Phandle to the syscon managing the "PMU general register 19 - interrupts: The CPU interrupt number. The interrupt specifier [all …]
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpcgen.1 | 1 .\" Copyright 1985-1993 Sun Microsystems, Inc. 13 .Op Fl a 54 utility is a tool that generates C code to implement an 59 is a language similar to C known as 73 generates a header in 77 server-side stubs in 79 and client-side stubs in 92 that can be customized to suit a particular application. 100 .Fl a 106 then the client side sample file is written to [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-token-var.mk | 1 # $NetBSD: cond-token-var.mk,v 1.11 2025/01/11 21:21:33 rillig Exp $ 5 # Note the fine distinction between a variable and an expression. 6 # A variable has a name and a value. To access the value, one writes an 7 # expression of the form ${VAR}. This is a simple 20 # A defined variable may appear on either side of the comparison. 28 # A variable that appears on the left-hand side must be defined. 34 # A variable that appears on the right-hand side must be defined. 40 # A defined variable may appear as an expression of its own. 44 # An undefined variable on its own generates a parse error. 49 # The :U modifier turns an undefined expression into a defined expression. [all …]
|
H A D | parse-var.mk | 1 # $NetBSD: parse-var.mk,v 1.10 2024/06/02 15:31:26 rillig Exp $ 16 # command-line variable 18 # target-local variable 23 # parse-balanced 25 # eval-defined 26 # eval-keep-undefined 27 # eval-keep-dollar-and-undefined 30 # without -dL 31 # with -dL 45 # for the long forms, EOF after parsing a modifier [all …]
|
H A D | cond-token-plain.mk | 1 # $NetBSD: cond-token-plain.mk,v 1.20 2024/08/06 18:00:17 rillig Exp $ 6 .MAKEFLAGS: -dc 8 # The word 'value' after the '!=' is a bare word. 13 # Using a '#' in a string literal in a condition leads to a malformed 18 # The right-hand side of the comparison is just a '"', before unescaping. 23 # To get a '#' into a condition, it has to be escaped using a backslash. 30 # Since 2002-12-30, and still as of 2020-09-11, CondParser_Token handles 33 # in a very early parsing phase. 41 # XXX: Missing error message for the malformed condition. The right-hand 42 # side before unescaping is double-quotes, backslash, backslash. [all …]
|
/freebsd/share/examples/ppp/ |
H A D | login-auth | 1 #! /usr/local/bin/wish8.0 -f 17 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 29 # Display a window to request a users password, expecting a login name 47 text .l.prompt -width $pwidth -height 1 -relief flat; 49 pack .l.prompt -side left; 50 .l.prompt configure -state disabled; 51 text .l.value -width $vwidth -height 1; 53 pack .l.value -side right; 54 .l.value configure -state disabled; 55 pack .l -side top -padx $fxpad -pady $fypad; [all …]
|
H A D | chap-auth | 1 #! /usr/local/bin/wish8.0 -f 17 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 29 # Display a window to request a users CHAP secret, accepting the relevant 50 text .$n.prompt -width $pwidth -height 1 -relief flat; 52 pack .$n.prompt -side left; 53 .$n.prompt configure -state disabled; 60 text .$n.value -width $vwidth -height 1; 62 pack .$n.value -side right; 65 .$n.value configure -state normal -takefocus 0; 68 .$n.value configure -state disabled; [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-digest.pod | 5 provider-digest - The digest library E<lt>-E<gt> provider functions 61 (see L<provider-base(7)/Provider Functions>). 63 All these "functions" have a corresponding function type definition 64 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the 74 macros in L<openssl-core_dispatch.h(7)>, as follows: 93 A digest algorithm implementation may not implement all of these functions. 100 OSSL_FUNC_digest_newctx() should create and return a pointer to a provider side 101 structure for holding context information during a digest operation. 102 A pointer to this context will be passed back in a number of the other digest 107 OSSL_FUNC_digest_freectx() is passed a pointer to the provider side digest context in [all …]
|
H A D | provider-mac.pod | 5 provider-mac - The mac library E<lt>-E<gt> provider functions 54 (see L<provider-base(7)/Provider Functions>). 56 All these "functions" have a corresponding function type definition 57 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the 67 macros in L<openssl-core_dispatch.h(7)>, as follows: 85 A mac algorithm implementation may not implement all of these functions. 86 In order to be a consistent set of functions, at least the following functions 93 OSSL_FUNC_mac_newctx() should create and return a pointer to a provider side 94 structure for holding context information during a mac operation. 95 A pointer to this context will be passed back in a number of the other mac [all …]
|
H A D | provider-cipher.pod | 5 provider-cipher - The cipher library E<lt>-E<gt> provider functions 69 (see L<provider-base(7)/Provider Functions>). 71 All these "functions" have a corresponding function type definition 72 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the 82 macros in L<openssl-core_dispatch.h(7)>, as follows: 102 A cipher algorithm implementation may not implement all of these functions. 103 In order to be a consistent set of functions there must at least be a complete 104 set of "encrypt" functions, or a complete set of "decrypt" functions, or a 112 OSSL_FUNC_cipher_newctx() should create and return a pointer to a provider side 113 structure for holding context information during a cipher operation. [all …]
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | rdma_accept.3 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_ACCEPT" 3 "2014-05-27" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_accept \- Called to accept a connection request. 18 Called from the listening side to accept a connection or datagram 21 Returns 0 on success, or -1 on error. If an error occurs, errno will be 24 Unlike the socket accept routine, rdma_accept is not called on a 27 events give the user a newly created rdma_cm_id, similar to a new 28 socket, but the rdma_cm_id is bound to a specific RDMA device. 32 by the conn_param parameter when accepting a connection or datagram 43 References a user-controlled data buffer. The contents of the buffer are [all …]
|
H A D | rdma_connect.3 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_CONNECT" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_connect \- Initiate an active connection request. 17 For an rdma_cm_id of type RDMA_PS_TCP, this call initiates a connection request 18 to a remote destination. For an rdma_cm_id of type RDMA_PS_UDP, it initiates 19 a lookup of the remote QP providing the datagram service. 21 Returns 0 on success, or -1 on error. If an error occurs, errno will be 24 Users must have resolved a route to the destination address 32 References a user-controlled data buffer. The contents of the buffer are 33 copied and transparently passed to the remote side as part of the [all …]
|
H A D | rdma_get_cm_event.3 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_GET_CM_EVENT" 3 "2007-10-31" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_get_cm_event \- Retrieves the next pending communication event. 17 Retrieves a communication event. If no events are pending, by default, 20 Returns 0 on success, or -1 on error. If an error occurs, errno will be 35 RDMA_CM_EVENT_CONNECT_REQUEST, then this references a new id for that 46 is non-zero and is either set to an errno or a transport specific value. 59 References any user-specified data associated with RDMA_CM_EVENT_CONNECT_REQUEST 61 that specified by the remote side when calling rdma_connect or rdma_accept. 67 sent by the remote side. Any additional space in the buffer will be [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | provider-digest.7 | 18 .\" Set up some character translations and predefined strings. \*(-- will 19 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. [all …]
|
H A D | provider-cipher.7 | 18 .\" Set up some character translations and predefined strings. \*(-- will 19 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. [all …]
|
H A D | provider-mac.7 | 18 .\" Set up some character translations and predefined strings. \*(-- will 19 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/ |
H A D | translation.json | 15 …che was reloaded with Shared (S) data from another core's L2 on the same chip due to a demand load" 20 "BriefDescription": "Double-Precion or Quad-Precision instruction completed" 25 …escription": "A Page Table Entry was loaded into the TLB from another chip's memory on the same No… 35 …A Page Table Entry was loaded into the TLB with Shared (S) data from another chip's L2 or L3 on th… 45 …"BriefDescription": "Finish stall due to a vector fixed point instruction in the execution pipelin… 50 "BriefDescription": "LSU Finished a PPC instruction (up to 4 per cycle)" 60 …A Page Table Entry was loaded into the TLB with Shared (S) data from another chip's L2 or L3 on a … 65 …"BriefDescription": "Completion stall due to a long latency vector fixed point instruction (divisi… 70 …on": "The processor's data cache was reloaded from a location other than the local core's L2 due t… 75 …n": "A Page Table Entry was loaded into the TLB either shared or modified data from another core's… [all …]
|
H A D | pipeline.json | 10 "BriefDescription": "Number of I-ERAT reloads" 15 …te that this count is per slice, so if a load spans multiple slices this event will increment mult… 25 …"BriefDescription": "Finish stall because the NTF instruction was a multi-cycle instruction issued… 30 …ded either shared or modified data from another core's L2/L3 on the same chip due to a marked load" 35 …ription": "A Page Table Entry was loaded into the TLB from another chip's L4 on a different Node o… 40 …"BriefDescription": "A Page Table Entry was loaded into the TLB from local core's L2 without confl… 80 …ription": "A Page Table Entry was loaded into the TLB with Modified (M) data from another core's L… 90 …r's data cache was reloaded from another chip's L4 on a different Node or Group (Distant) due to a… 95 …escription": "A Page Table Entry was loaded into the TLB with Modified (M) data from another core'… 100 …rbitration onto the issue pipe to another instruction (from the same thread or a different thread)" [all …]
|
H A D | other.json | 30 "BriefDescription": "IERAT reloaded (after a miss) for 4K pages" 45 …on": "The processor's data cache was reloaded from a location other than the local core's L3 due t… 50 …cription": "A Page Table Entry was loaded into the TLB with Modified (M) data from another core's … 55 …"BriefDescription": "A Conditional Branch that resolved to taken was mispredicted as not taken (du… 60 …"BriefDescription": "A demand load referenced a line in an active fuzzy prefetch stream. The strea… 65 "BriefDescription": "Read-write data cache collisions" 80 …"BriefDescription": "Cycles in which no new instructions can be dispatched to the ICT after a flus… 85 …"BriefDescription": "A radix translation attempt missed in the TLB and all levels of page walk cac… 90 "BriefDescription": "D-cache invalidates sent over the reload bus to the core" 120 …"BriefDescription": "L3 TM CAM is full when a L2 castout of TM_SC line occurs. Line is pushed to … [all …]
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ss4 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 27 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 39 Yacc turns the specification file into a C program, which 52 of a finite state machine with a stack. 70 A move of the parser is done as follows: 73 whether it needs a lookahead token to decide 89 Whenever a shift action is taken, there is always 90 a lookahead token. 107 the right hand side of a grammar rule, 109 an instance of the rule, replacing the right hand side [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | rockchip,rk3399-dmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controller [all...] |
/freebsd/lib/libpmc/pmu-events/arch/x86/knightslanding/ |
H A D | virtual-memory.json | 3 "BriefDescription": "Counts the number of load micro-ops retired that cause a DTLB miss", 17 …"PublicDescription": "This event counts every cycle when a data (D) page walk or instruction (I) p… 22 …"BriefDescription": "Counts the total number of core cycles for all the D-side page walks. The cyc… 30 …"BriefDescription": "Counts the total D-side page walks that are completed or started. The page wa… 39 …"BriefDescription": "Counts the total number of core cycles for all the I-side page walks. The cyc… 43 …"PublicDescription": "This event counts every cycle when an I-side (walks due to an instruction fe… 48 "BriefDescription": "Counts the total I-side page walks that are completed.", 57 "BriefDescription": "Counts the total page walks that are completed (I-side and D-side)",
|