/linux-6.3-rc2/include/uapi/linux/ |
A D | keyboard.h | 49 #define K_F1 K(KT_FN,0) 50 #define K_F2 K(KT_FN,1) 51 #define K_F3 K(KT_FN,2) 52 #define K_F4 K(KT_FN,3) 53 #define K_F5 K(KT_FN,4) 54 #define K_F6 K(KT_FN,5) 55 #define K_F7 K(KT_FN,6) 56 #define K_F8 K(KT_FN,7) 57 #define K_F9 K(KT_FN,8) 58 #define K_F10 K(KT_FN,9) [all …]
|
/linux-6.3-rc2/crypto/ |
A D | wp512.c | 877 K[0] = L[0]; in wp512_process_buffer() 878 K[1] = L[1]; in wp512_process_buffer() 879 K[2] = L[2]; in wp512_process_buffer() 894 K[0]; in wp512_process_buffer() 904 K[1]; in wp512_process_buffer() 914 K[2]; in wp512_process_buffer() 924 K[3]; in wp512_process_buffer() 934 K[4]; in wp512_process_buffer() 944 K[5]; in wp512_process_buffer() 954 K[6]; in wp512_process_buffer() [all …]
|
A D | sm3.c | 15 static const u32 ____cacheline_aligned K[64] = { variable 85 R1(a, b, c, d, e, f, g, h, K[0], I(0), I(4)); in sm3_transform() 86 R1(d, a, b, c, h, e, f, g, K[1], I(1), I(5)); in sm3_transform() 87 R1(c, d, a, b, g, h, e, f, K[2], I(2), I(6)); in sm3_transform() 88 R1(b, c, d, a, f, g, h, e, K[3], I(3), I(7)); in sm3_transform() 89 R1(a, b, c, d, e, f, g, h, K[4], W1(4), I(8)); in sm3_transform() 90 R1(d, a, b, c, h, e, f, g, K[5], W1(5), I(9)); in sm3_transform() 91 R1(c, d, a, b, g, h, e, f, K[6], W1(6), I(10)); in sm3_transform() 92 R1(b, c, d, a, f, g, h, e, K[7], W1(7), I(11)); in sm3_transform() 93 R1(a, b, c, d, e, f, g, h, K[8], W1(8), I(12)); in sm3_transform() [all …]
|
/linux-6.3-rc2/include/crypto/internal/ |
A D | des.h | 59 u32 K[6]; in des3_ede_verify_key() local 61 memcpy(K, key, DES3_EDE_KEY_SIZE); in des3_ede_verify_key() 63 if ((!((K[0] ^ K[2]) | (K[1] ^ K[3])) || in des3_ede_verify_key() 64 !((K[2] ^ K[4]) | (K[3] ^ K[5]))) && in des3_ede_verify_key() 68 if ((!((K[0] ^ K[4]) | (K[1] ^ K[5]))) && fips_enabled) in des3_ede_verify_key() 73 memzero_explicit(K, DES3_EDE_KEY_SIZE); in des3_ede_verify_key()
|
/linux-6.3-rc2/arch/sparc/net/ |
A D | bpf_jit_comp_32.c | 68 #define SETHI(K, REG) \ argument 70 #define OR_LO(K, REG) \ argument 403 emit_alu_K(ADD, K); in bpf_jit_compile() 409 emit_alu_K(SUB, K); in bpf_jit_compile() 415 emit_alu_K(AND, K); in bpf_jit_compile() 421 emit_alu_K(OR, K); in bpf_jit_compile() 428 emit_alu_K(XOR, K); in bpf_jit_compile() 434 emit_alu_K(SLL, K); in bpf_jit_compile() 449 if (K == 1) in bpf_jit_compile() 487 if (!K) { in bpf_jit_compile() [all …]
|
/linux-6.3-rc2/Documentation/networking/device_drivers/atm/ |
A D | iphase.rst | 24 - Supports 4K VCs for the server board (with 512K control memory) and 1K 25 VCs for the client board (with 128K control memory). 31 including x575 (OC3, control memory 128K , 512K and packet memory 128K, 32 512K and 1M), x525 (UTP25) and x531 (DS3 and E3). See 93 The (i)Chip boards have 3 different packet RAM size variants: 128K, 512K and 101 128K 64K 64K 10K 10K 6 6 102 512K 256K 256K 10K 10K 25 25 103 1M 512K 512K 10K 10K 51 51 115 - RX_SIZE = size of receive buffers in the range (48-64K) 117 - TX_SIZE = size of transmit buffers in the range (48-64K)
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | atomic_ll_sc.h | 16 #define K macro 106 ATOMIC_OPS(and, and, K) in ATOMIC_OPS() 107 ATOMIC_OPS(or, orr, K) in ATOMIC_OPS() 108 ATOMIC_OPS(xor, eor, K) in ATOMIC_OPS() 278 __CMPXCHG_CASE(w, b, , 8, , , , , K) 279 __CMPXCHG_CASE(w, h, , 16, , , , , K) 280 __CMPXCHG_CASE(w, , , 32, , , , , K) 282 __CMPXCHG_CASE(w, b, acq_, 8, , a, , "memory", K) 283 __CMPXCHG_CASE(w, h, acq_, 16, , a, , "memory", K) 284 __CMPXCHG_CASE(w, , acq_, 32, , a, , "memory", K) [all …]
|
/linux-6.3-rc2/drivers/base/ |
A D | node.c | 399 nid, K(i.totalram), in node_read_meminfo() 400 nid, K(i.freeram), in node_read_meminfo() 401 nid, K(i.totalram - i.freeram), in node_read_meminfo() 402 nid, K(swapcached), in node_read_meminfo() 420 nid, K(i.totalhigh), in node_read_meminfo() 421 nid, K(i.freehigh), in node_read_meminfo() 458 nid, K(i.sharedram), in node_read_meminfo() 468 nid, K(sreclaimable + in node_read_meminfo() 471 nid, K(sreclaimable), in node_read_meminfo() 472 nid, K(sunreclaimable) in node_read_meminfo() [all …]
|
/linux-6.3-rc2/Documentation/admin-guide/media/ |
A D | dvb_intro.rst | 151 TRANSMISSION_MODE = 8K 179 TRANSMISSION_MODE = 8K 194 TRANSMISSION_MODE = 8K 209 TRANSMISSION_MODE = 8K 224 TRANSMISSION_MODE = 8K 239 TRANSMISSION_MODE = 8K 254 TRANSMISSION_MODE = 8K 269 TRANSMISSION_MODE = 8K 284 TRANSMISSION_MODE = 8K 299 TRANSMISSION_MODE = 8K [all …]
|
/linux-6.3-rc2/arch/sparc/crypto/ |
A D | des_glue.c | 77 const u64 *K = ctx->encrypt_expkey; in sparc_des_encrypt() local 85 const u64 *K = ctx->decrypt_expkey; in sparc_des_decrypt() local 226 const u64 *K = ctx->encrypt_expkey; in sparc_des3_ede_encrypt() local 249 const u64 *K; in __ecb3_crypt() local 258 K = &ctx->encrypt_expkey[0]; in __ecb3_crypt() 260 K = &ctx->decrypt_expkey[0]; in __ecb3_crypt() 261 des3_ede_sparc64_load_keys(K); in __ecb3_crypt() 295 const u64 *K; in __cbc3_crypt() local 304 K = &ctx->encrypt_expkey[0]; in __cbc3_crypt() 306 K = &ctx->decrypt_expkey[0]; in __cbc3_crypt() [all …]
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-kernel-mm-damon | 21 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/state 35 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/pid 41 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/nr_contexts 48 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/avail_operations 54 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/operations 103 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/targets/nr_targets 110 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/targets/<T>/pid_target 139 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/nr_schemes 146 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/action 188 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/ms [all …]
|
A D | sysfs-bus-siox | 3 Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <u.kleine-koenig@pengutronix.d… 16 Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <u.kleine-koenig@pengutronix.d… 33 Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <u.kleine-koenig@pengutronix.d… 39 Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <u.kleine-koenig@pengutronix.d… 47 Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <u.kleine-koenig@pengutronix.d… 54 Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <u.kleine-koenig@pengutronix.d… 60 Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <u.kleine-koenig@pengutronix.d… 67 Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <u.kleine-koenig@pengutronix.d… 73 Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <u.kleine-koenig@pengutronix.d… 81 Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <u.kleine-koenig@pengutronix.d… [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/rtc/ |
A D | armada-380-rtc.txt | 1 * Real Time Clock of the Armada 38x/7K/8K SoCs 3 RTC controller for the Armada 38x, 7K and 8K SoCs 8 "marvell,armada-8k-rtc" for Aramda 7K/8K SoCs
|
/linux-6.3-rc2/tools/perf/bench/ |
A D | mem-functions.c | 29 #define K 1024 macro 100 if (x < K) \ 102 else if (x < K * K) \ 103 printf(" %14lfd KB/sec\n", x / K); \ 104 else if (x < K * K * K) \ 105 printf(" %14lf MB/sec\n", x / K / K); \ 107 printf(" %14lf GB/sec\n", x / K / K / K); \
|
/linux-6.3-rc2/Documentation/misc-devices/ |
A D | eeprom.rst | 28 24C01 1K 0x50 (shadows at 0x51 - 0x57) 29 24C01A 1K 0x50 - 0x57 (Typical device on DIMMs) 30 24C02 2K 0x50 - 0x57 31 24C04 4K 0x50, 0x52, 0x54, 0x56 35 24C16 16K 0x50 (additional data at 0x51 - 0x57) 36 Sony 2K 0x57 38 Atmel 34C02B 2K 0x50 - 0x57, SW write protect at 0x30-37 39 Catalyst 34FC02 2K 0x50 - 0x57, SW write protect at 0x30-37 40 Catalyst 34RC02 2K 0x50 - 0x57, SW write protect at 0x30-37 41 Fairchild 34W02 2K 0x50 - 0x57, SW write protect at 0x30-37 [all …]
|
/linux-6.3-rc2/tools/bpf/ |
A D | bpf_dbg.c | 641 r->R = K; in bpf_single_step() 719 r->A = K; in bpf_single_step() 722 r->X = K; in bpf_single_step() 731 r->Pc += K; in bpf_single_step() 764 r->A <<= K; in bpf_single_step() 776 r->A += K; in bpf_single_step() 782 r->A -= K; in bpf_single_step() 788 r->A *= K; in bpf_single_step() 823 r->A &= K; in bpf_single_step() 829 r->A |= K; in bpf_single_step() [all …]
|
/linux-6.3-rc2/lib/crypto/ |
A D | des.c | 583 B = K[0]; A = K[1]; K += d; \ 792 ROUND(L, R, A, B, K, 2); in des_encrypt() 793 ROUND(R, L, A, B, K, 2); in des_encrypt() 813 ROUND(L, R, A, B, K, -2); in des_decrypt() 814 ROUND(R, L, A, B, K, -2); in des_decrypt() 855 ROUND(L, R, A, B, K, 2); in des3_ede_encrypt() 856 ROUND(R, L, A, B, K, 2); in des3_ede_encrypt() 859 ROUND(R, L, A, B, K, 2); in des3_ede_encrypt() 860 ROUND(L, R, A, B, K, 2); in des3_ede_encrypt() 863 ROUND(L, R, A, B, K, 2); in des3_ede_encrypt() [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_CN/arm64/ |
A D | hugetlbpage.rst | 42 4K: 64K 2M 32M 1G 43 16K: 2M 32M 1G 44 64K: 2M 512M 16G
|
/linux-6.3-rc2/Documentation/translations/zh_TW/arm64/ |
A D | hugetlbpage.rst | 45 4K: 64K 2M 32M 1G 46 16K: 2M 32M 1G 47 64K: 2M 512M 16G
|
/linux-6.3-rc2/Documentation/features/scripts/ |
A D | features-refresh.sh | 14 K=$F 17 K=$(echo $F | sed -e 's/^!//g') 47 K_GREP=$(grep "$K" $K_FILES) 65 K_GREP=$(grep "$K" $K_FILES)
|
/linux-6.3-rc2/tools/testing/kunit/test_data/ |
A D | test_is_test_passed-no_tests_run_no_header.log | 14 Memory: 27868K/56932K available (1681K kernel code, 480K rwdata, 400K rodata, 89K init, 205K bss, 2…
|
A D | test_output_isolated_correctly.log | 6 Memory: 254468K/283500K available (1734K kernel code, 489K rwdata, 396K rodata, 85K init, 216K bss,…
|
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/ |
A D | marvell,armada-8k-pic.txt | 1 Marvell Armada 7K/8K PIC Interrupt controller 5 controller available on the Marvell Armada 7K/8K ARM64 SoCs, and
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | f71805f.rst | 84 in1 VIN1 VTT1.2V 10K - 1.00 1.20 V 85 in2 VIN2 VRAM 100K 100K 2.00 ~1.25 V [1]_ 86 in3 VIN3 VCHIPSET 47K 100K 1.47 2.24 V [2]_ 87 in4 VIN4 VCC5V 200K 47K 5.25 0.95 V 88 in5 VIN5 +12V 200K 20K 11.00 1.05 V 89 in6 VIN6 VCC1.5V 10K - 1.00 1.50 V 90 in7 VIN7 VCORE 10K - 1.00 ~1.40 V [1]_ 91 in8 VIN8 VSB5V 200K 47K 1.00 0.95 V
|
/linux-6.3-rc2/arch/arm64/boot/dts/mediatek/ |
A D | mt7986a-rfb.dts | 120 bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */ 125 bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */ 129 bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */ 134 bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */ 149 bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */ 154 bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */ 158 bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */ 163 bias-pull-up = <MTK_PUPD_SET_R1R0_01>; /* pull-up 10K */
|