/kernel/linux/linux-5.10/kernel/ |
D | reboot.c | 310 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, in SYSCALL_DEFINE4() argument 323 (magic2 != LINUX_REBOOT_MAGIC2 && in SYSCALL_DEFINE4() 324 magic2 != LINUX_REBOOT_MAGIC2A && in SYSCALL_DEFINE4() 325 magic2 != LINUX_REBOOT_MAGIC2B && in SYSCALL_DEFINE4() 326 magic2 != LINUX_REBOOT_MAGIC2C)) in SYSCALL_DEFINE4()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/liteos_a/syscall/ |
D | misc_syscall.c | 126 int SysReboot(int magic, int magic2, int type) in SysReboot() argument 129 (void)magic2; in SysReboot()
|
D | los_syscall.h | 317 extern int SysReboot(int magic, int magic2, int type);
|
/kernel/linux/linux-5.10/Documentation/riscv/ |
D | boot-image-header.rst | 24 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */ 53 The "magic2" field replaces it, matching up with the ARM64 header.
|
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/ |
D | signal.c | 30 unsigned int magic2; in check_for_xstate() local 48 if (__get_user(magic2, (__u32 __user *)(fpstate + fx_sw->xstate_size)) in check_for_xstate() 49 || magic2 != FP_XSTATE_MAGIC2) in check_for_xstate()
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | image.h | 61 u32 magic2; member
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
D | codec-fwht.h | 100 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 | 1775 p_hdr->magic2 = FWHT_MAGIC2; in update_header_from_stateless_params()
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
D | lmac.h | 145 u8 magic2; member 427 __le16 magic2; member
|
D | fwio.c | 244 eeprom_hdr->v2.magic2 = 0xf; in p54_download_eeprom() 645 xbow->magic2 = cpu_to_le16(0x2); in p54_init_xbow_synth()
|
/kernel/linux/linux-5.10/arch/m68k/amiga/ |
D | config.c | 626 unsigned long magic2; /* SAVEKMSG_MAGIC2 */ member 659 savekmsg->magic2 = SAVEKMSG_MAGIC2; in amiga_savekmsg_setup()
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 1648 ssize_t sys_reboot(int magic1, int magic2, int cmd, void *arg) in sys_reboot() argument 1650 return my_syscall4(__NR_reboot, magic1, magic2, cmd, arg); in sys_reboot()
|
/kernel/linux/linux-5.10/include/linux/ |
D | syscalls.h | 731 asmlinkage long sys_reboot(int magic1, int magic2, unsigned int cmd,
|