/linux-6.12.1/arch/csky/lib/ |
D | usercopy.c | 14 " bf 7f \n" in raw_copy_from_user() 19 " bf 1f \n" in raw_copy_from_user() 20 " br 5f \n" in raw_copy_from_user() 22 " bt 3f \n" in raw_copy_from_user() 36 " bt 5f \n" in raw_copy_from_user() 43 "5: cmpnei %0, 0 \n" in raw_copy_from_user() 44 " bf 7f \n" in raw_copy_from_user() 50 " br 5b \n" in raw_copy_from_user() 53 " bf 7f \n" in raw_copy_from_user() 55 " bf 7f \n" in raw_copy_from_user() [all …]
|
/linux-6.12.1/tools/testing/selftests/rseq/ |
D | rseq-mips-bits.h | 19 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in RSEQ_TEMPLATE_IDENTIFIER() 20 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() 22 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error1]) in RSEQ_TEMPLATE_IDENTIFIER() 23 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER() 26 RSEQ_ASM_STORE_RSEQ_CS(1, 3f, rseq_cs) in RSEQ_TEMPLATE_IDENTIFIER() 27 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in RSEQ_TEMPLATE_IDENTIFIER() 40 RSEQ_INJECT_ASM(5) in RSEQ_TEMPLATE_IDENTIFIER() 41 "b 5f\n\t" in RSEQ_TEMPLATE_IDENTIFIER() 42 RSEQ_ASM_DEFINE_ABORT(3, 4, "", abort, 1b, 2b, 4f) in RSEQ_TEMPLATE_IDENTIFIER() 43 "5:\n\t" in RSEQ_TEMPLATE_IDENTIFIER() [all …]
|
D | rseq-arm-bits.h | 19 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in RSEQ_TEMPLATE_IDENTIFIER() 20 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() 22 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error1]) in RSEQ_TEMPLATE_IDENTIFIER() 23 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER() 26 RSEQ_ASM_STORE_RSEQ_CS(1, 3f, rseq_cs) in RSEQ_TEMPLATE_IDENTIFIER() 27 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in RSEQ_TEMPLATE_IDENTIFIER() 42 RSEQ_INJECT_ASM(5) in RSEQ_TEMPLATE_IDENTIFIER() 43 "b 5f\n\t" in RSEQ_TEMPLATE_IDENTIFIER() 44 RSEQ_ASM_DEFINE_ABORT(3, 4, "", abort, 1b, 2b, 4f) in RSEQ_TEMPLATE_IDENTIFIER() 45 "5:\n\t" in RSEQ_TEMPLATE_IDENTIFIER() [all …]
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 36 .long R(de, 6f, 6f, b1), R(91, c5, c5, 54) 41 .long R(8f, ca, ca, 45), R(1f, 82, 82, 9d) 46 .long R(5f, a2, a2, fd), R(45, af, af, ea) 48 .long R(e4, 72, 72, 96), R(9b, c0, c0, 5b) 51 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41) 52 .long R(f5, f7, f7, 02), R(83, cc, cc, 4f) 53 .long R(68, 34, 34, 5c), R(51, a5, a5, f4) 56 .long R(62, 31, 31, 53), R(2a, 15, 15, 3f) 58 .long R(46, 23, 23, 65), R(9d, c3, c3, 5e) 60 .long R(0a, 05, 05, 0f), R(2f, 9a, 9a, b5) [all …]
|
/linux-6.12.1/arch/m68k/lib/ |
D | checksum.c | 47 "jeq 2f\n\t" in csum_partial() 49 "jgt 1f\n\t" in csum_partial() 51 "jra 4f\n" in csum_partial() 59 "lsrl #5,%1\n\t" /* len/32 */ in csum_partial() 60 "jeq 2f\n\t" /* not enough... */ in csum_partial() 88 "jeq 4f\n\t" in csum_partial() 101 "jeq 7f\n\t" in csum_partial() 104 "jlt 5f\n\t" in csum_partial() 108 "jeq 6f\n" in csum_partial() 109 "5:\t" in csum_partial() [all …]
|
D | uaccess.c | 17 " jeq 2f\n" in __generic_copy_from_user() 22 "2: btst #1,%5\n" in __generic_copy_from_user() 23 " jeq 4f\n" in __generic_copy_from_user() 26 "4: btst #0,%5\n" in __generic_copy_from_user() 27 " jeq 6f\n" in __generic_copy_from_user() 28 "5: "MOVES".b (%1)+,%3\n" in __generic_copy_from_user() 34 " btst #1,%5\n" in __generic_copy_from_user() 35 " jeq 8f\n" in __generic_copy_from_user() 37 "8: btst #0,%5\n" in __generic_copy_from_user() 47 " .long 5b,50b\n" in __generic_copy_from_user() [all …]
|
/linux-6.12.1/arch/s390/lib/ |
D | test_modules.h | 5 #define __REPEAT_10000_3(f, x) \ argument 6 f(x ## 0); \ 7 f(x ## 1); \ 8 f(x ## 2); \ 9 f(x ## 3); \ 10 f(x ## 4); \ 11 f(x ## 5); \ 12 f(x ## 6); \ 13 f(x ## 7); \ 14 f(x ## 8); \ [all …]
|
/linux-6.12.1/arch/xtensa/lib/ |
D | checksum.S | 35 bgeu sum, val, 99f ; \ 48 bnez a5, 8f /* branch if 2-byte aligned */ 51 srli a5, a3, 5 /* 32-byte chunks */ 53 loopgtz a5, 2f 55 beqz a5, 2f 56 slli a5, a5, 5 83 loopgtz a5, 3f 85 beqz a5, 3f 97 _bbci.l a3, 1, 5f /* remaining 2-byte chunk */ 101 5: [all …]
|
/linux-6.12.1/Documentation/driver-api/media/drivers/ccs/ |
D | ccs-regs.asc | 5 # - f field LSB MSB rflags 14 # f formula 30 - f major 4 7 31 - f minor 0 3 39 - f 0 2 56 - f rows 0 3 57 - f columns 4 7 58 frame_format_descriptor(n) 0x0042 16 f 60 - f pixels 0 11 61 - f pcode 12 15 [all …]
|
/linux-6.12.1/net/netfilter/ |
D | nft_set_pipapo_avx2.c | 189 * @f: Field, containing lookup and mapping tables 215 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_4b_2() argument 219 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_2() 221 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() 243 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_2() 264 * @f: Field, containing lookup and mapping tables 278 const struct nft_pipapo_field *f, in nft_pipapo_avx2_lookup_4b_4() argument 282 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_4() 284 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_4() 296 NFT_PIPAPO_AVX2_AND(5, 2, 3); in nft_pipapo_avx2_lookup_4b_4() [all …]
|
/linux-6.12.1/drivers/clk/qcom/ |
D | gcc-msm8916.c | 384 .hid_width = 5, 396 .hid_width = 5, 407 F(40000000, P_GPLL0, 10, 1, 2), 408 F(80000000, P_GPLL0, 10, 0, 0), 415 .hid_width = 5, 427 F(19200000, P_XO, 1, 0, 0), 428 F(50000000, P_GPLL0, 16, 0, 0), 429 F(100000000, P_GPLL0, 8, 0, 0), 430 F(133330000, P_GPLL0, 6, 0, 0), 436 .hid_width = 5, [all …]
|
D | gcc-msm8994.c | 106 { P_GPLL4, 5 }, 116 F(50000000, P_GPLL0, 12, 0, 0), 117 F(100000000, P_GPLL0, 6, 0, 0), 118 F(150000000, P_GPLL0, 4, 0, 0), 119 F(171430000, P_GPLL0, 3.5, 0, 0), 120 F(200000000, P_GPLL0, 3, 0, 0), 121 F(240000000, P_GPLL0, 2.5, 0, 0), 128 .hid_width = 5, 140 F(19200000, P_XO, 1, 0, 0), 141 F(125000000, P_GPLL0, 1, 5, 24), [all …]
|
D | mmcc-msm8994.c | 45 { P_GPLL0, 5 } 224 { P_GPLL0, 5 }, 236 { P_GPLL0, 5 }, 248 { P_GPLL0, 5 }, 262 { P_GPLL0, 5 }, 304 F(19200000, P_XO, 1, 0, 0), 305 F(40000000, P_GPLL0, 15, 0, 0), 306 F(80000000, P_MMPLL0, 10, 0, 0), 312 .hid_width = 5, 324 F(75000000, P_GPLL0, 8, 0, 0), [all …]
|
D | gcc-msm8917.c | 150 .enable_mask = BIT(5), 250 F(19200000, P_XO, 1, 0, 0), 251 F(50000000, P_GPLL0, 16, 0, 0), 252 F(100000000, P_GPLL0, 8, 0, 0), 253 F(133330000, P_GPLL0, 6, 0, 0), 259 .hid_width = 5, 271 F(19200000, P_XO, 1, 0, 0), 272 F(50000000, P_GPLL0, 16, 0, 0), 278 .hid_width = 5, 291 .hid_width = 5, [all …]
|
D | gcc-msm8939.c | 243 .enable_mask = BIT(5), 487 { P_GPLL0_AUX, 5 }, 611 .hid_width = 5, 623 .hid_width = 5, 635 .hid_width = 5, 648 .hid_width = 5, 659 F(40000000, P_GPLL0, 10, 1, 2), 660 F(80000000, P_GPLL0, 10, 0, 0), 667 .hid_width = 5, 679 F(19200000, P_XO, 1, 0, 0), [all …]
|
D | gcc-msm8976.c | 192 .enable_mask = BIT(5), 311 { P_GPLL4_OUT_MAIN, 5 }, 451 { P_GPLL4_GFX3D, 5 }, 463 F(19200000, P_XO, 1, 0, 0), 464 F(300000000, P_GPLL4_OUT, 4, 0, 0), 465 F(540000000, P_GPLL6_OUT_MAIN, 2, 0, 0), 471 .hid_width = 5, 483 F(19200000, P_XO, 1, 0, 0), 484 F(300000000, P_GPLL4_OUT, 4, 0, 0), 485 F(540000000, P_GPLL6_OUT_MAIN, 2, 0, 0), [all …]
|
D | mmcc-msm8974.c | 145 { P_GPLL0, 5 } 159 { P_GPLL0, 5 }, 177 { P_GPLL0, 5 }, 193 { P_GPLL0, 5 }, 209 { P_EDPVCO, 5 }, 227 { P_GPLL0, 5 }, 245 { P_GPLL0, 5 }, 261 .hid_width = 5, 272 F(19200000, P_XO, 1, 0, 0), 273 F(37500000, P_GPLL0, 16, 0, 0), [all …]
|
D | gcc-msm8953.c | 161 .enable_mask = BIT(5), 260 F(19200000, P_XO, 1, 0, 0), 261 F(400000000, P_GPLL0, 2, 0, 0), 262 F(576000000, P_GPLL4, 2, 0, 0), 268 .hid_width = 5, 280 .hid_width = 5, 292 F(19200000, P_XO, 1, 0, 0), 293 F(25000000, P_GPLL0_DIV2, 16, 0, 0), 294 F(50000000, P_GPLL0, 16, 0, 0), 295 F(100000000, P_GPLL0, 8, 0, 0), [all …]
|
D | gcc-qcs404.c | 167 .enable_mask = BIT(5), 388 F(19200000, P_XO, 1, 0, 0), 389 F(50000000, P_GPLL0_OUT_MAIN, 16, 0, 0), 390 F(100000000, P_GPLL0_OUT_MAIN, 8, 0, 0), 391 F(133333333, P_GPLL0_OUT_MAIN, 6, 0, 0), 398 .hid_width = 5, 411 F(19200000, P_XO, 1, 0, 0), 412 F(50000000, P_GPLL0_OUT_MAIN, 16, 0, 0), 419 .hid_width = 5, 431 F(960000, P_XO, 10, 1, 2), [all …]
|
D | gcc-sdm660.c | 192 { P_SLEEP_CLK, 5 }, 205 { P_SLEEP_CLK, 5 }, 215 { P_GPLL4, 5 }, 228 { P_GPLL4, 5 }, 244 { P_GPLL4, 5 }, 259 { P_GPLL4, 5 }, 270 F(19200000, P_XO, 1, 0, 0), 271 F(50000000, P_GPLL0, 12, 0, 0), 278 .hid_width = 5, 290 F(960000, P_XO, 10, 1, 2), [all …]
|
/linux-6.12.1/arch/arc/include/asm/ |
D | uaccess.h | 156 " mov.f lp_count, %0 \n" in raw_copy_from_user() 157 " lpnz 2f \n" in raw_copy_from_user() 196 " lp 3f \n" in raw_copy_from_user() 199 "12: ld.ab %5, [%2, 4] \n" in raw_copy_from_user() 203 " st.ab %5, [%1, 4] \n" in raw_copy_from_user() 309 " lsr.f lp_count, %3,4 \n" /* 16x bytes */ in raw_copy_from_user() 310 " lpnz 3f \n" in raw_copy_from_user() 311 "1: ld.ab %5, [%2, 4] \n" in raw_copy_from_user() 315 " st.ab %5, [%1, 4] \n" in raw_copy_from_user() 320 "3: and.f %3,%3,0xf \n" /* stragglers */ in raw_copy_from_user() [all …]
|
/linux-6.12.1/arch/sh/lib/ |
D | checksum.S | 52 bt 2f ! Jump if alignment is ok. 56 bt/s 1f ! Jump if we had at least two bytes. 58 bra 6f 65 bf 2f 68 mov #-5, r0 71 bt/s 4f ! if it's =0, go to 4f 101 bt/s 6f 105 5: 110 bf/s 5b 119 bt 9f ! if it's =0 go to 9f [all …]
|
/linux-6.12.1/arch/powerpc/lib/ |
D | copy_32.S | 36 8 ## n ## 5: \ 46 b 104f; \ 49 b 105f; \ 55 EX_TABLE(8 ## n ## 5b,9 ## n ## 1b); \ 69 beq- 2f 92 blt 7f 107 5: b 2f 108 patch_site 5b, patch__memset_nocache 114 ble 2f 117 beq 3f [all …]
|
/linux-6.12.1/tools/perf/arch/x86/tests/ |
D | insn-x86-dat-32.c | 9 "0f 31 \trdtsc ",}, 10 {{0xc4, 0xe2, 0x7d, 0x13, 0xeb, }, 5, 0, "", "", 96 {{0x66, 0x62, 0x54, 0x01, 0x12, }, 5, 0, "", "", 98 {{0x66, 0x62, 0x54, 0x05, 0x12, }, 5, 0, "", "", 100 {{0x66, 0x62, 0x54, 0x08, 0x12, }, 5, 0, "", "", 102 {{0x66, 0x62, 0x54, 0xc8, 0x12, }, 5, 0, "", "", 117 "0f 41 d8 \tcmovno %eax,%ebx",}, 119 "0f 41 88 78 56 34 12 \tcmovno 0x12345678(%eax),%ecx",}, 121 "66 0f 41 88 78 56 34 12 \tcmovno 0x12345678(%eax),%cx",}, 123 "0f 44 d8 \tcmove %eax,%ebx",}, [all …]
|
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
D | hw_atl2_llh_internal.h | 45 /* rx l2_uc_req_tag0{f}[5:0] bitfield definitions 46 * preprocessor definitions for the bitfield "l2_uc_req_tag0{f}[7:0]". 47 * parameter: filter {f} | stride size 0x8 | range [0, 37] 48 * port="pif_rpf_l2_uc_req_tag0[5:0]" 51 /* register address for bitfield l2_uc_req_tag0{f}[2:0] */ 53 /* bitmask for bitfield l2_uc_req_tag0{f}[2:0] */ 55 /* inverted bitmask for bitfield l2_uc_req_tag0{f}[2:0] */ 57 /* lower bit position of bitfield l2_uc_req_tag0{f}[2:0] */ 59 /* width of bitfield l2_uc_req_tag0{f}[2:0] */ 61 /* default value of bitfield l2_uc_req_tag0{f}[2:0] */ [all …]
|