| /linux/arch/x86/kernel/acpi/ |
| H A D | cstate.c | 26 * before entering C3. 42 * Today all MP CPUs that support C3 share cache. in acpi_processor_power_init_bm_check() 44 * entering C3 type state. in acpi_processor_power_init_bm_check() 52 * is not required while entering C3 type state. in acpi_processor_power_init_bm_check() 63 * core can keep cache coherence with each other while entering C3 in acpi_processor_power_init_bm_check() 66 * entering C3 type state. in acpi_processor_power_init_bm_check() 72 * not required while entering C3 type state. in acpi_processor_power_init_bm_check() 80 * All Zhaoxin CPUs that support C3 share cache. in acpi_processor_power_init_bm_check() 82 * entering C3 type state. in acpi_processor_power_init_bm_check() 88 * is not required while entering C3 type state. in acpi_processor_power_init_bm_check() [all …]
|
| /linux/lib/crypto/s390/ |
| H A D | chacha-s390.S | 457 #define C3 %v14 macro 517 VLR C3,K2 548 VAF C3,C3,D3 554 VX B3,B3,C3 586 VAF C3,C3,D3 592 VX B3,B3,C3 605 VSLDB C3,C3,C3,8 643 VAF C3,C3,D3 649 VX B3,B3,C3 681 VAF C3,C3,D3 [all …]
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | amlogic-c3.dtsi | 9 #include <dt-bindings/reset/amlogic,c3-reset.h> 10 #include <dt-bindings/clock/amlogic,c3-pll-clkc.h> 11 #include <dt-bindings/clock/amlogic,c3-scmi-clkc.h> 12 #include <dt-bindings/clock/amlogic,c3-peripherals-clkc.h> 13 #include <dt-bindings/power/amlogic,c3-pwrc.h> 14 #include <dt-bindings/gpio/amlogic-c3-gpio.h> 90 compatible = "amlogic,c3-pwrc"; 149 compatible = "amlogic,c3-peripherals-clkc"; 187 compatible = "amlogic,c3-reset"; 193 compatible = "amlogic,c3-wdt", "amlogic,t7-wdt"; [all …]
|
| /linux/lib/crypto/ |
| H A D | polyval.c | 80 u128 c3 = (a0 * (u128)b3) ^ (a1 * (u128)b2) ^ in clmul64() local 95 (((u64)c3) & 0x8888888888888888) ^ extra_lo; in clmul64() 99 (((u64)(c3 >> 64)) & 0x8888888888888888) ^ extra_hi; in clmul64() 129 u64 c3 = (a0 * (u64)b3) ^ (a1 * (u64)b2) ^ in clmul32() local 136 (c3 & 0x8888888888888888); in clmul32() 161 u64 c0, c1, c2, c3, mi0, mi1; in polyval_mul_generic() local 165 * the 256-bit product in @c0 (low) through @c3 (high). in polyval_mul_generic() 168 clmul64(le64_to_cpu(a->hi), le64_to_cpu(b->hi), &c2, &c3); in polyval_mul_generic() 172 mi1 ^= c1 ^ c3; in polyval_mul_generic() 196 * (c1, c2, c3) = (0, in polyval_mul_generic() [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-c3-isp.rst | 16 The C3 ISP can collect different statistics over an input Bayer frame. 17 Those statistics are obtained from the "c3-isp-stats" metadata capture video nodes, 29 The configuration parameters are passed to the c3-isp-params metadata output video node, 31 sub-structs for each configurable area of the ISP, parameters for the C3-ISP 84 Amlogic C3 ISP uAPI data types 87 .. kernel-doc:: include/uapi/linux/media/amlogic/c3-isp-config.h
|
| /linux/arch/arm/include/asm/hardware/ |
| H A D | cp14.h | 55 #define RCP14_DBGDTRTXext() MRC14(0, c0, c3, 2) 60 #define RCP14_DBGBVR3() MRC14(0, c0, c3, 4) 76 #define RCP14_DBGBCR3() MRC14(0, c0, c3, 5) 92 #define RCP14_DBGWVR3() MRC14(0, c0, c3, 6) 108 #define RCP14_DBGWCR3() MRC14(0, c0, c3, 7) 125 #define RCP14_DBGBXVR3() MRC14(0, c1, c3, 1) 140 #define RCP14_DBGOSDLR() MRC14(0, c1, c3, 4) 160 #define WCP14_DBGDTRTXext(val) MCR14(val, 0, c0, c3, 2) 165 #define WCP14_DBGBVR3(val) MCR14(val, 0, c0, c3, 4) 181 #define WCP14_DBGBCR3(val) MCR14(val, 0, c0, c3, 5) [all …]
|
| /linux/arch/arm/include/asm/ |
| H A D | uaccess-asm.h | 50 mcr p15, 0, \tmp, c3, c0, 0 @ Set domain register 62 mcr p15, 0, \tmp, c3, c0, 0 132 DACR( mrc p15, 0, \tmp0, c3, c0, 0) 139 mcr p15, 0, \tmp2, c3, c0, 0 145 mcr p15, 0, \tmp2, c3, c0, 0 153 DACR( mcr p15, 0, \tmp0, c3, c0, 0)
|
| /linux/arch/powerpc/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 52 .macro quarterround4 a1 b1 c1 d1 a2 b2 c2 d2 a3 b3 c3 d3 a4 b4 c4 d4 67 add \c3, \c3, \d3 71 xor \b3, \b3, \c3 91 add \c3, \c3, \d3 95 xor \b3, \b3, \c3 103 #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4) \ argument 106 state##a3 state##b3 state##c3 state##d3 \
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | amlogic,c3-pll-clkc.yaml | 5 $id: http://devicetree.org/schemas/clock/amlogic,c3-pll-clkc.yaml# 8 title: Amlogic C3 series PLL Clock Controller 18 const: amlogic,c3-pll-clkc 54 compatible = "amlogic,c3-pll-clkc";
|
| H A D | amlogic,c3-peripherals-clkc.yaml | 5 $id: http://devicetree.org/schemas/clock/amlogic,c3-peripherals-clkc.yaml# 8 title: Amlogic C3 series Peripheral Clock Controller 18 const: amlogic,c3-peripherals-clkc 84 compatible = "amlogic,c3-peripherals-clkc";
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset_prs.sh | 212 SETUP_A123_PARTITIONS="C1-3:P1:S+ C2-3:P1:S+ C3:P1" 230 "C2-3:P1:S+ C3:P1 . . C3 . . . 0 A1:|A2:3|XA2:3 A1:P1|A2:P1" 231 "C2-3:P1:S+ C3:P1 . . C3 P0 . . 0 A1:3|A2:3 A1:P1|A2:P0" 233 "C2-3:P1:S+ C3:P1 . . C3 . . C0-2 0 A1:|B1:0-2 A1:P1|A2:P1" 242 "C2-3:P1:S+ C3:P1 . . O3=0 O3=1 . . 0 A1:2|A2:3 A1:P1|A2:P1" 243 "C2-3:P1:S+ C3:P2 . . O3=0 O3=1 . . 0 A1:2|A2:3 A1:P1|A2:P2" 244 "C2-3:P1:S+ C3:P1 . . O2=0 O2=1 . . 0 A1:2|A2:3 A1:P1|A2:P1" 245 "C2-3:P1:S+ C3:P2 . . O2=0 O2=1 . . 0 A1:2|A2:3 A1:P1|A2:P2" 246 "C2-3:P1:S+ C3:P1 . . O2=0 . . . 0 A1:|A2:3 A1:P1|A2:P1" 247 "C2-3:P1:S+ C3:P1 . . O3=0 . . . 0 A1:2|A2: A1:P1|A2:P1" [all …]
|
| /linux/drivers/comedi/drivers/ |
| H A D | amplc_dio200_pci.c | 175 * 1 PPI-X-C3 PPI-X-C3 PPI-X-C3 177 * 3 PPI-Y-C3 PPI-Y-C3 unused 185 * 1 PPI-X-C3 PPI-X1-C3 187 * 3 PPI-Y-C3 PPI-Y1-C3 189 * 5 PPI-Z-C3 CTR-Z2-OUT1
|
| H A D | amplc_dio200.c | 142 * 1 PPI-X-C3 PPI-X-C3 144 * 3 CTR-Y2-OUT1 PPI-Y-C3 152 * 1 CTR-X2-OUT1 PPI-X-C3 154 * 3 CTR-Y2-OUT1 PPI-Y-C3 156 * 5 CTR-Z2-OUT1 PPI-Z-C3
|
| /linux/arch/arm/mm/ |
| H A D | tlb-v7.S | 50 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable) 52 ALT_SMP(mcr p15, 0, r0, c8, c3, 1) @ TLB invalidate U MVA (shareable) 79 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable) 81 ALT_SMP(mcr p15, 0, r0, c8, c3, 1) @ TLB invalidate U MVA (shareable)
|
| /linux/drivers/watchdog/ |
| H A D | sbc_epx_c3.c | 3 * SBC EPX C3 0.1 A Hardware Watchdog Device for the Winsystems EPX-C3 109 .identity = "Winsystems EPX-C3 H/W Watchdog", in epx_c3_ioctl() 194 pr_info("Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n"); in watchdog_init() 214 MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC. "
|
| /linux/drivers/clk/meson/ |
| H A D | Kconfig | 136 tristate "Amlogic C3 PLL clock controller" 145 AKA C3. Say Y if you want the board to work, because PLLs are the parent 149 tristate "Amlogic C3 peripherals clock controller" 159 C308L devices, AKA C3. Say Y if you want the peripherals clock to
|
| /linux/arch/mips/include/asm/sibyte/ |
| H A D | board.h | 25 #define setleds(t0, t1, c0, c1, c2, c3) \ 33 li t1, c3; \ 36 #define setleds(t0, t1, c0, c1, c2, c3)
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.8 | 162 \fBC1, C2, C3...\fP The number times Linux requested the C1, C2, C3 idle state during the measureme… 164 \fBC1+, C2+, C3+...\fP The idle governor idle state misprediction statistics. Inidcates the number … 166 \fBC1-, C2-, C3-...\fP The idle governor idle state misprediction statistics. Inidcates the number … 168 \fBC1%, C2%, C3%\fP The residency percentage that Linux requested C1, C2, C3.... The system summar… 170 \fBCPU%c1, CPU%c3, CPU%c6, CPU%c7\fP show the percentage residency in hardware core idle states. T… 230 C1 C1E C3 C6 C7s C1% C1E% C3% C6% C7s% 318 cpu7: MSR_PKG_CST_CONFIG_CONTROL: 0x1e008008 (UNdemote-C3, UNdemote-C1, demote-C3, demote-C1, locke… 327 cpu7: C3: MWAIT 0x10
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-tpm | 97 PCR-00: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 98 PCR-01: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 99 PCR-02: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 100 PCR-03: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 101 PCR-04: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 145 C3 91 FF 44 1E CF 7C 39 FE 17 77 21 20 BD CE 9B
|
| /linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
| H A D | uncore-power.json | 156 "BriefDescription": "Package C State Residency - C3", 162 …Residency - C3 : Counts the number of cycles when the package was in C3. This event can be used i… 196 "BriefDescription": "Number of cores in C-State : C3", 202 …"PublicDescription": "Number of cores in C-State : C3 : This is an occupancy event that tracks the…
|
| /linux/lib/crypto/riscv/ |
| H A D | chacha-riscv64-zvkb.S | 77 a2, b2, c2, d2, a3, b3, c3, d3 96 vadd.vv \c3, \c3, \d3 100 vxor.vv \b3, \b3, \c3 124 vadd.vv \c3, \c3, \d3 128 vxor.vv \b3, \b3, \c3
|
| /linux/arch/x86/ |
| H A D | Kconfig.cpu | 41 - "CyrixIII/VIA C3" for VIA Cyrix III or VIA C3. 42 - "VIA C3-2" for VIA C3-2 "Nehemiah" (model 9 and above). 212 bool "CyrixIII/VIA-C3" 215 Select this for a Cyrix III or C3 chip. Presently Linux and GCC 224 bool "VIA C3-2 (Nehemiah)" 227 Select this for a VIA C3 "Nehemiah". Selecting this enables usage
|
| /linux/tools/perf/pmu-events/arch/x86/icelakex/ |
| H A D | uncore-power.json | 157 "BriefDescription": "Package C State Residency - C3", 163 …Residency - C3 : Counts the number of cycles when the package was in C3. This event can be used i… 197 "BriefDescription": "Number of cores in C-State : C3", 203 …"PublicDescription": "Number of cores in C-State : C3 : This is an occupancy event that tracks the…
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | br_netfilter_queue.sh | 17 setup_ns c1 c2 c3 sender 47 port_add "$c3" "c3" 3
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-ipq4019-ap.dk04.1-c3.dts | 7 model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK04.1-C3"; 8 compatible = "qcom,ipq4019-ap-dk04.1-c3", "qcom,ipq4019";
|