Home
last modified time | relevance | path

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

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