Home
last modified time | relevance | path

Searched refs:BOOT_INFO_FLAGS_ARCH (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h262 #define BOOT_INFO_FLAGS_ARCH 0x01 macro
264 #define BOOT_INFO_FLAGS_ARCH 0x00 macro
H A Dbootmap.c83 if (bip->flags != BOOT_INFO_FLAGS_ARCH) { in verify_boot_info()