/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 70 rmdir A1/A2/A3 A1/A2 A1 B1 > /dev/null 2>&1 171 mkdir A1 172 cd A1 181 cd A1 186 cd A1 190 cd A1 198 [[ -d A1 ]] && rmdir A1 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 [all …]
|
/openbmc/linux/arch/s390/crypto/ |
H A D | chacha-s390.S | 445 #define A1 %v4 macro 496 VLR A1,K0 527 VAF A1,A1,B1 533 VX D1,D1,A1 565 VAF A1,A1,B1 571 VX D1,D1,A1 622 VAF A1,A1,B1 628 VX D1,D1,A1 660 VAF A1,A1,B1 666 VX D1,D1,A1 [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | probepoint.tc | 13 A1=`dec_addr $1` 17 PREV=`expr $A1 - $A2` # offset to previous symbol 24 set_offs `grep -v __pfx_ /proc/kallsyms | grep -A1 -B1 ${TARGET_FUNC} | cut -f 1 -d " " | xargs`
|
H A D | kprobe_args_comm.tc | 6 grep -A1 "fetcharg:" README | grep -q "\$comm" || exit_unsupported # this is too old
|
/openbmc/linux/drivers/clk/meson/ |
H A D | Kconfig | 110 tristate "Amlogic A1 SoC PLL controller support" 117 device, A1 SoC Family. Say Y if you want A1 PLL clock controller 121 tristate "Amlogic A1 SoC Peripherals clock controller support" 128 device, A1 SoC Family. Say Y if you want A1 Peripherals clock
|
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/ |
H A D | Kconfig | 19 config A1 config 20 bool "A1" 28 depends on A1
|
H A D | expected_stdout | 4 A1 (A1) [Y/n/?] (NEW)
|
/openbmc/linux/scripts/kconfig/tests/auto_submenu/ |
H A D | Kconfig | 21 config A1 config 22 bool "A1" 30 depends on A1
|
H A D | expected_stdout | 4 A1 (A1) [Y/n/?] (NEW)
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A 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
|
/openbmc/linux/arch/mips/mm/ |
H A 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()
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A 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";
|
H A 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";
|
H A D | armada-388-clearfog.dts | 3 * Device Tree file for SolidRun Clearfog Pro revision A1 rev 2.0 (88F6828) 12 model = "SolidRun Clearfog A1";
|
/openbmc/linux/Documentation/hwmon/ |
H A D | oxp-sensors.rst | 32 - AOK ZOE A1 33 - AOK ZOE A1 PRO 43 - AOK ZOE A1 44 - AOK ZOE A1 PRO
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A 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))
|
H A 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 …]
|
H A 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
|
/openbmc/linux/tools/perf/arch/csky/util/ |
H A D | unwind-libdw.c | 24 dwarf_regs[1] = REG(A1); in libdw__arch_set_initial_registers() 60 dwarf_regs[3] = REG(A1); in libdw__arch_set_initial_registers()
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | chassis.hpp | 61 A1, enumerator 134 {EnvironmentalClass::A1, "A1"},
|
/openbmc/linux/rust/alloc/vec/ |
H A D | partial_eq.rs | 25 __impl_slice_eq1! { [A1: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>, #[stable(feature = "rust…
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ast2600a0-evb.dts | 16 /* MAC0 is broken on A1 */
|
/openbmc/phosphor-webui/app/assets/icons/ |
H A D | icon-copy.svg | 1 <svg viewBox="0 0 32 32"><path d="M27.4346 14.6987L21.377 8.5776A1.9488 1.9488 0 0 0 19.998 8H12a2.…
|
H A D | icon-information.svg | 1 …32 32"><path d="M17 22v-9h-4v2h2v7h-3v2h8v-2h-3zM16 7a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 16 7z"/>…
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-a1-ad401.dts | 12 model = "Amlogic Meson A1 AD401 Development Board";
|