Home
last modified time | relevance | path

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

12345678910>>...50

/linux/arch/xtensa/variants/de212/include/variant/
H A Dtie.h2 * tie.h -- compile-time HAL definitions dependent on CORE & TIE configuration
11 Copyright (c) 1999-2015 Cadence Design Systems Inc.
40 /* Save area for non-coprocessor optional and custom (TIE) state: */
45 #define XCHAL_TOTAL_SA_SIZE 32 /* with 16-byte align padding */
58 * abikind = 0 (caller-saved), 1 (callee-saved), or 2 (thread-global)
59 * kind = 0 (special reg), 1 (TIE user reg), or 2 (TIE regfile reg)
62 * galign = group byte alignment (power of 2) (galign >= align)
63 * align = register byte alignment (power of 2)
66 * dbnum = unique target number f/debug (see <xtensa-libdb-macros.h>)
68 * regnum = reg index in regfile, or special/TIE-user reg number
[all …]
/linux/arch/xtensa/variants/csp/include/variant/
H A Dtie.h2 * tie.h -- compile-time HAL definitions dependent on CORE & TIE configuration
11 Copyright (c) 1999-2015 Cadence Design Systems Inc.
63 /* Save area for non-coprocessor optional and custom (TIE) state: */
68 #define XCHAL_TOTAL_SA_SIZE 48 /* with 16-byte align padding */
81 * abikind = 0 (caller-saved), 1 (callee-saved), or 2 (thread-global)
82 * kind = 0 (special reg), 1 (TIE user reg), or 2 (TIE regfile reg)
85 * galign = group byte alignment (power of 2) (galign >= align)
86 * align = register byte alignment (power of 2)
89 * dbnum = unique target number f/debug (see <xtensa-libdb-macros.h>)
91 * regnum = reg index in regfile, or special/TIE-user reg number
[all …]
/linux/arch/xtensa/variants/test_kc705_be/include/variant/
H A Dtie.h2 * tie.h -- compile-time HAL definitions dependent on CORE & TIE configuration
11 Copyright (c) 1999-2015 Cadence Design Systems Inc.
35 #define XCHAL_CP_NUM 2 /* number of coprocessors */
66 /* Save area for non-coprocessor optional and custom (TIE) state: */
71 #define XCHAL_TOTAL_SA_SIZE 160 /* with 16-byte align padding */
84 * abikind = 0 (caller-saved), 1 (callee-saved), or 2 (thread-global)
85 * kind = 0 (special reg), 1 (TIE user reg), or 2 (TIE regfile reg)
88 * galign = group byte alignment (power of 2) (galign >= align)
89 * align = register byte alignment (power of 2)
92 * dbnum = unique target number f/debug (see <xtensa-libdb-macros.h>)
[all …]
/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/
H A Dtie.h2 * tie.h -- compile-time HAL definitions dependent on CORE & TIE configuration
11 Copyright (c) 1999-2014 Tensilica Inc.
35 #define XCHAL_CP_NUM 2 /* number of coprocessors */
66 /* Save area for non-coprocessor optional and custom (TIE) state: */
71 #define XCHAL_TOTAL_SA_SIZE 240 /* with 16-byte align padding */
84 * abikind = 0 (caller-saved), 1 (callee-saved), or 2 (thread-global)
85 * kind = 0 (special reg), 1 (TIE user reg), or 2 (TIE regfile reg)
88 * galign = group byte alignment (power of 2) (galign >= align)
89 * align = register byte alignment (power of 2)
92 * dbnum = unique target number f/debug (see <xtensa-libdb-macros.h>)
[all …]
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh2 # SPDX-License-Identifier: GPL-2.0
16 [[ $(id -u) -eq 0 ]] || skip_test "Test must be run as root!"
23 CGROUP2=$(mount -t cgroup2 | head -1 | awk -e '{print $3}')
24 [[ -n "$CGROUP2" ]] || skip_test "Cgroup v2 mount point not found!"
28 NR_CPUS=$(lscpu | grep "^CPU(s):" | sed -e "s/.*:[[:space:]]*//")
29 [[ $NR_CPUS -lt 8 ]] && skip_test "Test needs at least 8 cpus available!"
32 if [[ -c /dev/console && -w /dev/console ]]
44 while [[ "$1" = -* ]]
47 -v) ((VERBOSE++))
49 [[ $DELAY_FACTOR -eq 1 ]] &&
[all …]
/linux/arch/powerpc/lib/
H A Dfeature-fixups-test.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 #include <asm/feature-fixups.h>
9 #include <asm/asm-compat.h>
10 #include <asm/ppc-opcode.h>
20 or 2,2,2 /* fixup will nop out this instruction */
21 or 3,3,3
27 or 2,2,2
28 or 3,3,3
33 or 3,3,3
37 or 2,2,2 /* fixup will replace this with ftr_fixup_test2_alt */
[all …]
/linux/lib/
H A Dutil_macros_kunit.c1 // SPDX-License-Identifier: GPL-2.0+
25 1, 2, 4, 8, 16, 32, 64, 128, in test_find_closest()
27 static u32 wd_timeout_table[] = { 2, 4, 6, 8, 16, 32, 48, 64 }; in test_find_closest()
28 static int array_prog1a[] = { 1, 2, 3, 4, 5 }; in test_find_closest()
29 static u32 array_prog1b[] = { 2, 3, 4, 5, 6 }; in test_find_closest()
30 static int array_prog1mix[] = { -2, -1, 0, 1, 2 }; in test_find_closest()
31 static int array_prog2a[] = { 1, 3, 5, 7 }; in test_find_closest()
32 static u32 array_prog2b[] = { 2, 4, 6, 8 }; in test_find_closest()
34 static u32 array_prog3b[] = { 2, 5, 8, 11 }; in test_find_closest()
36 static u32 array_prog4b[] = { 2, 6, 10, 14 }; in test_find_closest()
[all …]
/linux/tools/testing/selftests/kvm/aarch64/
H A Dget-reg-list.c
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3568-pinctrl.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/pinctrl/rockchip.h>
7 #include "rockchip-pinconf.dtsi"
15 /omit-if-no-ref/
16 acodec_pins: acodec-pins {
36 /omit-if-no-ref/
37 audiopwm_lout: audiopwm-lout {
43 /omit-if-no-ref/
44 audiopwm_loutn: audiopwm-loutn {
50 /omit-if-no-ref/
[all …]
/linux/tools/perf/pmu-events/arch/x86/knightslanding/
H A Duncore-cache.json3 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IPQ",
4 "Counter": "0,1,2,3",
12 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IPQ",
13 "Counter": "0,1,2,3",
21 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IRQ",
22 "Counter": "0,1,2,3",
30 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IRQ",
31 "Counter": "0,1,2,3",
39 …ccessfully inserted into the TOR that match qualifications specified by the subevent -IRQ or PRQ",
40 "Counter": "0,1,2,3",
[all …]
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-memory.json4 "Counter": "0,1,2,3",
15 "Counter": "0,1,2,3",
26 "Counter": "0,1,2,3",
37 "Counter": "0,1,2,3",
48 "Counter": "0,1,2,3",
57 "BriefDescription": "ACT command issued by 2 cycle bypass",
58 "Counter": "0,1,2,3",
67 "BriefDescription": "CAS command issued by 2 cycle bypass",
68 "Counter": "0,1,2,3",
77 "BriefDescription": "PRE command issued by 2 cycle bypass",
[all …]
/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Duncore-memory.json4 "Counter": "0,1,2,3",
15 "Counter": "0,1,2,3",
26 "Counter": "0,1,2,3",
37 "Counter": "0,1,2,3",
48 "Counter": "0,1,2,3",
57 "BriefDescription": "ACT command issued by 2 cycle bypass",
58 "Counter": "0,1,2,3",
67 "BriefDescription": "CAS command issued by 2 cycle bypass",
68 "Counter": "0,1,2,3",
77 "BriefDescription": "PRE command issued by 2 cycle bypass",
[all …]
/linux/tools/perf/pmu-events/arch/x86/sierraforest/
H A Duncore-interconnect.json4 "Counter": "0,1,2,3",
12 "Counter": "0,1,2,3",
22 "Counter": "0,1,2,3",
31 "Counter": "0,1,2,3",
41 "Counter": "0,1,2,3",
49 …"BriefDescription": "Direct to UPI Transactions - Ignored due to lack of credits : All : Counts th…
50 "Counter": "0,1,2,3",
59 "Counter": "0,1,2,3",
68 "Counter": "0,1,2,3",
77 "Counter": "0,1,2,3",
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-memory.json4 "Counter": "0,1,2,3",
15 "Counter": "0,1,2,3",
26 "Counter": "0,1,2,3",
36 "Counter": "0,1,2,3",
46 "Counter": "0,1,2,3",
55 "BriefDescription": "ACT command issued by 2 cycle bypass",
56 "Counter": "0,1,2,3",
64 "BriefDescription": "CAS command issued by 2 cycle bypass",
65 "Counter": "0,1,2,3",
73 "BriefDescription": "PRE command issued by 2 cycle bypass",
[all …]
/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-memory.json4 "Counter": "0,1,2,3",
15 "Counter": "0,1,2,3",
26 "Counter": "0,1,2,3",
36 "Counter": "0,1,2,3",
46 "Counter": "0,1,2,3",
55 "BriefDescription": "ACT command issued by 2 cycle bypass",
56 "Counter": "0,1,2,3",
64 "BriefDescription": "CAS command issued by 2 cycle bypass",
65 "Counter": "0,1,2,3",
73 "BriefDescription": "PRE command issued by 2 cycle bypass",
[all …]
/linux/drivers/clk/xilinx/
H A Dxlnx_vcu.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016 - 2017 Xilinx, Inc.
11 #include <linux/clk-provider.h>
16 #include <linux/mfd/syscon/xlnx-vcu.h>
22 #include <dt-bindings/clock/xlnx-vcu.h>
27 #define VCU_PLL_CTRL_PWR_POR BIT(2)
28 #define VCU_PLL_CTRL_BYPASS BIT(3)
33 #define VCU_PLL_CFG_RES GENMASK(3, 0)
50 * struct xvcu_device - Xilinx VCU init device structure
81 * struct xvcu_pll_cfg - Helper data
[all …]
/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h1 /* SPDX-License-Identifier: GPL-2.0-only */
14 #include <linux/kasan-tags.h>
16 #include <asm/gpr-num.h>
21 * C5.2, version:ARM DDI 0487A.f)
22 * [20-19] : Op0
23 * [18-16] : Op1
24 * [15-1
[all...]
/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Duncore-memory.json4 "Counter": "0,1,2,3",
14 "Counter": "0,1,2,3",
24 "Counter": "0,1,2,3",
33 "BriefDescription": "ACT command issued by 2 cycle bypass",
34 "Counter": "0,1,2,3",
42 "BriefDescription": "CAS command issued by 2 cycle bypass",
43 "Counter": "0,1,2,3",
51 "BriefDescription": "PRE command issued by 2 cycle bypass",
52 "Counter": "0,1,2,3",
60 … "BriefDescription": "DRAM RD_CAS and WR_CAS Commands.; All DRAM WR_CAS (w/ and w/out auto-pre)",
[all …]
/linux/tools/perf/pmu-events/arch/x86/graniterapids/
H A Duncore-interconnect.json4 "Counter": "0,1,2,3",
12 "Counter": "0,1,2,3",
21 "Counter": "0,1,2,3",
30 "Counter": "0,1,2,3",
39 "Counter": "0,1,2,3",
47 …"BriefDescription": "Direct to UPI Transactions - Ignored due to lack of credits : All : Counts th…
48 "Counter": "0,1,2,3",
57 "Counter": "0,1,2,3",
66 "Counter": "0,1,2,3",
75 "Counter": "0,1,2,3",
[all …]
/linux/arch/arm64/crypto/
H A Dsha512-ce-core.S1 /* SPDX-License-Identifier: GPL-2.0 */
3 * sha512-ce-core.S - core SHA-384/SHA-512 transform using v8 Crypto Extensions
8 * it under the terms of the GNU General Public License version 2 as
15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
17 .set .Lv\b\().2d, \b
37 * The SHA-512 round constants
85 ld1 {v\rc1\().2d}, [x4], #16
87 add v5.2d, v\rc0\().2d, v\in0\().2d
91 add v\i3\().2d, v\i3\().2d, v5.2d
94 sha512su0 v\in0\().2d, v\in1\().2d
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-rgb.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _pixfmt-rgb:
22 (including capture queues of mem-to-mem devices) fill the alpha component in
25 but can set the alpha bit to a user-configurable value, the
26 :ref:`V4L2_CID_ALPHA_COMPONENT <v4l2-alpha-component>` control is used to
31 :ref:`Output <output>` devices (including output queues of mem-to-mem devices
44 - In all the tables that follow, bit 7 is the most significant bit in a byte.
45 - 'r', 'g' and 'b' denote bits of the red, green and blue components
54 based on the order of the RGB components as seen in a 8-, 16- or 32-bit word,
57 for each component. For instance, the RGB565 format stores a pixel in a 16-bit
[all …]
/linux/tools/perf/pmu-events/arch/x86/westmereex/
H A Dpipeline.json4 "Counter": "0,1,2,3",
12 "Counter": "0,1,2,3",
23 "Counter": "0,1,2,3",
31 "Counter": "0,1,2,3",
39 "Counter": "0,1,2,3",
47 "Counter": "0,1,2,3",
55 "Counter": "0,1,2,3",
63 "Counter": "0,1,2,3",
71 "Counter": "0,1,2,3",
79 "Counter": "0,1,2,3",
[all …]
/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/
H A Dpipeline.json4 "Counter": "0,1,2,3",
12 "Counter": "0,1,2,3",
23 "Counter": "0,1,2,3",
31 "Counter": "0,1,2,3",
39 "Counter": "0,1,2,3",
47 "Counter": "0,1,2,3",
55 "Counter": "0,1,2,3",
63 "Counter": "0,1,2,3",
71 "Counter": "0,1,2,3",
79 "Counter": "0,1,2,3",
[all …]
/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/
H A Dpipeline.json4 "Counter": "0,1,2,3",
12 "Counter": "0,1,2,3",
23 "Counter": "0,1,2,3",
31 "Counter": "0,1,2,3",
39 "Counter": "0,1,2,3",
47 "Counter": "0,1,2,3",
55 "Counter": "0,1,2,3",
63 "Counter": "0,1,2,3",
71 "Counter": "0,1,2,3",
79 "Counter": "0,1,2,3",
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dvxlan_flooding_ipv6.sh2 # SPDX-License-Identifier: GPL-2.0
9 # +-----------------------+
13 # +----|------------------+
15 # +----|----------------------------------------------------------------------+
17 # | +--|--------------------------------------------------------------------+ |
21 # | | local 2001:db8:2::1 | |
22 # | | remote 2001:db8:2::{2..21} | |
24 # | +-----------------------------------------------------------------------+ |
26 # | 2001:db8:2::0/64 via 2001:db8:3::2 |
29 # | | 2001:db8:3::1/64 |
[all …]

12345678910>>...50