/linux-6.14.4/tools/testing/selftests/bpf/verifier/ |
D | jump.c | 219 BPF_MOV64_IMM(BPF_REG_0, 42), 220 BPF_MOV64_IMM(BPF_REG_0, 42), 221 BPF_MOV64_IMM(BPF_REG_0, 42), 222 BPF_MOV64_IMM(BPF_REG_0, 42), 223 BPF_MOV64_IMM(BPF_REG_0, 42), 224 BPF_MOV64_IMM(BPF_REG_0, 42), 225 BPF_MOV64_IMM(BPF_REG_0, 42), 226 BPF_MOV64_IMM(BPF_REG_0, 42), 227 BPF_MOV64_IMM(BPF_REG_0, 42), 228 BPF_MOV64_IMM(BPF_REG_0, 42), [all …]
|
/linux-6.14.4/tools/testing/selftests/hid/tests/ |
D | test_multitouch.py | 492 …42 09 45 81 02 75 06 95 01 09 30 81 02 26 ff 00 75 08 09 51 81 02 75 10 09 38 81 02 95 02 26 ff 0f… 1112 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 75 08 09 51 95 01 81 02 05 01… 1123 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 75 08 09 51 95 01 81 02 05 01… 1134 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 09 51 75 08 95 01 81 02 05 01… 1171 …42 15 00 25 01 95 01 75 01 81 02 09 32 81 02 09 47 81 02 75 05 81 03 09 30 26 ff 00 75 08 81 02 09… 1181 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 09 51 75 08 95 01 81 02 05 01… 1190 …rdesc="05 0d 09 04 a1 01 85 01 09 22 a1 00 09 42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 37 8… 1199 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 08 09 51 95 01 81 02 05 01 26 ff 0f 75… 1208 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 09 51 75 08 95 01 81 02 05 01… 1217 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 08 09 51 95 01 81 02 05 01 15 00 26 ff… [all …]
|
D | test_tablet.py | 1302 …42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02… 1310 …42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02… 1318 …42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02… 1326 …42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02… 1334 …42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02… 1342 …42 15 00 25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02… 1350 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 09 51 75 08 95 01 81 02 05 01… 1358 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 08 09 51 95 01 81 02 05 01 26 ff 3f 75… 1367 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 08 09 51 95 01 81 02 05 01 26 ff 3f 75… 1376 …42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 08 09 51 95 01 81 02 05 01 26 ff 3f 75… [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | verifier_stack_ptr.c | 104 __success __success_unpriv __retval(42) 110 r0 = 42; \ in to_stack_check_high_1() 119 __success __success_unpriv __retval(42) 124 r0 = 42; \ in to_stack_check_high_2() 135 __retval(42) 141 r0 = 42; \ in to_stack_check_high_3() 157 r0 = 42; \ in to_stack_check_high_4() 173 r0 = 42; \ in to_stack_check_high_5() 191 r0 = 42; \ in to_stack_check_high_6() 211 r0 = 42; \ in to_stack_check_high_7() [all …]
|
D | verifier_div0.c | 10 __success __success_unpriv __retval(42) 14 w0 = 42; \ in by_0_zero_check_1_1() 24 __success __success_unpriv __retval(42) 28 w0 = 42; \ in by_0_zero_check_2_1() 38 __success __success_unpriv __retval(42) 42 w0 = 42; \ in div64_by_0_zero_check() 52 __success __success_unpriv __retval(42) 56 w0 = 42; \ in by_0_zero_check_1_2() 66 __success __success_unpriv __retval(42) 70 w0 = 42; \ in by_0_zero_check_2_2() [all …]
|
D | verifier_sdiv.c | 56 w0 = -42; \ in sdiv32_non_zero_imm_4() 68 w0 = 42; \ in sdiv32_non_zero_imm_5() 80 w0 = -42; \ in sdiv32_non_zero_imm_6() 92 w0 = 42; \ in sdiv32_non_zero_imm_7() 155 w0 = -42; \ in sdiv32_non_zero_reg_4() 168 w0 = 42; \ in sdiv32_non_zero_reg_5() 181 w0 = -42; \ in sdiv32_non_zero_reg_6() 194 w0 = 42; \ in sdiv32_non_zero_reg_7() 256 r0 = -42; \ in sdiv64_non_zero_imm_4() 268 r0 = 42; \ in sdiv64_non_zero_imm_5() [all …]
|
D | verifier_private_stack.c | 36 r1 = 42; \ in private_stack_single_prog() 51 r1 = 42; \ in no_private_stack_nested() 87 r1 = 42; \ in private_stack_nested_1() 102 r1 = 42; \ in loop_callback() 160 r1 = 42; \ in private_stack_exception_main_prog() 185 r1 = 42; \ in private_stack_exception_sub_prog()
|
/linux-6.14.4/arch/m68k/ifpsp060/ |
D | itest.sa | 27 dc.l $7fffff80,$4c013402,$42eeff7e,$48ee7fff 32 dc.l $7fffff80,$4c013402,$42eeff7e,$48ee7fff 79 dc.l $42a80004,$3d7c001f,$ff7c44fc,$001f48ee 80 dc.l $7fffff80,$01880000,$42eeff7e,$48ee7fff 99 dc.l $01c80000,$42eeff7e,$48ee7fff,$ffc01228 104 dc.l $aaaa42a8,$fffc4290,$42a80004,$42a80008 106 dc.l $01c80000,$42eeff7e,$48ee7fff,$ffc04aa8 114 dc.l $7fffff80,$01480000,$42eeff7e,$48ee7fff 120 dc.l $7fffff80,$0f880000,$42eeff7e,$48ee7fff 126 dc.l $0f080000,$42eeff7e,$48ee7fff,$ffc03d7c [all …]
|
/linux-6.14.4/drivers/video/logo/ |
D | logo_sgi_clut224.ppm | 53 6 6 6 14 14 14 26 26 26 42 42 42 56 42 42 42 26 26 26 18 18 18 10 10 10 73 22 22 22 42 42 42 66 66 66 86 86 86 132 6 6 6 18 18 18 42 42 42 82 82 82 137 42 42 42 78 78 78 42 42 42 18 18 18 172 14 14 14 42 42 42 86 86 86 10 10 10 252 42 42 42 82 82 82 2 2 6 2 2 6 278 86 86 86 42 42 42 14 14 14 0 0 0 372 42 42 42 86 86 86 6 6 6 116 116 116 392 42 42 42 94 94 94 14 14 14 101 101 101 [all …]
|
D | logo_dec_clut224.ppm | 53 6 6 6 14 14 14 26 26 26 42 42 42 56 42 42 42 26 26 26 18 18 18 10 10 10 73 22 22 22 42 42 42 66 66 66 86 86 86 132 6 6 6 18 18 18 42 42 42 82 82 82 137 42 42 42 78 78 78 42 42 42 18 18 18 172 14 14 14 42 42 42 86 86 86 10 10 10 252 42 42 42 82 82 82 2 2 6 2 2 6 278 86 86 86 42 42 42 14 14 14 0 0 0 372 42 42 42 86 86 86 6 6 6 116 116 116 392 42 42 42 94 94 94 14 14 14 101 101 101 [all …]
|
D | logo_mac_clut224.ppm | 53 6 6 6 14 14 14 26 26 26 42 42 42 56 42 42 42 26 26 26 18 18 18 10 10 10 73 22 22 22 42 42 42 66 66 66 86 86 86 252 42 42 42 82 82 82 2 2 6 2 2 6 278 86 86 86 42 42 42 14 14 14 0 0 0 372 42 42 42 86 86 86 6 6 6 116 116 116 392 42 42 42 94 94 94 14 14 14 101 101 101 409 0 0 0 0 0 0 0 0 0 42 42 42 429 0 0 0 0 0 0 0 0 0 42 42 42 436 218 194 134 211 206 186 42 42 42 2 2 6 [all …]
|
D | logo_sun_clut224.ppm | 53 6 6 6 14 14 14 26 26 26 42 42 42 56 42 42 42 26 26 26 18 18 18 10 10 10 73 22 22 22 42 42 42 66 66 66 86 86 86 132 6 6 6 18 18 18 42 42 42 82 82 82 137 42 42 42 78 78 78 42 42 42 18 18 18 172 14 14 14 42 42 42 86 86 86 10 10 10 252 42 42 42 82 82 82 2 2 6 2 2 6 278 86 86 86 42 42 42 14 14 14 0 0 0 372 42 42 42 86 86 86 6 6 6 116 116 116 392 42 42 42 94 94 94 14 14 14 101 101 101 [all …]
|
D | logo_linux_clut224.ppm | 53 6 6 6 14 14 14 26 26 26 42 42 42 56 42 42 42 26 26 26 18 18 18 10 10 10 73 22 22 22 42 42 42 66 66 66 86 86 86 132 6 6 6 18 18 18 42 42 42 82 82 82 137 42 42 42 78 78 78 42 42 42 18 18 18 172 14 14 14 42 42 42 86 86 86 10 10 10 252 42 42 42 82 82 82 2 2 6 2 2 6 278 86 86 86 42 42 42 14 14 14 0 0 0 372 42 42 42 86 86 86 6 6 6 116 116 116 392 42 42 42 94 94 94 14 14 14 101 101 101 [all …]
|
D | logo_superh_clut224.ppm | 53 6 6 6 14 14 13 26 26 26 42 42 43 56 42 42 43 26 26 26 18 18 18 10 10 10 73 22 22 22 42 42 43 66 66 66 86 86 86 132 6 6 6 18 18 18 42 42 43 82 82 82 137 42 42 43 78 78 78 42 42 43 18 18 18 172 14 14 13 42 42 43 86 86 86 10 10 10 252 42 42 43 82 82 82 2 2 6 2 2 6 278 86 86 86 42 42 43 14 14 13 2 2 2 372 42 42 43 86 86 86 6 6 6 118 118 118 392 42 42 43 94 94 93 14 14 13 102 102 102 [all …]
|
/linux-6.14.4/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | ct.json | 20 "cmdUnderTest": "$TC actions add action ct index 42", 23 "matchPattern": "action order [0-9]*: ct zone 0 pipe.*index 42 ref", 47 "cmdUnderTest": "$TC actions add action ct index 42 cookie deadbeef", 50 "matchPattern": "action order [0-9]*: ct zone 0 pipe.*index 42 ref.*cookie deadbeef", 74 "cmdUnderTest": "$TC actions add action ct clear index 42", 77 "matchPattern": "action order [0-9]*: ct clear pipe.*index 42 ref", 101 …"cmdUnderTest": "$TC actions add action ct clear index 42 cookie aa11bb22cc33dd44ee55ff66aa11b1b2", 104 …"matchPattern": "action order [0-9]*: ct clear pipe.*index 42 ref.*cookie aa11bb22cc33dd44ee55ff66… 128 "cmdUnderTest": "$TC actions add action ct zone 404 index 42", 131 "matchPattern": "action order [0-9]*: ct zone 404 pipe.*index 42 ref", [all …]
|
D | tunnel_key.json | 701 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por… 704 …tion order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*dst_port 6081.*gene… 728 …n tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_port 6081 geneve_opts 0102:80:00880022,04… 731 …y.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*dst_port 6081.*geneve_opt[s]? 0102:80:00880022,… 755 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por… 758 …tion order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*dst_port 6081.*gene… 782 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por… 785 …tion order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*dst_port 6081.*gene… 809 …"cmdUnderTest": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 42 dst_por… 812 …tion order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 42.*dst_port 6081.*gene… [all …]
|
/linux-6.14.4/drivers/gpu/drm/amd/include/ivsrcid/ |
D | ivsrcid_vislands30.h | 165 #define VISLANDS30_IV_SRCID_HOTPLUG_DETECT_A 42 // 0x2a 168 #define VISLANDS30_IV_SRCID_HOTPLUG_DETECT_B 42 // 0x2a 171 #define VISLANDS30_IV_SRCID_HOTPLUG_DETECT_C 42 // 0x2a 174 #define VISLANDS30_IV_SRCID_HOTPLUG_DETECT_D 42 // 0x2a 177 #define VISLANDS30_IV_SRCID_HOTPLUG_DETECT_E 42 // 0x2a 180 #define VISLANDS30_IV_SRCID_HOTPLUG_DETECT_F 42 // 0x2a 183 #define VISLANDS30_IV_SRCID_HPD_RX_A 42 // 0x2a 186 #define VISLANDS30_IV_SRCID_HPD_RX_B 42 // 0x2a 189 #define VISLANDS30_IV_SRCID_HPD_RX_C 42 // 0x2a 192 #define VISLANDS30_IV_SRCID_HPD_RX_D 42 // 0x2a [all …]
|
/linux-6.14.4/Documentation/translations/zh_CN/core-api/ |
D | packing.rst | 61 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 75 56 57 58 59 60 61 62 63 48 49 50 51 52 53 54 55 40 41 42 43 44 45 46 47 32 33 34 35 36 37 38 39 87 39 38 37 36 35 34 33 32 47 46 45 44 43 42 41 40 55 54 53 52 51 50 49 48 63 62 61 60 59 58 57 56 100 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 112 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 124 56 57 58 59 60 61 62 63 48 49 50 51 52 53 54 55 40 41 42 43 44 45 46 47 32 33 34 35 36 37 38 39 134 39 38 37 36 35 34 33 32 47 46 45 44 43 42 41 40 55 54 53 52 51 50 49 48 63 62 61 60 59 58 57 56 145 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
/linux-6.14.4/drivers/gpu/drm/ci/xfails/ |
D | mediatek-mt8173-flakes.txt | 2 # Bug Report: https://lore.kernel.org/linux-mediatek/0b2a1899-15dd-42fa-8f63-ea0ca28dbb17@collabora… 9 # Bug Report: https://lore.kernel.org/linux-mediatek/0b2a1899-15dd-42fa-8f63-ea0ca28dbb17@collabora… 16 # Bug Report: https://lore.kernel.org/linux-mediatek/0b2a1899-15dd-42fa-8f63-ea0ca28dbb17@collabora… 23 # Bug Report: https://lore.kernel.org/linux-mediatek/0b2a1899-15dd-42fa-8f63-ea0ca28dbb17@collabora… 30 # Bug Report: https://lore.kernel.org/linux-mediatek/0b2a1899-15dd-42fa-8f63-ea0ca28dbb17@collabora… 37 # Bug Report: https://lore.kernel.org/linux-mediatek/0b2a1899-15dd-42fa-8f63-ea0ca28dbb17@collabora…
|
D | vkms-none-skips.txt | 11 … 0f 84 6a 01 00 00 8b 42 30 2b 42 28 41 39 c5 0f 8c 6f 01 00 00 49 83 c7 01 49 39 df 74 3b 4b 8b 3… 45 … 0f 84 6a 01 00 00 8b 42 30 2b 42 28 41 39 c5 0f 8c 6f 01 00 00 49 83 c7 01 49 39 df 74 3b 4b 8b 3… 62 … 0f 84 6a 01 00 00 8b 42 30 2b 42 28 41 39 c5 0f 8c 6f 01 00 00 49 83 c7 01 49 39 df 74 3b 4b 8b 3… 96 … 0f 84 6a 01 00 00 8b 42 30 2b 42 28 41 39 c5 0f 8c 6f 01 00 00 49 83 c7 01 49 39 df 74 3b 4b 8b 3…
|
/linux-6.14.4/drivers/gpu/drm/v3d/ |
D | v3d_debugfs.c | 24 REGDEF(33, 42, V3D_HUB_AXICFG), 65 REGDEF(33, 42, V3D_GMP_STATUS(33)), 66 REGDEF(33, 42, V3D_GMP_CFG(33)), 67 REGDEF(33, 42, V3D_GMP_VIO_ADDR(33)), 77 REGDEF(41, 42, V3D_CSD_CURRENT_CFG0(41)), 78 REGDEF(41, 42, V3D_CSD_CURRENT_CFG1(41)), 79 REGDEF(41, 42, V3D_CSD_CURRENT_CFG2(41)), 80 REGDEF(41, 42, V3D_CSD_CURRENT_CFG3(41)), 81 REGDEF(41, 42, V3D_CSD_CURRENT_CFG4(41)), 82 REGDEF(41, 42, V3D_CSD_CURRENT_CFG5(41)), [all …]
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | kvm_ppc.h | 490 * X: doorbell_global_ipi(42): 491 * X: kvmppc_set_host_ipi(42) 493 * X: ppc_msgsnd() -> 42 494 * 42: doorbell_exception(): // from CPU X 495 * 42: ppc_msgsync() 500 * | 105: doorbell_global_ipi(42): 501 * | 105: kvmppc_set_host_ipi(42) 502 * | 42: kvmppc_clear_host_ipi(42) 503 * | 42: smp_ipi_demux_relaxed() 504 * | 42: // returns to executing guest [all …]
|
/linux-6.14.4/tools/testing/selftests/hid/ |
D | hidraw.c | 65 buf[1] = 42; in TEST_F() 73 ASSERT_EQ(buf[1], 42); in TEST_F() 87 buf[1] = 42; in TEST_F() 95 ASSERT_EQ(buf[1], 42); in TEST_F() 147 buf[1] = 42; in TEST_F() 159 ASSERT_EQ(buf[1], 42); in TEST_F() 185 buf[2] = 42; in TEST_F() 201 ASSERT_EQ(output_report[2], 42); in TEST_F()
|
D | hid_bpf.c | 171 buf[1] = 42; in TEST_F() 175 ASSERT_EQ(self->skel->data->callback_check, 42) TH_LOG("callback_check1"); in TEST_F() 218 buf[1] = 42; in TEST_F() 282 buf[1] = 42; in TEST_F() 331 buf[1] = 42; in TEST_F() 361 buf[1] = 42; in TEST_F() 369 ASSERT_EQ(buf[1], 42); in TEST_F() 395 args.data[2] = 42; /* report ID */ in TEST_F() 416 ASSERT_EQ(buf[2], 42); in TEST_F() 441 args.data[2] = 42; /* report ID */ in TEST_F() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/timer/ |
D | samsung,exynos4210-mct.yaml | 176 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>, 196 <&gic GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>, 217 <GIC_PPI 42 IRQ_TYPE_LEVEL_HIGH>; 237 <GIC_PPI 42 IRQ_TYPE_LEVEL_HIGH>, 238 <GIC_PPI 42 IRQ_TYPE_LEVEL_HIGH>, 239 <GIC_PPI 42 IRQ_TYPE_LEVEL_HIGH>, 240 <GIC_PPI 42 IRQ_TYPE_LEVEL_HIGH>;
|