Home
last modified time | relevance | path

Searched refs:A2 (Results 1 – 25 of 92) sorted by relevance

1234

/linux-6.1.9/tools/testing/selftests/cgroup/
Dtest_cpuset_prs.sh424 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
474 [[ $CGRP = A2 ]] && CGRP=A1/A2
475 [[ $CGRP = A3 ]] && CGRP=A1/A2/A3
546 set_ctrl_state_noerr A1/A2 $OLD_A2
547 set_ctrl_state_noerr A1/A2/A3 $OLD_A3
551 set_ctrl_state A1/A2 $NEW_A2; ((RETVAL += $?))
552 set_ctrl_state A1/A2/A3 $NEW_A3; ((RETVAL += $?))
/linux-6.1.9/tools/testing/selftests/ftrace/test.d/kprobe/
Dprobepoint.tc14 A2=`dec_addr $2`
17 PREV=`expr $A1 - $A2` # offset to previous symbol
18 NEXT=+`expr $A3 - $A2` # offset to next symbol
/linux-6.1.9/arch/mips/mm/
Dpage.c42 #define A2 6 macro
304 pg_addiu(&buf, A2, A0, off); in build_clear_page()
306 uasm_i_ori(&buf, A2, A0, off); in build_clear_page()
328 uasm_il_bne(&buf, &r, A0, A2, label_clear_pref); in build_clear_page()
334 pg_addiu(&buf, A2, A0, pref_bias_clear_store); in build_clear_page()
345 uasm_il_bne(&buf, &r, A0, A2, in build_clear_page()
457 pg_addiu(&buf, A2, A0, off); in build_copy_page()
459 uasm_i_ori(&buf, A2, A0, off); in build_copy_page()
516 uasm_il_bne(&buf, &r, A2, A0, label_copy_pref_both); in build_copy_page()
522 pg_addiu(&buf, A2, A0, in build_copy_page()
[all …]
/linux-6.1.9/Documentation/admin-guide/device-mapper/
Ddm-raid.rst126 A1 A1 A1 A1 A2 A1 A1 A2 A2
127 A2 A2 A2 A3 A3 A3 A3 A4 A4
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/s390/crypto/
Dchacha-s390.S449 #define A2 %v8 macro
497 VLR A2,K0
527 VAF A2,A2,B2
533 VX D2,D2,A2
565 VAF A2,A2,B2
571 VX D2,D2,A2
622 VAF A2,A2,B2
628 VX D2,D2,A2
660 VAF A2,A2,B2
666 VX D2,D2,A2
[all …]
/linux-6.1.9/arch/m68k/fpsp040/
Dsatan.S317 |--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
331 faddd ATANA2,%fp2 | ...A2+V*(A3+V)
333 fmulx %fp2,%fp1 | ...A1*U*V*(A2+V*(A3+V))
Dsetox.S128 | p = R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5))))
131 | are single precision; A2 and A3 are double precision.
137 | p = [ R + R*S*(A2 + S*A4) ] +
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))]
528 faddd EXPA2,%fp3 | ...fp3 IS A2+S*A4
536 fmulx %fp1,%fp3 | ...fp3 IS S*(A2+S*A4)
539 fmulx %fp0,%fp3 | ...fp3 IS R*S*(A2+S*A4)
542 faddx %fp3,%fp0 | ...fp0 IS R+R*S*(A2+S*A4),
680 |-- R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*(A5 + R*A6)))))
[all …]
Dslogn.S388 |--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))]
403 faddd LOGA2,%fp1 | ...A2+V*(A4+V*A6)
406 fmulx %fp3,%fp1 | ...V*(A2+V*(A4+V*A6))
410 fmulx %fp0,%fp1 | ...U*V*(A2+V*(A4+V*A6))
413 faddx (%a0),%fp1 | ...LOG(F)+U*V*(A2+V*(A4+V*A6))
Dssin.S47 | r + r*s*(A1+s*(A2+ ... + s*A7)), s = r*r.
233 |--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE
264 faddx SINA2,%fp2 | ...A2+T(A4+TA6)
268 fmulx %fp0,%fp2 | ...S(A2+T(A4+TA6))
631 faddx SINA2,%fp1 | ...A2+S(A3+...)
634 fmulx %fp0,%fp1 | ...S(A2+...)
637 faddx SINA1,%fp1 | ...A1+S(A2+...)
700 faddx SINA2,%fp2 | ...A2+S(A3+...)
703 fmulx %fp0,%fp2 | ...S(A2+...)
706 faddx SINA1,%fp2 | ...A1+S(A2+...)
/linux-6.1.9/tools/perf/arch/csky/util/
Dunwind-libdw.c24 dwarf_regs[2] = REG(A2); in libdw__arch_set_initial_registers()
60 dwarf_regs[4] = REG(A2); in libdw__arch_set_initial_registers()
/linux-6.1.9/Documentation/powerpc/
Dcpu_families.rst210 IBM A2 core
217 | A2 core | --> | WSP |
/linux-6.1.9/rust/alloc/vec/
Dpartial_eq.rs25 __impl_slice_eq1! { [A1: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>, #[stable(feature = "rust…
/linux-6.1.9/arch/arm/boot/dts/
Daspeed-ast2600-evb.dts299 * The signal voltage of sdhci0 and sdhci1 on AST2600-A2 EVB is able to be
301 * In the reference design, GPIOV0 of AST2600-A2 EVB is connected to the
309 * AST2600-A2 EVB also supports toggling signal voltage for sdhci1.
Dam57xx-beagle-x15.dts9 /* NOTE: This describes the "original" pre-production A2 revision */
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/
Drenesas,rza2-pinctrl.yaml7 title: Renesas RZ/A2 combined Pin and GPIO controller
14 The Renesas SoCs of the RZ/A2 series feature a combined Pin and GPIO
/linux-6.1.9/drivers/gpu/drm/i915/
Dintel_step.h25 func(A2) \
/linux-6.1.9/samples/pktgen/
Dpktgen_bench_xmit_mode_netif_receive.sh98 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_bench_xmit_mode_queue_xmit.sh78 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_sample02_multiqueue.sh92 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_sample03_burst_single_flow.sh93 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_sample05_flow_per_thread.sh89 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_sample04_many_flows.sh105 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_sample06_numa_awared_queue_irq_affinity.sh110 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
/linux-6.1.9/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.h67 int A2[3]; member
/linux-6.1.9/tools/perf/arch/riscv/util/
Dunwind-libdw.c33 dwarf_regs[12] = REG(A2); in libdw__arch_set_initial_registers()

1234