Home
last modified time | relevance | path

Searched refs:MZ_MAGIC (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dbooting.rst39 u32 MZ_MAGIC /* "MZ", MS-DOS 头 */
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dzboot-header.S17 .long MZ_MAGIC
/openbmc/linux/Documentation/arch/loongarch/
H A Dbooting.rst33 u32 MZ_MAGIC /* "MZ", MS-DOS header */
/openbmc/linux/arch/arm/boot/compressed/
H A Defi-header.S23 .inst MZ_MAGIC | (0xe225 << 16) @ eor r5, r5, 0x4d000
/openbmc/linux/arch/loongarch/kernel/
H A Dhead.S23 .word MZ_MAGIC /* "MZ", MS-DOS header */
/openbmc/linux/include/linux/
H A Dpe.h42 #define MZ_MAGIC 0x5a4d /* "MZ" */ macro
/openbmc/linux/crypto/asymmetric_keys/
H A Dverify_pefile.c43 if (mz->magic != MZ_MAGIC) in pefile_parse_binary()
/openbmc/linux/arch/x86/boot/
H A Dheader.S46 .word MZ_MAGIC