Home
last modified time | relevance | path

Searched refs:magic2 (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/fs/befs/
H A Dsuper.c32 befs_sb->magic2 = fs32_to_cpu(sb, disk_sb->magic2); in befs_load_sb()
64 || (befs_sb->magic2 != BEFS_SUPER_MAGIC2) in befs_check_sb()
H A Dbefs.h40 u32 magic2; member
H A Dbefs_fs_types.h126 fs32 magic2; member
H A Ddebug.c176 befs_debug(sb, " magic2 %08x", fs32_to_cpu(sb, sup->magic2)); in befs_dump_super_block()
/openbmc/linux/arch/m68k/tools/amiga/
H A Ddmesg.c34 u_long magic2; /* SAVEKMSG_MAGIC2 */ member
52 if ((m->magic1 == SAVEKMSG_MAGIC1) && (m->magic2 == SAVEKMSG_MAGIC2) && in main()
/openbmc/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py73 magic2 = [ # big endian byte order
112 for byte in magic2: file.write(byte.to_bytes(36, byteorder='big'))
113 for i in range(224 - len(magic2) * 36):
/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py66 magic2 = [ # big endian byte order
93 for byte in magic2: file.write(byte.to_bytes(36, byteorder='big'))
94 for i in range(208 - len(magic2) * 36):
/openbmc/linux/Documentation/translations/zh_CN/riscv/
H A Dboot-image-header.rst34 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */
60magic2”成员代替“magic”成员与ARM64头相匹配。
/openbmc/linux/drivers/mtd/parsers/
H A Dqcomsmempart.c51 __le32 magic2; member
85 le32_to_cpu(ptable->magic2) != SMEM_FLASH_PART_MAGIC2) { in parse_qcomsmem_part()
/openbmc/linux/Documentation/riscv/
H A Dboot-image-header.rst21 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */
50 The "magic2" field replaces it, matching up with the ARM64 header.
/openbmc/linux/kernel/
H A Dreboot.c701 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, in SYSCALL_DEFINE4() argument
714 (magic2 != LINUX_REBOOT_MAGIC2 && in SYSCALL_DEFINE4()
715 magic2 != LINUX_REBOOT_MAGIC2A && in SYSCALL_DEFINE4()
716 magic2 != LINUX_REBOOT_MAGIC2B && in SYSCALL_DEFINE4()
717 magic2 != LINUX_REBOOT_MAGIC2C)) in SYSCALL_DEFINE4()
/openbmc/linux/arch/riscv/include/asm/
H A Dimage.h61 u32 magic2; member
/openbmc/linux/arch/x86/kernel/fpu/
H A Dsignal.c33 unsigned int magic2; in check_xstate_in_sigframe() local
51 if (__get_user(magic2, (__u32 __user *)(fpstate + fx_sw->xstate_size))) in check_xstate_in_sigframe()
54 if (likely(magic2 == FP_XSTATE_MAGIC2)) in check_xstate_in_sigframe()
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.h68 u32 magic2; member
H A Dcodec-v4l2-fwht.c253 p_hdr->magic2 = FWHT_MAGIC2; in v4l2_fwht_encode()
309 state->header.magic2 != FWHT_MAGIC2) in v4l2_fwht_decode()
H A Dvicodec-core.c1766 p_hdr->magic2 = FWHT_MAGIC2; in update_header_from_stateless_params()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c2415 int magic2; in nv50_gr_construct_gene_ropc() local
2417 magic2 = 0x00003e60; in nv50_gr_construct_gene_ropc()
2419 magic2 = 0x001ffe67; in nv50_gr_construct_gene_ropc()
2421 magic2 = 0x00087e67; in nv50_gr_construct_gene_ropc()
2431 xf_emit(ctx, 1, magic2); /* 001fffff tesla UNK0F78 */ in nv50_gr_construct_gene_ropc()
2568 xf_emit(ctx, 1, magic2); /* 001fffff tesla UNK0F78 */ in nv50_gr_construct_gene_ropc()
2742 int magic1, magic2; in nv50_gr_construct_xfer_tprop() local
2745 magic2 = 0x00003e60; in nv50_gr_construct_xfer_tprop()
2748 magic2 = 0x001ffe67; in nv50_gr_construct_xfer_tprop()
2751 magic2 = 0x00087e67; in nv50_gr_construct_xfer_tprop()
[all …]
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dlmac.h145 u8 magic2; member
427 __le16 magic2; member
H A Dfwio.c242 eeprom_hdr->v2.magic2 = 0xf; in p54_download_eeprom()
643 xbow->magic2 = cpu_to_le16(0x2); in p54_init_xbow_synth()
/openbmc/linux/arch/m68k/amiga/
H A Dconfig.c618 unsigned long magic2; /* SAVEKMSG_MAGIC2 */ member
651 savekmsg->magic2 = SAVEKMSG_MAGIC2; in amiga_savekmsg_setup()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h879 ssize_t sys_reboot(int magic1, int magic2, int cmd, void *arg) in sys_reboot() argument
881 return my_syscall4(__NR_reboot, magic1, magic2, cmd, arg); in sys_reboot()
/openbmc/linux/include/linux/
H A Dsyscalls.h649 asmlinkage long sys_reboot(int magic1, int magic2, unsigned int cmd,
/openbmc/qemu/linux-user/
H A Dsyscall.c393 _syscall4(int, reboot, int, magic1, int, magic2, unsigned int, cmd,