Home
last modified time | relevance | path

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

12345

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh70 rmdir A1/A2/A3 A1/A2 A1 B1 > /dev/null 2>&1
445 rmdir A1/A2/A3 A1/A2 A1 B1 > /dev/null 2>&1
452 for DIR in A1 A1/A2 A1/A2/A3 B1
473 [[ $CGRP = A2 ]] && CGRP=A1/A2
474 [[ $CGRP = A3 ]] && CGRP=A1/A2/A3
495 [[ $CGRP = A2 ]] && CGRP=A1/A2
496 [[ $CGRP = A3 ]] && CGRP=A1/A2/A3
567 set_ctrl_state_noerr A1/A2 $OLD_A2
568 set_ctrl_state_noerr A1/A2/A3 $OLD_A3
572 set_ctrl_state A1/A2 $NEW_A2; ((RETVAL += $?))
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dprobepoint.tc14 A2=`dec_addr $2`
17 PREV=`expr $A1 - $A2` # offset to previous symbol
18 NEXT=+`expr $A3 - $A2` # offset to next symbol
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-config.svg1A2 2 0 0 0 29.3 11l-2.36-4a2 2 0 0 0-1.73-1 2 2 0 0 0-.64.1l-2.43.82a11.35 11.35 0 0 0-1.31-.75l-.…
H A Dicon-visibility-off.svg1 …5c-2.8 0-5 1.44-6.82 4.43A10.22 10.22 0 0 0 4 11.25zm3-1.53A2 2 0 0 0 9.72 7zM6.28 9L9 6.28A2 2 0 …
/openbmc/linux/arch/mips/mm/
H A 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()
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()
522 pg_addiu(&buf, A2, A0, in build_copy_page()
557 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()
565 pg_addiu(&buf, A2, A0, pref_bias_copy_store); in build_copy_page()
[all …]
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A 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
/openbmc/linux/arch/s390/crypto/
H A Dchacha-s390.S498 VLR A2,K0
528 VAF A2,A2,B2
534 VX D2,D2,A2
566 VAF A2,A2,B2
572 VX D2,D2,A2
623 VAF A2,A2,B2
629 VX D2,D2,A2
661 VAF A2,A2,B2
667 VX D2,D2,A2
775 VAF A2,A2,K0
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A 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))
H A Dsetox.S128 | p = R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5))))
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),
682 |--[R*S*(A2+S*(A4+S*A6))] + [R+S*(A1+S*(A3+S*A5))]
706 faddd EM1A2,%fp2 | ...fp2 IS A2+S*(A4+S*A6)
[all …]
H A 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))
H A 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+...)
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dchassis.hpp60 A2, enumerator
133 {EnvironmentalClass::A2, "A2"},
/openbmc/linux/tools/perf/arch/csky/util/
H A Dunwind-libdw.c25 dwarf_regs[2] = REG(A2); in libdw__arch_set_initial_registers()
61 dwarf_regs[4] = REG(A2); in libdw__arch_set_initial_registers()
/openbmc/linux/Documentation/powerpc/
H A Dcpu_families.rst223 IBM A2 core
230 | A2 core | --> | WSP |
/openbmc/linux/rust/alloc/vec/
H A Dpartial_eq.rs25 __impl_slice_eq1! { [A1: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>, #[stable(feature = "rust…
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A 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
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A 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.
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Dfind-chroot.sh55 syms=`objdump -d $f | egrep callq | egrep 'chroot@plt' -A2 | egrep 'chroot|chdir'`
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam57xx-beagle-x15.dts9 /* NOTE: This describes the "original" pre-production A2 revision */
/openbmc/u-boot/test/fs/
H A Dfs-test.sh436 md5_src=`grep -A2 "$1" "$2" | grep "md5 for" | tr -d '\r'`
521 grep -A2 "Test Case 11a " "$1" | grep -q '1048576 bytes written'
531 grep -A2 "Test Case 13a " "$1" | grep -q '1048576 bytes written'
/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.h67 int A2[3]; member
/openbmc/linux/samples/pktgen/
H A Dpktgen_bench_xmit_mode_queue_xmit.sh82 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
H A Dpktgen_bench_xmit_mode_netif_receive.sh102 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_step.h29 func(A2) \
/openbmc/linux/tools/perf/arch/riscv/util/
H A Dunwind-libdw.c34 dwarf_regs[12] = REG(A2); in libdw__arch_set_initial_registers()

12345