/openbmc/linux/Documentation/arch/arm/samsung/ |
H A D | bootloader-interface.rst | 27 0x0c 0x00000bad (Magic cookie) System suspend 30 0x20 0xfcba0d10 (Magic cookie) AFTR 32 0x28 + 4*cpu 0x8 (Magic cookie, Exynos3250) AFTR 48 0x24 0xfcba0d10 (Magic cookie, Exynos4210 r1.0) AFTR 58 0x0804 0xfcba0d10 (Magic cookie) AFTR 59 0x0804 0x00000bad (Magic cookie) System suspend 61 0x0818 0xfcba0d10 (Magic cookie, Exynos4210 r1.1) AFTR
|
/openbmc/bios-bmc-smm-error-logger/ |
H A D | meson.options | 45 # Magic Number Array Constants 50 description: 'Magic Number array[0] for validity, consists of 4 * uint32_t', 56 description: 'Magic Number array[1] for validity, consists of 4 * uint32_t', 62 description: 'Magic Number array[2] for validity, consists of 4 * uint32_t', 68 description: 'Magic Number array[3] for validity, consists of 4 * uint32_t',
|
/openbmc/linux/Documentation/translations/zh_CN/riscv/ |
H A D | boot-image-header.rst | 33 u64 magic = 0x5643534952; /* Magic number, little endian, "RISCV" */ 34 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */
|
/openbmc/linux/arch/sh/boards/ |
H A D | Kconfig | 336 bool "Magic Panel R2" 341 Select Magic Panel R2 if configuring for Magic Panel R2. 387 menu "Magic Panel R2 options" 390 int "Magic Panel R2 Version" 393 Set the version of the Magic Panel R2
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_image_loader.c | 270 if (nt->OptionalHeader.Magic == IMAGE_NT_OPTIONAL_HDR64_MAGIC) { in efi_load_pe() 287 } else if (nt->OptionalHeader.Magic == IMAGE_NT_OPTIONAL_HDR32_MAGIC) { in efi_load_pe() 305 nt->OptionalHeader.Magic); in efi_load_pe()
|
/openbmc/linux/fs/ |
H A D | binfmt_misc.c | 46 enum {Enabled, Magic}; enumerator 109 if (!test_bit(Magic, &e->flags)) { in search_binfmt_handler() 376 e->flags = (1 << Enabled) | (1 << Magic); in create_entry() 384 if (test_bit(Magic, &e->flags)) { in create_entry() 576 if (!test_bit(Magic, &e->flags)) { in entry_status()
|
/openbmc/linux/Documentation/riscv/ |
H A D | boot-image-header.rst | 20 u64 magic = 0x5643534952; /* Magic number, little endian, "RISCV" */ 21 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */
|
/openbmc/u-boot/board/vscom/baltos/ |
H A D | board.h | 15 uint32_t Magic; member
|
H A D | board.c | 92 if (header->Magic != 0xDEADBEEF) { in read_eeprom() 95 header->Magic); in read_eeprom()
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | head-sharpsl.S | 45 mov r6, #0x31 @ Load Magic Init value 51 mov r6, #0x30 @ Load 2nd Magic Init value
|
/openbmc/u-boot/include/ |
H A D | pe.h | 71 uint16_t Magic; /* 0x20b */ member 113 uint16_t Magic; /* 0x10b or 0x107 */ /* 0x00 */ member
|
/openbmc/qemu/docs/system/arm/ |
H A D | digic.rst | 7 `Magic Lantern <http://www.magiclantern.fm/>`_ projects.
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | qcow2_format.py | 279 class Magic(Enum): class in QcowHeaderExtension 292 ('u32', Magic, 'magic'), 355 res = {'name': self.Magic(self.magic), **super().to_json()}
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-decoding.rst | 2 Decoding an IOCTL Magic Number
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | dvb-usb-dibusb-mb-cardlist.rst | 37 * - TwinhanDTV USB-Ter USB1.1 / Magic Box I / HAMA USB1.1 DVB-T device
|
H A D | cx23885-cardlist.rst | 110 - Magic-Pro ProHDTV Extreme 2
|
/openbmc/linux/Documentation/arch/loongarch/ |
H A D | booting.rst | 41 u32 LINUX_PE_MAGIC /* Magic number */
|
/openbmc/docs/designs/ |
H A D | bios-bmc-smm-error-logging.md | 70 | Magic Number | 16 bytes | 0x8 | BMC at ini… 86 `Magic Number`. Once the `Magic Number` is written to, the BIOS will assume that
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | pe.h | 53 uint16_t Magic; /* 0x20b */ member
|
/openbmc/linux/Documentation/watchdog/ |
H A D | watchdog-api.rst | 50 When the device is closed, the watchdog is disabled, unless the "Magic 62 Magic Close feature 65 If a driver supports "Magic Close", the driver will not disable the
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | attributes.rst | 43 - Magic number for identification, 0xEA020000. This value is set by the 60 - Magic number for identification, 0xEA020000.
|
H A D | orphan.rst | 31 blocksize-8 __le32 ob_magic Magic value stored in orphan
|
H A D | mmp.rst | 45 - Magic number for MMP, 0x004D4D50 (“MMP”).
|
/openbmc/u-boot/arch/sh/ |
H A D | Kconfig | 47 bool "Magic Panel Release 2 board"
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | sysrq.rst | 29 在配置内核时,我们需要设置 'Magic SysRq key (CONFIG_MAGIC_SYSRQ)' 为 'Y'。
|