/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 2 # SPDX-License-Identifier: GPL-2.0 11 echo "$1" 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 ]] 40 PROG=$1 42 DELAY_FACTOR=1 [all …]
|
/linux/arch/powerpc/lib/ |
H A D | feature-fixups-test.S | 1 /* 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> 19 or 1,1,1 21 or 3,3,3 26 or 1,1,1 28 or 3,3,3 31 or 1,1,1 33 or 3,3,3 [all …]
|
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/ |
H A D | uncore-memory.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 15 "Counter": "0,1,2,3", 18 "PerPkg": "1", 26 "Counter": "0,1,2,3", 29 "Experimental": "1", 30 "PerPkg": "1", 37 "Counter": "0,1,2,3", 40 "Experimental": "1", 41 "PerPkg": "1", [all …]
|
/linux/lib/ |
H A D | util_macros_kunit.c | 1 // SPDX-License-Identifier: GPL-2.0+ 23 static const int ina226_avg_tab[] = { 1, 4, 16, 64, 128, 256, 512, 1024 }; in test_find_closest() 25 1, 2, 4, 8, 16, 32, 64, 128, 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() 33 static int array_prog3a[] = { 1, 4, 7, 10 }; in test_find_closest() 35 static int array_prog4a[] = { 1, 5, 9, 13 }; in test_find_closest() 38 FIND_CLOSEST_RANGE_CHECK(-3, 2, ina226_avg_tab, 0); in test_find_closest() [all …]
|
/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
H A D | uncore-cache.json | 3 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IPQ", 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 12 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IPQ", 13 "Counter": "0,1,2,3", 16 "PerPkg": "1", 21 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IRQ", 22 "Counter": "0,1,2,3", 25 "PerPkg": "1", 30 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IRQ", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/skylakex/ |
H A D | uncore-memory.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 15 "Counter": "0,1,2,3", 18 "PerPkg": "1", 26 "Counter": "0,1,2,3", 29 "Experimental": "1", 30 "PerPkg": "1", 37 "Counter": "0,1,2,3", 40 "Experimental": "1", 41 "PerPkg": "1", [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3568-pinctrl.dtsi | 1 // 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 { 19 <1 RK_PB1 5 &pcfg_pull_none>, 21 <1 RK_PA1 5 &pcfg_pull_none>, 23 <1 RK_PA0 5 &pcfg_pull_none>, 25 <1 RK_PA7 5 &pcfg_pull_none>, 27 <1 RK_PB0 5 &pcfg_pull_none>, [all …]
|
/linux/tools/perf/pmu-events/arch/x86/broadwellx/ |
H A D | uncore-memory.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 15 "Counter": "0,1,2,3", 18 "PerPkg": "1", 26 "Counter": "0,1,2,3", 29 "PerPkg": "1", 36 "Counter": "0,1,2,3", 39 "PerPkg": "1", 46 "Counter": "0,1,2,3", 49 "PerPkg": "1", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/haswellx/ |
H A D | uncore-memory.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 15 "Counter": "0,1,2,3", 18 "PerPkg": "1", 26 "Counter": "0,1,2,3", 29 "PerPkg": "1", 36 "Counter": "0,1,2,3", 39 "PerPkg": "1", 46 "Counter": "0,1,2,3", 49 "PerPkg": "1", [all …]
|
/linux/tools/arch/arm64/include/asm/ |
H A D | sysreg.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 14 #include <linux/kasan-tags.h> 16 #include <asm/gpr-num.h> 22 * [20-19] : Op0 23 * [18-16] : Op1 24 * [15-12] : CRn 25 * [11- [all...] |
/linux/tools/perf/pmu-events/arch/x86/broadwellde/ |
H A D | uncore-memory.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 14 "Counter": "0,1,2,3", 17 "PerPkg": "1", 24 "Counter": "0,1,2,3", 27 "PerPkg": "1", 34 "Counter": "0,1,2,3", 37 "PerPkg": "1", 43 "Counter": "0,1,2,3", 46 "PerPkg": "1", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/sierraforest/ |
H A D | uncore-interconnect.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 12 "Counter": "0,1,2,3", 15 "Experimental": "1", 16 "PerPkg": "1", 22 "Counter": "0,1,2,3", 25 "PerPkg": "1", 31 "Counter": "0,1,2,3", 34 "Experimental": "1", 35 "PerPkg": "1", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
H A D | uncore-interconnect.json | 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 12 "Counter": "0,1,2,3", 15 "PerPkg": "1", 21 "Counter": "0,1,2,3", 24 "PerPkg": "1", 30 "Counter": "0,1,2,3", 33 "PerPkg": "1", 39 "Counter": "0,1,2,3", 42 "PerPkg": "1", [all …]
|
/linux/arch/xtensa/variants/csp/include/variant/ |
H A D | tie.h | 2 * 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 1 /* number of coprocessors */ 36 #define XCHAL_CP_MAX 8 /* max CP ID + 1 (0 if none) */ 44 #define XCHAL_CP7_SA_ALIGN 1 /* min alignment of save area */ 49 #define XCHAL_CP0_SA_ALIGN 1 51 #define XCHAL_CP1_SA_ALIGN 1 53 #define XCHAL_CP2_SA_ALIGN 1 55 #define XCHAL_CP3_SA_ALIGN 1 57 #define XCHAL_CP4_SA_ALIGN 1 [all …]
|
/linux/arch/powerpc/boot/ |
H A D | string.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 13 addi r5,r3,-1 14 addi r4,r4,-1 15 1: lbzu r0,1(r4) 17 stbu r0,1(r5) 18 bne 1b 26 addi r6,r3,-1 27 addi r4,r4,-1 28 1: lbzu r0,1(r4) 30 stbu r0,1(r6) [all …]
|
/linux/arch/xtensa/variants/test_kc705_be/include/variant/ |
H A D | tie.h | 2 * tie.h -- compile-time HAL definitions dependent on CORE & TIE configuration 11 Copyright (c) 1999-2015 Cadence Design Systems Inc. 36 #define XCHAL_CP_MAX 8 /* max CP ID + 1 (0 if none) */ 45 #define XCHAL_CP_ID_AUDIOENGINELX 1 /* coprocessor ID (0..7) */ 49 #define XCHAL_CP7_SA_ALIGN 1 /* min alignment of save area */ 54 #define XCHAL_CP0_SA_ALIGN 1 56 #define XCHAL_CP2_SA_ALIGN 1 58 #define XCHAL_CP3_SA_ALIGN 1 60 #define XCHAL_CP4_SA_ALIGN 1 62 #define XCHAL_CP5_SA_ALIGN 1 [all …]
|
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
H A D | uncore-memory.json | 3 "BriefDescription": "Cycles - at UCLK", 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 12 "Counter": "0,1,2,3", 15 "PerPkg": "1", 20 "Counter": "0,1,2,3", 23 "Experimental": "1", 24 "PerPkg": "1", 30 "Counter": "0,1,2,3", 33 "Experimental": "1", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
H A D | uncore-memory.json | 3 "BriefDescription": "Cycles - at UCLK", 4 "Counter": "0,1,2,3", 7 "PerPkg": "1", 12 "Counter": "0,1,2,3", 15 "PerPkg": "1", 20 "Counter": "0,1,2,3", 23 "Experimental": "1", 24 "PerPkg": "1", 30 "Counter": "0,1,2,3", 33 "Experimental": "1", [all …]
|
/linux/Documentation/input/devices/ |
H A D | elantech.rst | 4 Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net> 6 Extra information for hardware version 1 found and 15 1. Introduction 17 3. Differentiating hardware versions 18 4. Hardware version 1 25 5.2.1 Parity checking and packet re-synchronization 27 5.2.3 Two finger touch 28 6. Hardware version 3 31 6.2.1 One/Three finger touch 36 7.2.1 Status packet [all …]
|
/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3", 12 "Counter": "0,1,2,3", 13 "CounterMask": "1", 14 "EdgeDetect": "1", 17 "Invert": "1", 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", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3", 12 "Counter": "0,1,2,3", 13 "CounterMask": "1", 14 "EdgeDetect": "1", 17 "Invert": "1", 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", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/westmereex/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3", 12 "Counter": "0,1,2,3", 13 "CounterMask": "1", 14 "EdgeDetect": "1", 17 "Invert": "1", 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", [all …]
|
/linux/include/dt-bindings/pinctrl/ |
H A D | pads-imx8qm.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 12 #define IMX8QM_SIM0_RST 1 14 #define IMX8QM_SIM0_PD 3 285 #define IMX8QM_SIM0_CLK_LSIO_GPIO0_IO00 IMX8QM_SIM0_CLK 3 287 #define IMX8QM_SIM0_RST_LSIO_GPIO0_IO01 IMX8QM_SIM0_RST 3 289 #define IMX8QM_SIM0_IO_LSIO_GPIO0_IO02 IMX8QM_SIM0_IO 3 291 #define IMX8QM_SIM0_PD_DMA_I2C3_SCL IMX8QM_SIM0_PD 1 292 #define IMX8QM_SIM0_PD_LSIO_GPIO0_IO03 IMX8QM_SIM0_PD 3 294 #define IMX8QM_SIM0_POWER_EN_DMA_I2C3_SDA IMX8QM_SIM0_POWER_EN 1 295 #define IMX8QM_SIM0_POWER_EN_LSIO_GPIO0_IO04 IMX8QM_SIM0_POWER_EN 3 [all …]
|
/linux/arch/arm/mach-omap1/ |
H A D | mux.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * linux/arch/arm/mach-omap1/mux.c 7 * Copyright (C) 2003 - 2008 Nokia Corporation 15 #include <linux/soc/ti/omap1-io.h> 30 MUX_CFG("UART1_TX", 9, 21, 1, 2, 3, 0, NA, 0, 0) 31 MUX_CFG("UART1_RTS", 9, 12, 1, 2, 0, 0, NA, 0, 0) 34 MUX_CFG("UART2_TX", C, 27, 1, 3, 3, 0, NA, 0, 0) 35 MUX_CFG("UART2_RX", C, 18, 0, 3, 1, 1, NA, 0, 0) 36 MUX_CFG("UART2_CTS", C, 21, 0, 3, 1, 1, NA, 0, 0) 37 MUX_CFG("UART2_RTS", C, 24, 1, 3, 2, 0, NA, 0, 0) [all …]
|
/linux/tools/perf/pmu-events/arch/x86/nehalemep/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3", 12 "Counter": "0,1,2,3", 13 "CounterMask": "1", 14 "EdgeDetect": "1", 17 "Invert": "1", 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", [all …]
|