Home
last modified time | relevance | path

Searched refs:is_x86 (Results 1 – 2 of 2) 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/qemu/tests/qtest/
H A Dmigration-test.c3780 bool has_uffd, is_x86; in main() local
3810 is_x86 = !strcmp(arch, "i386") || !strcmp(arch, "x86_64"); in main()
3826 if (is_x86) { in main()
3845 if (is_x86) { in main()