/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu-targets.inc | 8 archs = d.getVar('QEMU_TARGETS').split() 12 if arch in archs: 14 archs.remove(arch) 17 if arch in archs: 19 archs.remove(arch) 21 return softmmuonly + ''.join([arch + "-softmmu" + "," for arch in archs]).rstrip(',') 22 …nly + ''.join([arch + "-linux-user" + "," + arch + "-softmmu" + "," for arch in archs]).rstrip(',')
|
/openbmc/linux/arch/arc/lib/ |
H A D | Makefile | 9 lib-$(CONFIG_ISA_ARCV2) += memset-archs.o strcmp-archs.o 12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs-unaligned.o 14 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs.o
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
H A D | __init__.py | 70 self.archs = self.d.getVar('ALL_MULTILIB_PACKAGE_ARCHS').replace("-","_") 72 self.archs = self.d.getVar(arch_var).replace("-","_") 93 archs = [i for i in reversed(self.archs.split()) if i not in ["any", "all", "noarch"]] 95 if len(archs) <= 1: 96 archs = archs + ["bogusarch"] 98 archs = ["sdk_provides_dummy_target"] + archs 102 f.write(":".join(archs)) 122 …f.write("arch_compat: %s: %s\n" % (self.primary_arch, self.archs if len(self.archs) > 0 else self.…
|
/openbmc/linux/arch/arc/boot/dts/ |
H A D | haps_hs_idu.dts | 44 compatible = "snps,archs-intc"; 50 compatible = "snps,archs-idu-intc"; 69 compatible = "snps,archs-pct";
|
H A D | vdk_axc003_idu.dtsi | 31 core_intc: archs-intc@cpu { 32 compatible = "snps,archs-intc"; 38 compatible = "snps,archs-idu-intc";
|
H A D | nsimosci_hs_idu.dts | 40 compatible = "snps,archs-intc"; 46 compatible = "snps,archs-idu-intc"; 93 compatible = "snps,archs-pct";
|
H A D | axc003_idu.dtsi | 45 core_intc: archs-intc@cpu { 46 compatible = "snps,archs-intc"; 52 compatible = "snps,archs-idu-intc"; 93 compatible = "snps,archs-pct";
|
H A D | vdk_axc003.dtsi | 30 core_intc: archs-intc@cpu { 31 compatible = "snps,archs-intc";
|
H A D | nsimosci_hs.dts | 42 compatible = "snps,archs-intc"; 85 compatible = "snps,archs-pct";
|
H A D | haps_hs.dts | 47 compatible = "snps,archs-intc"; 64 compatible = "snps,archs-pct";
|
H A D | axc003.dtsi | 45 core_intc: archs-intc@cpu { 46 compatible = "snps,archs-intc"; 86 compatible = "snps,archs-pct";
|
H A D | hsdk.dts | 77 compatible = "snps,archs-intc"; 83 compatible = "snps,archs-idu-intc"; 90 compatible = "snps,archs-pct"; 105 compatible = "snps,archs-timer-gfrc";
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | snps,archs-gfrc.txt | 6 - compatible : should be "snps,archs-gfrc" 12 compatible = "snps,archs-gfrc";
|
H A D | snps,archs-rtc.txt | 6 - compatible : should be "snps,archs-rtc"
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | snps,archs-idu-intc.txt | 9 - compatible: "snps,archs-idu-intc" 31 compatible = "snps,archs-intc"; 37 compatible = "snps,archs-idu-intc";
|
H A D | snps,archs-intc.txt | 5 - compatible: "snps,archs-intc" 18 compatible = "snps,archs-intc";
|
/openbmc/linux/Documentation/devicetree/bindings/arc/ |
H A D | archs-pct.txt | 11 "snps,archs-pct" 16 compatible = "snps,archs-pct";
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
H A D | __init__.py | 32 archs = self.d.getVar(arch_var) 33 if archs is None: 36 for arch in archs.split(): 95 …def __init__(self, d, target_rootfs, config_file, archs, task_name='target', ipk_repo_workdir="oe-… argument 99 self.pkg_archs = archs 241 archs = self.pkg_archs.split() if feed_archs is None else feed_archs.split() 246 if archs: 247 for arch in archs:
|
/openbmc/u-boot/arch/arc/ |
H A D | config.mk | 38 PLATFORM_CPPFLAGS += -mcpu=archs 42 PLATFORM_CPPFLAGS += -mcpu=archs
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | jevents.py | 634 def print_mapping_table(archs: Sequence[str]) -> None: 670 for arch in archs: 1213 archs = [] 1218 archs.append(item.name) 1220 if len(archs) < 2: 1223 archs.sort() 1224 for arch in archs: 1234 for arch in archs: 1240 print_mapping_table(archs)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/meta/ |
H A D | distro-feed-configs.bb | 26 # archs = [ "all" ] + parchs + march 27 # confs = [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in archs ]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0003-64-bit-multilib-hack.patch | 65 -MULTILIB_OPTIONS = mcpu=hs/mcpu=archs/mcpu=hs38/mcpu=hs38_linux/mcpu=arc700/mcpu=nps400 66 +#MULTILIB_OPTIONS = mcpu=hs/mcpu=archs/mcpu=hs38/mcpu=hs38_linux/mcpu=arc700/mcpu=nps400 68 -MULTILIB_DIRNAMES = hs archs hs38 hs38_linux arc700 nps400 69 +#MULTILIB_DIRNAMES = hs archs hs38 hs38_linux arc700 nps400
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
H A D | data.py | 217 if arch in self.archs: 229 if arch not in self.archs:
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-mmx.py | 224 archs = sys.argv[3:] 232 if cpuid in archs:
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/ |
H A D | __init__.py | 117 …def __init__(self, d, target_rootfs, archs, base_archs, apt_conf_dir=None, deb_repo_workdir="oe-ro… argument 133 self.all_arch_list = archs.split() 137 self._create_configs(archs, base_archs) 334 def _create_configs(self, archs, base_archs): argument
|