| /linux/lib/crypto/x86/ |
| H A D | sha256-avx-asm.S | 11 # This software is available to you under a choice of one of two 32 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 47 # This code schedules 1 block at a time, with 4 lanes per block 106 a = %eax define 140 # Rotate values of symbols a...h 149 b = a 150 a = TMP_ define 154 ## compute s0 four at a time and s1 two at a time 155 ## compute W[-16] + W[-7] 4 at a time 158 MY_ROR (25-11), y0 # y0 = e >> (25-11) [all …]
|
| H A D | sha256-ssse3-asm.S | 11 # This software is available to you under a choice of one of two 32 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 99 a = %eax define 134 # Rotate values of symbols a...h 143 b = a 144 a = TMP_ define 148 ## compute s0 four at a time and s1 two at a time 149 ## compute W[-16] + W[-7] 4 at a time 152 ror $(25-11), y0 # y0 = e >> (25-11) 153 mov a, y1 # y1 = a [all …]
|
| H A D | sha256-avx2-asm.S | 11 # This software is available to you under a choice of one of two 32 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 48 # This code schedules 2 blocks at a time, with 4 lanes per block 102 a = %eax define 139 # Rotate values of symbols a...h 149 b = a 150 a = TMP_ define 156 mov a, y3 # y3 = a # MAJA 158 rorx $11, e, y1 # y1 = e >> 11 # S1B 161 or c, y3 # y3 = a|c # MAJA [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | unaligned-emul.h | 22 ".section\t__ex_table,\"a\"\n\t" \ 43 ".section\t__ex_table,\"a\"\n\t" \ 73 "11:\tli\t%1, %3\n\t" \ 76 ".section\t__ex_table,\"a\"\n\t" \ 77 STR(PTR_WD)"\t1b, 11b\n\t" \ 78 STR(PTR_WD)"\t2b, 11b\n\t" \ 79 STR(PTR_WD)"\t3b, 11b\n\t" \ 80 STR(PTR_WD)"\t4b, 11b\n\t" \ 104 ".section\t__ex_table,\"a\"\n\t" \ 127 ".section\t__ex_table,\"a\"\n\t" \ [all …]
|
| /linux/arch/m68k/include/asm/ |
| H A D | delay.h | 11 * Delay routines, using a pre-computed "loops_per_jiffy" value. 19 * The 0x4a8e is of course a 'tstl %fp' instruction. This is better 20 * than using a NOP (0x4e71) instruction because it executes in one 22 * for bus cycles to finish. Also fp/a6 isn't likely to cause a 49 * The simpler m68k and ColdFire processors do not have a 32*32->64 50 * multiply instruction. So we need to handle them a little differently. 51 * We use a bit of shifting and a single 32*32->32 multiply to get close. 56 __delay(((((u) * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) 71 * The definition of __const_udelay is specifically made a macro so that 73 * the delay is a const. [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-rapidio | 10 NOTE: An mport ID is not a RapidIO destination ID assigned to a 36 only fabric enumerating mports have a valid destination ID 39 After enumeration or discovery was performed for a given mport device, 48 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001 49 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004 50 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007 51 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002 52 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003 53 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005 54 lrwxrwxrwx 1 root root 0 Feb 11 15:11 device -> ../../../0000:01:00.0 [all …]
|
| H A D | securityfs-secrets-coco | 15 secret appears as a file under <securityfs>/secrets/coco, 23 removes the entry from the filesystem. A secret cannot be read 30 -r--r----- 1 root root 0 Jun 28 11:54 736870e5-84f0-4973-92ec-06879ce3da0b 31 -r--r----- 1 root root 0 Jun 28 11:54 83c83f7f-1356-4975-8b7e-d3a0b54312c6 32 -r--r----- 1 root root 0 Jun 28 11:54 9553f55d-3da2-43ee-ab5d-ff17f78864d2 33 -r--r----- 1 root root 0 Jun 28 11:54 e6f5a162-d67f-4750-a67c-5d065f2a9910 35 Reading the secret data by reading a file:: 40 Wiping a secret by unlinking a file:: 44 -r--r----- 1 root root 0 Jun 28 11:54 736870e5-84f0-4973-92ec-06879ce3da0b 45 -r--r----- 1 root root 0 Jun 28 11:54 83c83f7f-1356-4975-8b7e-d3a0b54312c6 [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | bridge_vlan_dump.sh | 4 # Test bridge VLAN range grouping. VLANs are collapsed into a range entry in 40 bridge -n "$NS" vlan add vid 11 dev dummy0 41 defer bridge -n "$NS" vlan del vid 11 dev dummy0 47 bridge -n "$NS" vlan set vid 11 dev dummy0 neigh_suppress off 48 check_err $? "Failed to set neigh_suppress for VLAN 11" 50 # Verify VLANs are not shown as a range, but individual entries exist 51 bridge -n "$NS" -d vlan show dev dummy0 | grep -q "10-11" 57 bridge -n "$NS" -d vlan show dev dummy0 | grep -Eq "^\S+\s+11$|^\s+11$" 58 check_err $? "VLAN 11 individual entry not found" 61 bridge -n "$NS" vlan set vid 11 dev dummy0 neigh_suppress on [all …]
|
| /linux/tools/thermal/tmon/ |
| H A D | tmon.8 | 4 \fBtmon\fP - A monitoring and testing tool for Linux kernel thermal subsystem 32 - with a built-in Proportional Integral Derivative (\fBPID\fP) 33 controller, user can pair a cooling device to a thermal sensor for 46 The \fB-c --control\fP option sets a cooling device type to control temperature 47 of a thermal zone 70 \fBA \fP active cooling trip point type (fan) 72 \fBA \fP hot trip point type 89 \fBTAB\fP shows tuning pop up panel, choose a letter to modify 124 11 65.0 67 67 0 0 0 0 0 0 0 0 0 0 8 8 8 8 6 0 129 16 65.0 66 66 0 0 0 0 0 0 0 0 0 0 11 11 11 11 6 0 [all …]
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_multitouch.py | 40 "HOVERING": BIT(11), 496 …11 75 10 95 01 35 00 46 c8 37 09 30 81 02 46 68 1f 09 31 81 02 45 00 c0 c0 05 0d 09 06 15 00 26 ff… 501 # this device has *a lot* of different reports, and most of them 502 # have the Touch Screen application. But the first one is a stylus 589 """send a single touch in the first slot of the device, 617 Make sure the kernel sees this as a dual touch. 695 Make sure the kernel sees this as a triple touch. 791 A report should forward an accurate contact count and the kernel 835 """send a single touch in the first slot of the device, with 860 Kernel is supposed to mark the contact with a distance > 0 [all …]
|
| /linux/tools/perf/util/ |
| H A D | blake2s.c | 3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 18 static inline void le32_to_cpu_array(u32 a[], size_t n) in le32_to_cpu_array() argument 21 a[i] = le32_to_cpu((__force __le32)a[i]); in le32_to_cpu_array() 24 static inline void cpu_to_le32_array(u32 a[], size_t n) in cpu_to_le32_array() argument 27 a[i] = (__force u32)cpu_to_le32(a[i]); in cpu_to_le32_array() 31 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 32 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 33 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 34 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 35 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, [all …]
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 16 # mnemonics that begin with lowercase 'v' accept a VEX or EVEX prefix 17 # mnemonics that begin with lowercase 'k' accept a VEX prefix 61 0a: OR Gb,Eb 69 11: ADC Ev,Gv 78 1a: SBB Gb,Eb 95 2a: SUB Gb,Eb 112 3a: CMP Gb,Eb 129 4a: DEC eDX (i64) | REX.WX (o64) 146 5a: POP rDX/r10 (d64) 163 6a: PUSH Ib (d64) [all …]
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 16 # mnemonics that begin with lowercase 'v' accept a VEX or EVEX prefix 17 # mnemonics that begin with lowercase 'k' accept a VEX prefix 61 0a: OR Gb,Eb 69 11: ADC Ev,Gv 78 1a: SBB Gb,Eb 95 2a: SUB Gb,Eb 112 3a: CMP Gb,Eb 129 4a: DEC eDX (i64) | REX.WX (o64) 146 5a: POP rDX/r10 (d64) 163 6a: PUSH Ib (d64) [all …]
|
| /linux/tools/lib/perf/include/perf/ |
| H A D | schedstat-v15.h | 5 "%11u", false, yld_count, v15); 7 "%11u", false, array_exp, v15); 9 "%11u", false, sched_count, v15); 11 "%11u", true, sched_count, v15); 13 "%11u", false, ttwu_count, v15); 15 "%11u", true, ttwu_count, v15); 17 "%11llu", false, rq_cpu_time, v15); 19 "%11llu", true, rq_cpu_time, v15); 21 "%11llu", false, pcount, v15); 29 "load_balance() count on cpu idle", "%11u", true, v15); [all …]
|
| H A D | schedstat-v16.h | 5 "%11u", false, yld_count, v16); 7 "%11u", false, array_exp, v16); 9 "%11u", false, sched_count, v16); 11 "%11u", true, sched_count, v16); 13 "%11u", false, ttwu_count, v16); 15 "%11u", true, ttwu_count, v16); 17 "%11llu", false, rq_cpu_time, v16); 19 "%11llu", true, rq_cpu_time, v16); 21 "%11llu", false, pcount, v16); 29 "load_balance() count on cpu busy", "%11u", true, v16); [all …]
|
| H A D | schedstat-v17.h | 5 "%11u", false, yld_count, v17); 7 "%11u", false, array_exp, v17); 9 "%11u", false, sched_count, v17); 11 "%11u", true, sched_count, v17); 13 "%11u", false, ttwu_count, v17); 15 "%11u", true, ttwu_count, v17); 17 "%11llu", false, rq_cpu_time, v17); 19 "%11llu", true, rq_cpu_time, v17); 21 "%11llu", false, pcount, v17); 29 "load_balance() count on cpu busy", "%11u", true, v17); [all …]
|
| /linux/arch/powerpc/boot/ |
| H A D | crtsavres.S | 25 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 28 * You should have received a copy of the GNU General Public License 33 * As a special exception, if you link this library with files 58 stw 14,-72(11) /* save gp registers */ 61 stw 15,-68(11) 64 stw 16,-64(11) 67 stw 17,-60(11) 70 stw 18,-56(11) 73 stw 19,-52(11) 76 stw 20,-48(11) [all …]
|
| /linux/Documentation/security/secrets/ |
| H A D | coco.rst | 28 The guest firmware may reserve a designated memory area for secret injection, 30 under a ``LINUX_EFI_COCO_SECRET_AREA_GUID`` entry 35 During the VM's launch, the virtual machine manager may inject a secret to that 38 Guest Owner secret data should be a GUIDed table of secret values; the binary 55 Consider a guest performing computations on encrypted files. The Guest Owner 64 Host can't read the decrypted content from memory because it's a 67 Here is a simple example for usage of the efi_secret module in a guest 72 drwxr-xr-x 2 root root 0 Jun 28 11:54 . 73 drwxr-xr-x 3 root root 0 Jun 28 11:54 .. 74 -r--r----- 1 root root 0 Jun 28 11:54 736870e5-84f0-4973-92ec-06879ce3da0b [all …]
|
| /linux/include/dt-bindings/memory/ |
| H A D | mt8186-memory-port.h | 17 * a) Make sure all the ports inside a larb are in one range. 26 * N/A 12G ~ 16G 64 #define IOMMU_PORT_L4_HW_VDEC_RG_CTRL_DMA_EXT MTK_M4U_ID(4, 11) 80 #define IOMMU_PORT_L7_JPGENC_Q_TABLE MTK_M4U_ID(7, 11) 100 #define IOMMU_PORT_L9_IMG_SMTI_D5 MTK_M4U_ID(9, 11) 119 /* LARB 11 -- IMG-2 */ 120 #define IOMMU_PORT_L11_IMG_IMGI_D1 MTK_M4U_ID(11, 0) 121 #define IOMMU_PORT_L11_IMG_IMGBI_D1 MTK_M4U_ID(11, 1) 122 #define IOMMU_PORT_L11_IMG_DMGI_D1 MTK_M4U_ID(11, 2) 123 #define IOMMU_PORT_L11_IMG_DEPI_D1 MTK_M4U_ID(11, 3) [all …]
|
| /linux/fs/smb/common/ |
| H A D | cifs_md4.c | 51 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 52 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument 53 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument 57 u32 a, b, c, d; in md4_transform() local 59 a = hash[0]; in md4_transform() 64 ROUND1(a, b, c, d, in[0], 3); in md4_transform() 65 ROUND1(d, a, b, c, in[1], 7); in md4_transform() 66 ROUND1(c, d, a, b, in[2], 11); in md4_transform() 67 ROUND1(b, c, d, a, in[3], 19); in md4_transform() 68 ROUND1(a, b, c, d, in[4], 3); in md4_transform() [all …]
|
| /linux/lib/crypto/powerpc/ |
| H A D | poly1305-p10le_64.S | 18 # a += m 19 # a = (r + a) % p 20 # a += s 40 # Each word in a vector consists a member of a "r/s" in [a * r/s]. 222 vmulouw 11, 6, 2 227 vaddudm 14, 14, 11 229 vmulouw 11, 6, 3 233 vaddudm 15, 15, 11 240 vmulouw 11, 6, 26 242 vaddudm 16, 16, 11 [all …]
|
| /linux/lib/crypto/ |
| H A D | blake2s.c | 3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 21 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 22 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 23 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 24 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 25 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 26 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 27 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 28 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 29 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, [all …]
|
| H A D | blake2b.c | 3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 21 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 22 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 23 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 24 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 25 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 26 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 27 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, 28 { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 }, 29 { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 }, [all …]
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A D | flower.json | 138 "./tdc_multibatch.py -x par_ -a 500001 -m 5 $DEV2 $BATCH_DIR 100000 5 add", 164 "./tdc_multibatch.py -x par_ -a 500001 -m 5 $DEV2 $BATCH_DIR 100000 5 replace", 226 …dd dev $DEV2 protocol ip prio 1 ingress flower dst_mac e4:11:22:11:4a:51 src_mac e4:11:22:11:4a:50… 228 …dd dev $DEV2 protocol ip prio 1 ingress flower dst_mac e4:11:22:11:4a:51 src_mac e4:11:22:11:4a:50… 247 …"$TC filter add dev $DEV2 protocol ip pref 1 ingress flower dst_mac e4:11:22:11:4a:51 action drop", 266 …"$TC filter add dev $DEV2 protocol ip pref 1 ingress flower dst_mac e4:11:22:11:4a:51 action drop", 269 "matchPattern": " dst_mac e4:11:22:11:4a:51",
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | intel-ixp43x-gateworks-gw2358.dts | 101 * Set up expansion bus config to a really slow timing. 129 * 1 are connected to IRQ 11, all 4 interrupts from IDSEL 2 132 * this with 11, 10, 9, 8 for the 4 pins on IDSEL 1 etc. 138 <0x0800 0 0 1 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 1 is irq 11 */ 143 <0x1000 0 0 1 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 2 is irq 10 */ 146 <0x1000 0 0 4 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT D on slot 2 is irq 11 */ 148 <0x1800 0 0 1 &gpio0 9 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 3 is irq 9 */ 150 <0x1800 0 0 3 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT C on slot 3 is irq 11 */ 153 <0x2000 0 0 1 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 3 is irq 8 */ 154 <0x2000 0 0 2 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 3 is irq 11 */ [all …]
|