Home
last modified time | relevance | path

Searched +full:ip +full:- +full:76 (Results 1 – 25 of 70) sorted by relevance

123

/Linux-v6.1/tools/perf/tests/shell/
Dtest_arm_callgraph_fp.sh3 # SPDX-License-Identifier: GPL-2.0
5 lscpu | grep -q "aarch64" || exit 2
7 if ! [ -x "$(command -v cc)" ]; then
18 rm -f $PERF_DATA
19 rm -f $TEST_PROGRAM_SOURCE
20 rm -f $TEST_PROGRAM
42 CFLAGS="-g -O0 -fno-inline -fno-omit-frame-pointer"
43 cc $CFLAGS $TEST_PROGRAM_SOURCE -o $TEST_PROGRAM || exit 1
46 perf record -o $PERF_DATA --call-graph fp -e cycles//u -D 1000 --user-callchains -- $TEST_PROGRAM 2…
51 echo " + Stopping perf-record..."
[all …]
/Linux-v6.1/tools/lib/perf/Documentation/
Dlibperf-sampling.txt1 libperf-sampling(7)
5 ----
6 libperf-sampling - sampling interface
10 -----------
20 --
21 $ gcc -o sampling sampling.c -lperf
23 cpu 0, pid 0, tid 0, ip ffffffffad06c4e6, period 1
24 cpu 0, pid 4465, tid 4469, ip ffffffffad118748, period 18322959
25 cpu 0, pid 0, tid 0, ip ffffffffad115722, period 33544846
26 cpu 0, pid 4465, tid 4470, ip 7f84fe0cdad6, period 23687474
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/rng/
Domap_rng.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: OMAP SoC and Inside-Secure HWRNG Module
10 - Jayesh Choudhary <j-choudhary@ti.com>
15 - ti,omap2-rng
16 - ti,omap4-rng
17 - inside-secure,safexcel-eip76
33 - description: EIP150 gatable clock
34 - description: Main gatable clock
[all …]
/Linux-v6.1/include/uapi/linux/
Dnetfilter_ipv4.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* IPv4-specific defines for netfilter.
3 * (C)1998 Rusty Russell -- This code is GPL.
16 /* IP Hooks */
32 NF_IP_PRI_RAW_BEFORE_DEFRAG = -450,
33 NF_IP_PRI_CONNTRACK_DEFRAG = -400,
34 NF_IP_PRI_RAW = -300,
35 NF_IP_PRI_SELINUX_FIRST = -225,
36 NF_IP_PRI_CONNTRACK = -200,
37 NF_IP_PRI_MANGLE = -150,
[all …]
Dppp-ioctl.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * ppp-ioctl.h - PPP ioctl definitions.
5 * Copyright 1999-2002 Paul Mackerras.
24 #define SC_NO_TCP_CCID 0x00000008 /* disable VJ connection-id comp. */
29 #define SC_ENABLE_IP 0x00000100 /* IP packets may be exchanged */
52 #define SC_DC_ERROR 0x00400000 /* non-fatal decomp error detected */
100 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
107 #define PPPIOCGIDLE32 _IOR('t', 63, struct ppp_idle32) /* 32-bit times */
108 #define PPPIOCGIDLE64 _IOR('t', 63, struct ppp_idle64) /* 64-bit times */
/Linux-v6.1/arch/arm/mm/
Dcache-v4wb.S1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * linux/arch/arm/mm/cache-v4wb.S
5 * Copyright (C) 1997-2002 Russell king
12 #include "proc-macros.S"
38 * 16384 77 77 76 140 140 138
39 * 32768 150 149 150 214 216 212 <---
42 * Whole 132 136 132 221 217 207 <---
77 mov ip, #0
78 mcr p15, 0, ip, c7, c5, 0 @ invalidate I cache
89 add r2, r2, #FLUSH_BASE_MINICACHE - FLUSH_BASE
[all …]
/Linux-v6.1/include/dt-bindings/clock/
Dstm32mp13-clks.h1 /* SPDX-License-Identifier: GPL-2.0+ or BSD-3-Clause */
3 * Copyright (C) STMicroelectronics 2020 - All Rights Reserved
67 /* IP clocks */
104 #define MCE 76
114 /* IP clocks with parents */
Dimx8mn-clock.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright 2018-2019 NXP
89 #define IMX8MN_CLK_ENET_AXI 76
104 /* IP */
Dsun4i-a10-ccu.h4 * This file is dual-licensed: you can use it either under the terms
103 #define CLK_APB0_IR1 76
126 /* IP clocks */
Dexynos5260-clk.h1 /* SPDX-License-Identifier: GPL-2.0 */
12 /* Clock names: <cmu><type><IP> */
91 #define TOP_DOUT_ACLK_DISP_222 76
/Linux-v6.1/Documentation/devicetree/bindings/spi/
Dbrcm,spi-bcm-qspi.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/spi/brcm,spi-bcm-qspi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kamal Dasu <kdasu.kdev@gmail.com>
11 - Rafał Miłecki <rafal@milecki.pl>
15 BRCMSTB (BCM7XXX), Cygnus, NSP and NS2. The Broadcom Master SPI hw IP consits
18 BSPI : Broadcom SPI in combination with the MSPI hw IP provides acceleration
20 io with 3-byte and 4-byte addressing support.
22 Supported Broadcom SoCs have one instance of MSPI+BSPI controller IP.
[all …]
/Linux-v6.1/drivers/media/platform/chips-media/
Dcoda-mpeg2.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Coda multi-standard codec IP - MPEG-2 helper functions
26 return -EINVAL; in coda_mpeg2_profile()
42 return -EINVAL; in coda_mpeg2_level()
47 * Check if the buffer starts with the MPEG-2 sequence header (with or without
83 memcmp(buf + 76, u.extension_start, 4) == 0) in coda_mpeg2_parse_headers()
/Linux-v6.1/Documentation/networking/
Deql.rst1 .. SPDX-License-Identifier: GPL-2.0
4 EQL Driver: Serial IP Load Balancing HOWTO
7 Simon "Guru Aleph-Null" Janes, simon@ncm.com
12 that lets you load-balance IP serial links (SLIP or uncompressed PPP)
27 together to work as one point-to-point link to increase your
32 The eql driver has only been tested with the Livingston PortMaster-2e
33 terminal server. I do not know if other terminal servers support load-
35 almost as well as the eql driver seems to do it (-- Unfortunately, in
36 my testing so far, the Livingston PortMaster 2e's load-balancing is a
40 TCP implementation is pretty fast though.--)
[all …]
/Linux-v6.1/arch/x86/um/
Dchecksum_32.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
7 * IP/TCP/UDP checksumming routines
15 * Lots of code moved from tcp.c and ip.c; see those files
44 * is aligned on either a 2-byte or 4-byte boundary. We get at
45 * least a twofold speedup on 486 and Pentium if it is 4-byte aligned.
46 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
140 # Handle 2-byte-aligned regions
149 movzbl (%esi),%ebx # csumming 1 byte, 2-aligned
154 addw (%esi), %ax # csumming 2 bytes, 2-aligned
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Domap-usb-host.txt5 - compatible: should be "ti,usbhs-host"
6 - reg: should contain one register range i.e. start and length
7 - ti,hwmods: must contain "usb_host_hs"
11 - num-ports: number of USB ports. Usually this is automatically detected
12 from the IP's revision register but can be overridden by specifying
15 - portN-mode: String specifying the port mode for port N, where N can be
18 "ehci-phy",
19 "ehci-tll",
20 "ehci-hsic",
21 "ohci-phy-6pin-datse0",
[all …]
/Linux-v6.1/drivers/edac/
DKconfig16 EDAC is a subsystem along with hardware-specific drivers designed to
17 report hardware errors. These are low-level errors that are reported
22 The mailing list for the EDAC project is linux-edac@vger.kernel.org.
40 levels are 0-4 (from low to high) and by default it is set to 2.
44 tristate "Decode MCEs in human-readable form (only on AMD for now)"
49 occurring on your machine in human-readable form.
60 Not all machines support hardware-driven error report. Some of those
61 provide a BIOS-driven error report mechanism via ACPI, using the
65 When this option is enabled, it will disable the hardware-driven
69 It should be noticed that keeping both GHES and a hardware-driven
[all …]
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/filters/
Dmatchall.json10 "$IP link add dev $DUMMY type dummy || /bin/true",
13 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ip matchall act…
15 "verifyCmd": "$TC filter get dev $DUMMY parent ffff: handle 1 prio 1 protocol ip matchall",
16 …"matchPattern": "^filter parent ffff: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*r…
20 "$IP link del dev $DUMMY type dummy"
31 "$IP link add dev $DUMMY type dummy || /bin/true",
34 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ip matchall action…
36 "verifyCmd": "$TC filter get dev $DUMMY parent 1: handle 1 prio 1 protocol ip matchall",
37 …"matchPattern": "^filter parent 1: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref …
41 "$IP link del dev $DUMMY type dummy"
[all …]
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/
Dnat.json20 "matchPattern": "action order [0-9]+: nat ingress 192.168.1.1/32 200.200.200.1 pass",
44 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 2.2.2.1 pipe.*index 77 ref",
68 …"matchPattern": "action order [0-9]+: nat ingress 192.168.10.10/32 192.168.20.20 continue.*index …
92 …"matchPattern": "action order [0-9]+: nat ingress 192.168.10.10/32 192.168.20.20 reclassify.*inde…
99 "id": "76c9",
116 …"matchPattern": "action order [0-9]+: nat ingress 12.18.10.10/32 12.18.20.20 jump 10.*index 22 re…
140 … "matchPattern": "action order [0-9]+: nat ingress 1.18.1.1/32 1.18.2.2 drop.*index 722 ref",
164 …"matchPattern": "action order [0-9]+: nat ingress 1.18.1.1/32 1.18.2.2 pass.*index 4294967295 ref…
188 …"matchPattern": "action order [0-9]+: nat ingress 1.18.1.1/32 1.18.2.2 pass.*index 4294967295555 …
201 "name": "Add nat action on ingress with invalid IP address",
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dr8a73a4-ape6evm.dts1 // SPDX-License-Identifier: GPL-2.0
8 /dts-v1/;
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
22 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
23 stdout-path = "serial0:115200n8";
36 vcc_mmc0: regulator-mmc0 {
37 compatible = "regulator-fixed";
38 regulator-name = "MMC0 Vcc";
39 regulator-min-microvolt = <2800000>;
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/iavf/
Diavf_common.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 2013 - 2018 Intel Corporation. */
10 * iavf_set_mac_type - Sets MAC type
20 if (hw->vendor_id == PCI_VENDOR_ID_INTEL) { in iavf_set_mac_type()
21 switch (hw->device_id) { in iavf_set_mac_type()
23 hw->mac.type = IAVF_MAC_X722_VF; in iavf_set_mac_type()
28 hw->mac.type = IAVF_MAC_VF; in iavf_set_mac_type()
31 hw->mac.type = IAVF_MAC_GENERIC; in iavf_set_mac_type()
38 hw_dbg(hw, "found mac: %d, returns: %d\n", hw->mac.type, status); in iavf_set_mac_type()
43 * iavf_aq_str - convert AQ err code to a string
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h1 /* SPDX-License-Identifier: GPL-2.0 */
306 * Flex-field 0: RSS hash lower 16-bits
307 * Flex-field 1: RSS hash upper 16-bits
308 * Flex-field 2: Flow ID lower 16-bits
309 * Flex-field 3: Source VSI
310 * Flex-field 4: reserved, VLAN ID taken from L2Tag
346 * profiles 2-63 are flex profiles that can be programmed
398 #define ICE_RX_FLEX_DESC_PTYPE_M (0x3FF) /* 10-bits */
401 #define ICE_RX_FLX_DESC_PKT_LEN_M (0x3FFF) /* 14-bits */
511 /* DESC_DONE - HW has completed write-back of descriptor */
[all …]
/Linux-v6.1/arch/x86/lib/
Dchecksum_32.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
7 * IP/TCP/UDP checksumming routines
15 * Lots of code moved from tcp.c and ip.c; see those files
28 #include <asm/nospec-branch.h>
44 * is aligned on either a 2-byte or 4-byte boundary. We get at
45 * least a twofold speedup on 486 and Pentium if it is 4-byte aligned.
46 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
158 # Handle 2-byte-aligned regions
182 movzbl (%esi),%ebx # csumming 1 byte, 2-aligned
[all …]
/Linux-v6.1/tools/lib/perf/include/perf/
Devent.h1 /* SPDX-License-Identifier: GPL-2.0 */
167 /* Bitmap encoding of a perf_cpu_map where bitmap entries are 32-bit. */
177 /* Bitmap encoding of a perf_cpu_map where bitmap entries are 64-bit. */
192 * -irogers
195 #pragma GCC diagnostic ignored "-Wpacked"
196 #pragma GCC diagnostic ignored "-Wattributes"
200 * end_cpu. If any_cpu is 1, an any CPU (-1) value (aka dummy value) is present.
341 __u64 ip; member
455 PERF_RECORD_STAT = 76,
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Dpsp_gfx_if.h46 GFX_CTRL_CMD_ID_ENABLE_INT = 0x00050000, /* enable PSP-to-Gfx interrupt */
47 GFX_CTRL_CMD_ID_DISABLE_INT = 0x00060000, /* disable PSP-to-Gfx interrupt */
57 /*-----------------------------------------------------------------------------
64 * SRBM-to-PSP mailbox registers (total 8 registers).
94 GFX_CMD_ID_LOAD_IP_FW = 0x00000006, /* load HW IP FW */
96 GFX_CMD_ID_SAVE_RESTORE = 0x00000008, /* save/restore HW IP FW */
107 /* PSP boot config sub-commands */
189 uint32_t sriov_enabled:1; /* whether the device runs under SR-IOV*/
203 GFX_FW_TYPE_CP_ME = 1, /* CP-ME VG + RV */
204 GFX_FW_TYPE_CP_PFP = 2, /* CP-PFP VG + RV */
[all …]
/Linux-v6.1/arch/arm/crypto/
Dchacha-scalar-core.S1 /* SPDX-License-Identifier: GPL-2.0 */
78 // drot == 32 - 16 == 16
85 // brot == 32 - 12 == 20
92 // drot == 32 - 8 == 24
99 // brot == 32 - 7 == 25
143 // Stack: unused0-unused1 x10-x11 x0-x15 OUT IN LEN
144 // Registers contain x0-x9,x12-x15.
146 // Do the core ChaCha permutation to update x0-x15.
150 // Stack: x10-x11 orig_x0-orig_x15 OUT IN LEN
151 // Registers contain x0-x9,x12-x15.
[all …]

123