Home
last modified time | relevance | path

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

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