Home
last modified time | relevance | path

Searched refs:IH_ARCH_X86_64 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/core/
H A Duboot_image.h91 IH_ARCH_X86_64, /* AMD x86_64, Intel and Via */ enumerator
/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c204 images->os.arch == IH_ARCH_X86_64); in boot_jump_linux()
/openbmc/u-boot/include/
H A Dimage.h214 IH_ARCH_X86_64, /* AMD x86_64, Intel and Via */ enumerator
/openbmc/u-boot/common/
H A Dbootm.c174 images.os.arch == IH_ARCH_X86_64) { in bootm_find_os()
H A Dimage.c86 { IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
H A Dimage-fit.c1395 (arch == IH_ARCH_I386 && image_arch == IH_ARCH_X86_64) || in fit_image_check_arch()