Home
last modified time | relevance | path

Searched refs:is_x86 (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dtypes.py167 def is_x86(arch): function
184 if is_x86(build_arch) and is_x86(target_arch):
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-build-fix-build-with-Python-3.12.patch54 if is_x86 and not openssl110_asm_supported:
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c3782 bool has_uffd, is_x86; in main() local
3812 is_x86 = !strcmp(arch, "i386") || !strcmp(arch, "x86_64"); in main()
3830 if (is_x86) { in main()
3849 if (is_x86) { in main()