| /kernel/linux/linux-5.10/lib/raid6/ |
| D | mktables.c | 21 static uint8_t gfmul(uint8_t a, uint8_t b) in gfmul() argument 25 while (b) { in gfmul() 26 if (b & 1) in gfmul() 29 b >>= 1; in gfmul() 35 static uint8_t gfpow(uint8_t a, int b) in gfpow() argument 39 b %= 255; in gfpow() 40 if (b < 0) in gfpow() 41 b += 255; in gfpow() 43 while (b) { in gfpow() 44 if (b & 1) in gfpow() [all …]
|
| /kernel/linux/linux-6.6/lib/raid6/ |
| D | mktables.c | 21 static uint8_t gfmul(uint8_t a, uint8_t b) in gfmul() argument 25 while (b) { in gfmul() 26 if (b & 1) in gfmul() 29 b >>= 1; in gfmul() 35 static uint8_t gfpow(uint8_t a, int b) in gfpow() argument 39 b %= 255; in gfpow() 40 if (b < 0) in gfpow() 41 b += 255; in gfpow() 43 while (b) { in gfpow() 44 if (b & 1) in gfpow() [all …]
|
| /kernel/linux/linux-5.10/arch/s390/lib/ |
| D | uaccess.c | 117 " j 0b\n" in copy_from_user_mvcos() 128 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_from_user_mvcos() 141 tmp1 = -256UL; in copy_from_user_mvcp() 147 " la %1,256(%1)\n" in copy_from_user_mvcp() 148 " la %2,256(%2)\n" in copy_from_user_mvcp() 150 "8: jnz 1b\n" in copy_from_user_mvcp() 163 EX_TABLE(0b,3b) EX_TABLE(2b,3b) EX_TABLE(4b,6b) in copy_from_user_mvcp() 164 EX_TABLE(7b,3b) EX_TABLE(8b,3b) EX_TABLE(9b,6b) in copy_from_user_mvcp() 192 " j 0b\n" in copy_to_user_mvcos() 203 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_to_user_mvcos() [all …]
|
| D | xor.c | 23 "0: xc 0(256,%1),0(%2)\n" in xor_xc_2() 24 " la %1,256(%1)\n" in xor_xc_2() 25 " la %2,256(%2)\n" in xor_xc_2() 26 " brctg 0,0b\n" in xor_xc_2() 45 "0: xc 0(256,%1),0(%2)\n" in xor_xc_3() 46 " xc 0(256,%1),0(%3)\n" in xor_xc_3() 47 " la %1,256(%1)\n" in xor_xc_3() 48 " la %2,256(%2)\n" in xor_xc_3() 49 " la %3,256(%3)\n" in xor_xc_3() 50 " brctg 0,0b\n" in xor_xc_3() [all …]
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
| D | cm81xx.h | 13 #define TI81XX_CM_ACTIVE_MOD 0x0400 /* 256B */ 14 #define TI81XX_CM_DEFAULT_MOD 0x0500 /* 256B */ 16 #define TI81XX_CM_SGX_MOD 0x0900 /* 256B */ 19 #define TI816X_CM_IVAHD0_MOD 0x0600 /* 256B */ 20 #define TI816X_CM_IVAHD1_MOD 0x0700 /* 256B */ 21 #define TI816X_CM_IVAHD2_MOD 0x0800 /* 256B */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/xfails/ |
| D | rockchip-rk3288-fails.txt | 16 kms_plane_cursor@pipe-A-overlay-size-256,Fail 19 kms_plane_cursor@pipe-A-primary-size-256,Fail 22 kms_plane_cursor@pipe-A-viewport-size-256,Fail 24 kms_plane_cursor@pipe-B-overlay-size-128,Fail 25 kms_plane_cursor@pipe-B-overlay-size-256,Fail 26 kms_plane_cursor@pipe-B-overlay-size-64,Fail 27 kms_plane_cursor@pipe-B-primary-size-128,Fail 28 kms_plane_cursor@pipe-B-primary-size-256,Fail 29 kms_plane_cursor@pipe-B-primary-size-64,Fail 30 kms_plane_cursor@pipe-B-viewport-size-128,Fail [all …]
|
| D | rockchip-rk3399-fails.txt | 3 kms_color@pipe-B-legacy-gamma,Fail 25 kms_plane_cursor@pipe-B-overlay-size-128,Fail 26 kms_plane_cursor@pipe-B-overlay-size-256,Fail 27 kms_plane_cursor@pipe-B-overlay-size-64,Fail 28 kms_plane_cursor@pipe-B-primary-size-128,Fail 29 kms_plane_cursor@pipe-B-primary-size-256,Fail 30 kms_plane_cursor@pipe-B-primary-size-64,Fail 31 kms_plane_cursor@pipe-B-viewport-size-128,Fail 32 kms_plane_cursor@pipe-B-viewport-size-256,Fail 33 kms_plane_cursor@pipe-B-viewport-size-64,Fail [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | cm81xx.h | 21 #define TI81XX_CM_ACTIVE_MOD 0x0400 /* 256B */ 22 #define TI81XX_CM_DEFAULT_MOD 0x0500 /* 256B */ 24 #define TI81XX_CM_SGX_MOD 0x0900 /* 256B */ 27 #define TI816X_CM_IVAHD0_MOD 0x0600 /* 256B */ 28 #define TI816X_CM_IVAHD1_MOD 0x0700 /* 256B */ 29 #define TI816X_CM_IVAHD2_MOD 0x0800 /* 256B */
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | metafmt-vsp1-hgo.rst | 25 additionally output the histogram with 64 or 256 bins, resulting in four 31 - In *64 bins maximum mode*, the HGO operates on the maximum of the (R, G, B) 34 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a 35 single 256-bins histogram. Only the YCbCr image format is supported. 36 - In *256 bins maximum mode*, the HGO operates on the maximum of the (R, G, B) 37 channels to compute a single 256-bins histogram. Only the RGB image format is 67 - B/Cb/V max [7:0] 69 - B/Cb/V min [7:0] 75 - :cspan:`4` B/Cb/V sum [31:0] 89 - :cspan:`4` B/Cb/V bin 0 [31:0] [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | pixfmt-meta-vsp1-hgo.rst | 25 additionally output the histogram with 64 or 256 bins, resulting in four 31 - In *64 bins maximum mode*, the HGO operates on the maximum of the (R, G, B) 34 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a 35 single 256-bins histogram. Only the YCbCr image format is supported. 36 - In *256 bins maximum mode*, the HGO operates on the maximum of the (R, G, B) 37 channels to compute a single 256-bins histogram. Only the RGB image format is 67 - B/Cb/V max [7:0] 69 - B/Cb/V min [7:0] 75 - :cspan:`4` B/Cb/V sum [31:0] 89 - :cspan:`4` B/Cb/V bin 0 [31:0] [all …]
|
| /kernel/linux/linux-6.6/arch/s390/lib/ |
| D | xor.c | 24 "0: xc 0(256,%1),0(%2)\n" in xor_xc_2() 25 " la %1,256(%1)\n" in xor_xc_2() 26 " la %2,256(%2)\n" in xor_xc_2() 27 " brctg 0,0b\n" in xor_xc_2() 47 "0: xc 0(256,%1),0(%2)\n" in xor_xc_3() 48 " xc 0(256,%1),0(%3)\n" in xor_xc_3() 49 " la %1,256(%1)\n" in xor_xc_3() 50 " la %2,256(%2)\n" in xor_xc_3() 51 " la %3,256(%3)\n" in xor_xc_3() 52 " brctg 0,0b\n" in xor_xc_3() [all …]
|
| /kernel/linux/linux-6.6/net/sched/ |
| D | cls_route.c | 23 * 1. For now we assume that route tags < 256. 37 struct route4_bucket __rcu *table[256 + 1]; 131 struct route4_bucket *b; in route4_classify() local 164 b = rcu_dereference_bh(head->table[h]); in route4_classify() 165 if (b) { in route4_classify() 166 for (f = rcu_dereference_bh(b->ht[route4_hash_from(id)]); in route4_classify() 172 for (f = rcu_dereference_bh(b->ht[route4_hash_iif(iif)]); in route4_classify() 178 for (f = rcu_dereference_bh(b->ht[route4_hash_wild()]); in route4_classify() 183 if (h < 256) { in route4_classify() 184 h = 256; in route4_classify() [all …]
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | cls_route.c | 22 * 1. For now we assume that route tags < 256. 36 struct route4_bucket __rcu *table[256 + 1]; 129 struct route4_bucket *b; in route4_classify() local 162 b = rcu_dereference_bh(head->table[h]); in route4_classify() 163 if (b) { in route4_classify() 164 for (f = rcu_dereference_bh(b->ht[route4_hash_from(id)]); in route4_classify() 170 for (f = rcu_dereference_bh(b->ht[route4_hash_iif(iif)]); in route4_classify() 176 for (f = rcu_dereference_bh(b->ht[route4_hash_wild()]); in route4_classify() 181 if (h < 256) { in route4_classify() 182 h = 256; in route4_classify() [all …]
|
| /kernel/linux/linux-6.6/crypto/ |
| D | ecrdsa_defs.h | 24 * cp256{a,b,c} curves first defined for GOST R 34.10-2001 in RFC 4357 (as 25 * 256-bit {A,B,C}-ParamSet), but inherited for GOST R 34.10-2012 and 26 * proposed for use in R 50.1.114-2016 and RFC 7836 as the 256-bit curves. 35 static u64 cp256a_p[] = { /* p = 2^256 - 617 */ 53 .ndigits = 256 / 64, 58 .b = cp256a_b 86 .ndigits = 256 / 64, 91 .b = cp256b_b 123 .ndigits = 256 / 64, 128 .b = cp256c_b [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | ecrdsa_defs.h | 24 * cp256{a,b,c} curves first defined for GOST R 34.10-2001 in RFC 4357 (as 25 * 256-bit {A,B,C}-ParamSet), but inherited for GOST R 34.10-2012 and 26 * proposed for use in R 50.1.114-2016 and RFC 7836 as the 256-bit curves. 35 static u64 cp256a_p[] = { /* p = 2^256 - 617 */ 53 .ndigits = 256 / 64, 58 .b = cp256a_b 86 .ndigits = 256 / 64, 91 .b = cp256b_b 123 .ndigits = 256 / 64, 128 .b = cp256c_b [all …]
|
| /kernel/linux/linux-5.10/arch/s390/boot/ |
| D | head_kdump.S | 43 mvc 0(256,%r8),0(%r10) # Copy data mover code 46 mvc 0(256,%r8),0(%r10) # reserved mem 69 mvc 0(256,%r10),0(%r5) # Copy old kernel to tmp 70 mvc 0(256,%r5),0(%r11) # Copy new kernel to old 71 mvc 0(256,%r11),0(%r10) # Copy tmp to new 72 aghi %r11,256 73 aghi %r5,256 75 jl 1b 77 lg %r14,.Lstartup_kdump-0b(%r13) 89 0: lpswe .Lrestart_psw-0b(%r13) # Start new kernel...
|
| /kernel/linux/linux-6.6/arch/s390/boot/ |
| D | head_kdump.S | 42 mvc 0(256,%r8),0(%r10) # Copy data mover code 45 mvc 0(256,%r8),0(%r10) # reserved mem 68 mvc 0(256,%r10),0(%r5) # Copy old kernel to tmp 69 mvc 0(256,%r5),0(%r11) # Copy new kernel to old 70 mvc 0(256,%r11),0(%r10) # Copy tmp to new 71 aghi %r11,256 72 aghi %r5,256 74 jl 1b 76 lg %r14,.Lstartup_kdump-0b(%r13) 88 0: lpswe .Lrestart_psw-0b(%r13) # Start new kernel...
|
| /kernel/linux/linux-5.10/arch/arm64/lib/ |
| D | copy_page.S | 24 prfm pldl1strm, [x1, #256] 37 add x0, x0, #256 46 stnp x2, x3, [x0, #-256] 48 stnp x4, x5, [x0, #16 - 256] 50 stnp x6, x7, [x0, #32 - 256] 52 stnp x8, x9, [x0, #48 - 256] 54 stnp x10, x11, [x0, #64 - 256] 56 stnp x12, x13, [x0, #80 - 256] 58 stnp x14, x15, [x0, #96 - 256] 60 stnp x16, x17, [x0, #112 - 256] [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_core_reloc_nesting.c | 12 char in[256]; 13 char out[256]; 21 int b; member 24 /* int a.a.a and b.b.b accesses */ 30 union core_reloc_nesting_subunion b; member 31 } b; member 44 if (CORE_READ(&out->b.b.b, &in->b.b.b)) in test_core_nesting()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | test_core_reloc_nesting.c | 12 char in[256]; 13 char out[256]; 21 int b; member 24 /* int a.a.a and b.b.b accesses */ 30 union core_reloc_nesting_subunion b; member 31 } b; member 44 if (CORE_READ(&out->b.b.b, &in->b.b.b)) in test_core_nesting()
|
| /kernel/linux/linux-6.6/arch/arm64/lib/ |
| D | copy_page.S | 24 prfm pldl1strm, [x1, #256] 37 add x0, x0, #256 46 stnp x2, x3, [x0, #-256] 48 stnp x4, x5, [x0, #16 - 256] 50 stnp x6, x7, [x0, #32 - 256] 52 stnp x8, x9, [x0, #48 - 256] 54 stnp x10, x11, [x0, #64 - 256] 56 stnp x12, x13, [x0, #80 - 256] 58 stnp x14, x15, [x0, #96 - 256] 60 stnp x16, x17, [x0, #112 - 256] [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kexec/ |
| D | relocate_32.S | 70 * 3) Create a 1:1 mapping for 0-2GiB in chunks of 256M in original TS. 107 bne 1b /* If not, repeat */ 130 /* XXX: As of now we use 256M, 4K pages */ 133 rotlwi r10, r10, 28 /* r10 = 256M */ 134 b write_out 139 b write_out 163 addi r8, r8, (2f-1b) /* Find the target offset */ 179 /* Create 1:1 mapping in 256M pages */ 188 ori r3, r3, (PPC44x_TLB_VALID | PPC44x_TLB_256M) /* SIZE = 256M, Valid */ 208 addi r8, r8, (2f-1b) [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/kexec/ |
| D | relocate_32.S | 70 * 3) Create a 1:1 mapping for 0-2GiB in chunks of 256M in original TS. 107 bne 1b /* If not, repeat */ 130 /* XXX: As of now we use 256M, 4K pages */ 133 rotlwi r10, r10, 28 /* r10 = 256M */ 134 b write_out 139 b write_out 163 addi r8, r8, (2f-1b) /* Find the target offset */ 179 /* Create 1:1 mapping in 256M pages */ 188 ori r3, r3, (PPC44x_TLB_VALID | PPC44x_TLB_256M) /* SIZE = 256M, Valid */ 208 addi r8, r8, (2f-1b) [all …]
|
| /kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/ |
| D | ex.S | 19 .rept 256 28 extu.b r1,r1 35 ! exception no 256 to 511 38 .rept 256 46 extu.b r1,r1 62 .rept 256 67 .rept 256
|
| /kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
| D | ex.S | 19 .rept 256 28 extu.b r1,r1 35 ! exception no 256 to 511 38 .rept 256 46 extu.b r1,r1 62 .rept 256 67 .rept 256
|