/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin/ |
H A D | 0001-Add-32-bit-RISC-V-support.patch | 36 Arch::Powerpc | Arch::Powerpc64Le | Arch::Powerpc64 => "powerpc", 40 + Arch::Riscv32 | Arch::Riscv64 => "riscv", 41 Arch::Mips64el | Arch::Mips64 | Arch::Mipsel | Arch::Mips => "mips", 45 Arch::S390X, 46 Arch::X86, 47 Arch::X86_64, 51 Arch::Mips64, 54 Arch::X86, 55 Arch::X86_64, 83 Arch::Mips64el | Arch::Mips64 => "mips64", [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | arch_pm.patch | 8 because of faulty code added to Arch.pm in the latest 15 scripts/Dpkg/Arch.pm | 3 --- 18 diff --git a/scripts/Dpkg/Arch.pm b/scripts/Dpkg/Arch.pm 20 --- a/scripts/Dpkg/Arch.pm 21 +++ b/scripts/Dpkg/Arch.pm
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | locking.rst | 236 :Arch: any 243 :Arch: any 254 :Arch: any 261 :Arch: x86 269 :Arch: any 276 :Arch: any 288 :Arch: any (only needed on x86 though) 297 :Arch: x86 310 :Arch: x86
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | n1sdp-ts.yml | 13 # Include TS PSA Arch tests into image
|
H A D | qemuarm64-secureboot-ts.yml | 13 # Include TS PSA Arch tests into image
|
/openbmc/linux/Documentation/rust/ |
H A D | arch-support.rst | 3 Arch Support
|
/openbmc/linux/kernel/livepatch/ |
H A D | Kconfig | 5 Arch supports kernel live patching
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | kirkwood-pogo_e02.dts | 8 * Arch Linux ARM by Oleg Rakhmanov <moonman.ca@gmail.com>
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-pogo_e02.dts | 8 * Arch Linux ARM by Oleg Rakhmanov <moonman.ca@gmail.com>
|
/openbmc/qemu/qga/ |
H A D | meson.build | 130 'x86': ['-D', 'Arch=32'], 131 'x86_64': ['-a', 'x64', '-D', 'Arch=64']
|
/openbmc/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat | 306 class Arch(object): class 342 class ArchX86(Arch): 354 class ArchPPC(Arch): 374 class ArchA64(Arch): 386 class ArchS390(Arch): 399 ARCH = Arch.get_arch()
|
/openbmc/linux/Documentation/admin-guide/kdump/ |
H A D | kdump.rst | 163 Dump-capture kernel config options (Arch Independent) 177 Dump-capture kernel config options (Arch Dependent, i386 and x86_64) 226 Dump-capture kernel config options (Arch Dependent, ppc64) 239 Dump-capture kernel config options (Arch Dependent, ia64) 257 Dump-capture kernel config options (Arch Dependent, arm) 265 Dump-capture kernel config options (Arch Dependent, arm64) 292 kernel will be aligned to a value (which is Arch dependent), so if the
|
/openbmc/u-boot/doc/ |
H A D | README.kconfig | 91 Prior to Kconfig, boards.cfg was a primary database that contained Arch, CPU, 96 Arch -> CONFIG_SYS_ARCH defined by Kconfig
|
H A D | README.coccinelle | 29 - Arch Linux
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | release-notes.rst | 181 - The failures in PSA Arch Crypto Test are known limitations with crypto 182 …library. It requires further investigation. The user can refer to `PSA Arch Crypto Test Failure An…
|
/openbmc/qemu/docs/specs/ |
H A D | fw_cfg.rst | 171 0x8000 - 0xbfff Arch. Specific (0x0000 - 0x3fff, generally RO, possibly RW 173 0xc000 - 0xffff Arch. Specific (0x0000 - 0x3fff, RW, ignored in v2.4+)
|
/openbmc/linux/Documentation/mm/ |
H A D | vmalloced-kernel-stacks.rst | 101 that VMAP'd stack overflow detection works correctly. Arch specific
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | reporting-issues.rst | 246 穩定內核的發行版內核問題報告,只要它改動不大;例如Arch Linux、常規Fedora版本
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | Add-riscv64-support.patch | 168 +ArchEnum RegsRiscv64::Arch() { 473 + ArchEnum Arch() override final;
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | Add-riscv64-support.patch | 168 +ArchEnum RegsRiscv64::Arch() { 473 + ArchEnum Arch() override final;
|
/openbmc/linux/kernel/trace/ |
H A D | Kconfig | 79 Arch supports the gcc options -pg with -mfentry 84 Arch supports the gcc options -pg with -mrecord-mcount and -nop-mcount 89 Arch supports objtool --mcount 94 Arch supports the objtool options --mcount with --mnop.
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | reporting-issues.rst | 242 稳定内核的发行版内核问题报告,只要它改动不大;例如Arch Linux、常规Fedora版本
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_deb.bbclass | 150 ctrlfile.write("Multi-Arch: foreign\n")
|
/openbmc/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 708 Arch interface to bring up a CPU 711 Arch interface to shutdown a CPU, no more interrupts can be handled by the
|
/openbmc/linux/tools/perf/ |
H A D | design.txt | 455 Arch requirements
|