Home
last modified time | relevance | path

Searched refs:EM_MICROBLAZE (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/microblaze/
H A Dboot.c148 EM_MICROBLAZE, 0, 0); in microblaze_load_kernel()
155 EM_MICROBLAZE, 0, 0); in microblaze_load_kernel()
/qemu/include/hw/
H A Delf_ops.h.inc364 case EM_MICROBLAZE:
365 if (ehdr.e_machine != EM_MICROBLAZE) {
/qemu/include/
H A Delf.h204 #define EM_MICROBLAZE 189 macro
/qemu/linux-user/
H A Delfload.c1517 #define elf_check_arch(x) ( (x) == EM_MICROBLAZE || (x) == EM_MICROBLAZE_OLD)
1520 #define ELF_ARCH EM_MICROBLAZE