/linux-6.1.9/tools/testing/selftests/cgroup/ |
D | test_cpuset_prs.sh | 151 mkdir A1 152 cd A1 161 cd A1 166 cd A1 170 cd A1 178 [[ -d A1 ]] && rmdir A1 424 rmdir A1/A2/A3 A1/A2 A1 B1 > /dev/null 2>&1 431 for DIR in A1 A1/A2 A1/A2/A3 B1 452 [[ $CGRP = A2 ]] && CGRP=A1/A2 453 [[ $CGRP = A3 ]] && CGRP=A1/A2/A3 [all …]
|
/linux-6.1.9/arch/s390/crypto/ |
D | chacha-s390.S | 444 #define A1 %v4 macro 495 VLR A1,K0 526 VAF A1,A1,B1 532 VX D1,D1,A1 564 VAF A1,A1,B1 570 VX D1,D1,A1 621 VAF A1,A1,B1 627 VX D1,D1,A1 659 VAF A1,A1,B1 665 VX D1,D1,A1 [all …]
|
/linux-6.1.9/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | probepoint.tc | 13 A1=`dec_addr $1` 17 PREV=`expr $A1 - $A2` # offset to previous symbol 24 set_offs `grep -A1 -B1 ${TARGET_FUNC} /proc/kallsyms | cut -f 1 -d " " | xargs`
|
D | kprobe_args_comm.tc | 6 grep -A1 "fetcharg:" README | grep -q "\$comm" || exit_unsupported # this is too old
|
D | kprobe_syntax_errors.tc | 50 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
|
/linux-6.1.9/scripts/kconfig/tests/auto_submenu/ |
D | Kconfig | 21 config A1 config 22 bool "A1" 30 depends on A1
|
D | expected_stdout | 4 A1 (A1) [Y/n/?] (NEW)
|
/linux-6.1.9/arch/mips/mm/ |
D | page.c | 41 #define A1 5 macro 372 uasm_i_ld(buf, reg, off, A1); in build_copy_load() 374 uasm_i_lw(buf, reg, off, A1); in build_copy_load() 393 _uasm_i_pref(buf, pref_src_mode, pref_bias_copy_load + off, A1); in build_copy_load_pref() 496 pg_addiu(&buf, A1, A1, 2 * off); in build_copy_page() 541 pg_addiu(&buf, A1, A1, 2 * off); in build_copy_page() 579 pg_addiu(&buf, A1, A1, 2 * off); in build_copy_page()
|
/linux-6.1.9/Documentation/admin-guide/device-mapper/ |
D | dm-raid.rst | 126 A1 A1 A1 A1 A2 A1 A1 A2 A2 144 A1 A2 A1 A2 A3 A1 A2 A3 A4 148 A2 A1 A3 A1 A2 A2 A1 A4 A3 160 A1 A2 A1 A2 A3 A1 A2 A3 A4 161 A2 A1 A3 A1 A2 A2 A1 A4 A3
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | armada-388-clearfog-pro.dts | 3 * Device Tree file for SolidRun Clearfog Pro revision A1 rev 2.0 (88F6828) 10 model = "SolidRun Clearfog Pro A1";
|
D | armada-388-clearfog-base.dts | 3 * Device Tree file for SolidRun Clearfog Base revision A1 rev 2.0 (88F6828) 12 model = "SolidRun Clearfog Base A1";
|
D | armada-388-clearfog.dts | 3 * Device Tree file for SolidRun Clearfog Pro revision A1 rev 2.0 (88F6828) 12 model = "SolidRun Clearfog A1";
|
D | aspeed-ast2600-evb-a1.dts | 7 model = "AST2600 A1 EVB";
|
/linux-6.1.9/Documentation/devicetree/bindings/interrupt-controller/ |
D | renesas,rza1-irqc.yaml | 7 title: Renesas RZ/A1 Interrupt Controller 14 The RZ/A1 Interrupt Controller is a front-end for the GIC found on Renesas RZ/A1 and
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | satan.S | 317 |--U + A1*U*V*(A2 + V*(A3 + V)), V = U*U 319 |--THE NATURAL FORM IS U + U*V*(A1 + V*(A2 + V*A3)) 320 |--WHAT WE HAVE HERE IS MERELY A1 = A3, A2 = A1/A3, A3 = A2/A3. 322 |--PARTS A1*U*V AND (A2 + ... STUFF) MORE LOAD-BALANCED 332 fmuld ATANA1,%fp1 | ...A1*U*V 333 fmulx %fp2,%fp1 | ...A1*U*V*(A2+V*(A3+V))
|
D | setox.S | 128 | p = R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5)))) 130 | made as "short" as possible: A1 (which is 1/2), A4 and A5 138 | [ S*(A1 + S*(A3 + S*A5)) ] 513 |-- R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5)))) 515 |--[R+R*S*(A2+S*A4)] + [S*(A1+S*(A3+S*A5))] 538 fadds #0x3F000000,%fp2 | ...fp2 IS A1+S*(A3+S*A5) 541 fmulx %fp1,%fp2 | ...fp2 IS S*(A1+S*(A3+S*A5)) 680 |-- R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*(A5 + R*A6))))) 682 |--[R*S*(A2+S*(A4+S*A6))] + [R+S*(A1+S*(A3+S*A5))] 707 fadds #0x3F000000,%fp3 | ...fp3 IS A1+S*(A3+S*A5) [all …]
|
D | slogn.S | 388 |--U + V*(A1+U*(A2+U*(A3+U*(A4+U*(A5+U*A6))))) WHICH IS 389 |--[U + V*(A1+V*(A3+V*A5))] + [U*V*(A2+V*(A4+V*A6))] 404 faddd LOGA1,%fp2 | ...A1+V*(A3+V*A5) 408 fmulx %fp3,%fp2 | ...V*(A1+V*(A3+V*A5)), FP3 RELEASED 411 faddx %fp2,%fp0 | ...U+V*(A1+V*(A3+V*A5)), FP2 RELEASED
|
/linux-6.1.9/tools/perf/arch/csky/util/ |
D | unwind-libdw.c | 23 dwarf_regs[1] = REG(A1); in libdw__arch_set_initial_registers() 59 dwarf_regs[3] = REG(A1); in libdw__arch_set_initial_registers()
|
/linux-6.1.9/rust/alloc/vec/ |
D | partial_eq.rs | 25 __impl_slice_eq1! { [A1: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>, #[stable(feature = "rust…
|
/linux-6.1.9/Documentation/devicetree/bindings/timer/ |
D | renesas,cmt.yaml | 28 - renesas,r8a7740-cmt0 # 32-bit CMT0 on R-Mobile A1 29 - renesas,r8a7740-cmt1 # 48-bit CMT1 on R-Mobile A1 30 - renesas,r8a7740-cmt2 # 32-bit CMT2 on R-Mobile A1 31 - renesas,r8a7740-cmt3 # 32-bit CMT3 on R-Mobile A1 32 - renesas,r8a7740-cmt4 # 32-bit CMT4 on R-Mobile A1
|
/linux-6.1.9/Documentation/devicetree/bindings/clock/ |
D | renesas,cpg-mstp-clocks.yaml | 24 - renesas,r7s72100-mstp-clocks # RZ/A1 26 - renesas,r8a7740-mstp-clocks # R-Mobile A1
|
D | renesas,cpg-clocks.yaml | 23 - const: renesas,r8a7740-cpg-clocks # R-Mobile A1 29 - const: renesas,rz-cpg-clocks # RZ/A1 43 description: Board-specific settings of the MD_CK* bits on R-Mobile A1
|
/linux-6.1.9/arch/arm64/boot/dts/amlogic/ |
D | meson-a1-ad401.dts | 12 model = "Amlogic Meson A1 AD401 Development Board";
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | intel_step.h | 24 func(A1) \
|
/linux-6.1.9/Documentation/admin-guide/media/ |
D | saa7164-cardlist.rst | 51 - 0070:88A1
|