Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbootm.c205 images->os.arch == IH_ARCH_X86_64); in boot_jump_linux()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h194 IH_ARCH_X86_64, /* AMD x86_64, Intel and Via */ enumerator
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c195 images.os.arch == IH_ARCH_X86_64) { in bootm_find_os()
H A Dimage.c87 { IH_ARCH_X86_64, "x86_64", "AMD x86_64", },
H A Dimage-fit.c1553 (arch == IH_ARCH_I386 && image_arch == IH_ARCH_X86_64) || in fit_image_check_arch()