/openbmc/linux/fs/befs/ |
H A D | super.c | 32 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 D | befs.h | 40 u32 magic2; member
|
H A D | befs_fs_types.h | 126 fs32 magic2; member
|
H A D | debug.c | 176 befs_debug(sb, " magic2 %08x", fs32_to_cpu(sb, sup->magic2)); in befs_dump_super_block()
|
/openbmc/linux/arch/m68k/tools/amiga/ |
H A D | dmesg.c | 34 u_long magic2; /* SAVEKMSG_MAGIC2 */ member 52 if ((m->magic1 == SAVEKMSG_MAGIC1) && (m->magic2 == SAVEKMSG_MAGIC2) && in main()
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | headerize-hsdk.py | 66 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/u-boot/board/synopsys/axs10x/ |
H A D | headerize-axs.py | 73 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/linux/Documentation/translations/zh_CN/riscv/ |
H A D | boot-image-header.rst | 34 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */ 60 “magic2”成员代替“magic”成员与ARM64头相匹配。
|
/openbmc/linux/drivers/mtd/parsers/ |
H A D | qcomsmempart.c | 51 __le32 magic2; member 85 le32_to_cpu(ptable->magic2) != SMEM_FLASH_PART_MAGIC2) { in parse_qcomsmem_part()
|
/openbmc/linux/kernel/ |
H A D | reboot.c | 701 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/Documentation/riscv/ |
H A D | boot-image-header.rst | 21 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */ 50 The "magic2" field replaces it, matching up with the ARM64 header.
|
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | signal.c | 33 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/arch/riscv/include/asm/ |
H A D | image.h | 61 u32 magic2; member
|
/openbmc/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.h | 68 u32 magic2; member
|
H A D | codec-v4l2-fwht.c | 253 p_hdr->magic2 = FWHT_MAGIC2; in v4l2_fwht_encode() 309 state->header.magic2 != FWHT_MAGIC2) in v4l2_fwht_decode()
|
H A D | vicodec-core.c | 1766 p_hdr->magic2 = FWHT_MAGIC2; in update_header_from_stateless_params()
|
/openbmc/qemu/linux-user/i386/ |
H A D | signal.c | 322 uint32_t *magic2 = (void *)fxstate + xstate_size; in xsave_sigcontext() local 335 __put_user(TARGET_FP_XSTATE_MAGIC2, magic2); in xsave_sigcontext() 611 uint32_t magic1, magic2; in xrstor_sigcontext() local 659 magic2 = tswap32(*(uint32_t *)(xstate + xstate_size)); in xrstor_sigcontext() 660 if (magic2 != TARGET_FP_XSTATE_MAGIC2) { in xrstor_sigcontext()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxnv50.c | 2415 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 D | lmac.h | 145 u8 magic2; member 427 __le16 magic2; member
|
H A D | fwio.c | 242 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 D | config.c | 627 unsigned long magic2; /* SAVEKMSG_MAGIC2 */ member 660 savekmsg->magic2 = SAVEKMSG_MAGIC2; in amiga_savekmsg_setup()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 879 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 D | syscalls.h | 649 asmlinkage long sys_reboot(int magic1, int magic2, unsigned int cmd,
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 395 _syscall4(int, reboot, int, magic1, int, magic2, unsigned int, cmd,
|