/linux-6.6.21/fs/befs/ |
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()
|
D | befs.h | 40 u32 magic2; member
|
D | befs_fs_types.h | 126 fs32 magic2; member
|
D | debug.c | 176 befs_debug(sb, " magic2 %08x", fs32_to_cpu(sb, sup->magic2)); in befs_dump_super_block()
|
/linux-6.6.21/arch/m68k/tools/amiga/ |
D | dmesg.c | 34 u_long magic2; /* SAVEKMSG_MAGIC2 */ member 52 if ((m->magic1 == SAVEKMSG_MAGIC1) && (m->magic2 == SAVEKMSG_MAGIC2) && in main()
|
/linux-6.6.21/Documentation/translations/zh_CN/riscv/ |
D | boot-image-header.rst | 34 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */ 60 “magic2”成员代替“magic”成员与ARM64头相匹配。
|
/linux-6.6.21/drivers/mtd/parsers/ |
D | qcomsmempart.c | 51 __le32 magic2; member 85 le32_to_cpu(ptable->magic2) != SMEM_FLASH_PART_MAGIC2) { in parse_qcomsmem_part()
|
/linux-6.6.21/Documentation/riscv/ |
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.
|
/linux-6.6.21/kernel/ |
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()
|
/linux-6.6.21/arch/x86/kernel/fpu/ |
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()
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | image.h | 61 u32 magic2; member
|
/linux-6.6.21/drivers/media/test-drivers/vicodec/ |
D | codec-fwht.h | 68 u32 magic2; member
|
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()
|
D | vicodec-core.c | 1766 p_hdr->magic2 = FWHT_MAGIC2; in update_header_from_stateless_params()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
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 …]
|
/linux-6.6.21/drivers/net/wireless/intersil/p54/ |
D | lmac.h | 145 u8 magic2; member 427 __le16 magic2; member
|
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()
|
/linux-6.6.21/arch/m68k/amiga/ |
D | config.c | 618 unsigned long magic2; /* SAVEKMSG_MAGIC2 */ member 651 savekmsg->magic2 = SAVEKMSG_MAGIC2; in amiga_savekmsg_setup()
|
/linux-6.6.21/tools/include/nolibc/ |
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()
|
/linux-6.6.21/include/linux/ |
D | syscalls.h | 649 asmlinkage long sys_reboot(int magic1, int magic2, unsigned int cmd,
|