| /linux/tools/include/nolibc/sys/ |
| H A D | reboot.h | 23 ssize_t sys_reboot(int magic1, int magic2, int cmd, void *arg) in sys_reboot() argument 25 return my_syscall4(__NR_reboot, magic1, magic2, cmd, arg); in sys_reboot()
|
| /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()
|
| /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()
|
| /linux/arch/riscv/kernel/ |
| H A D | kexec_image.c | 30 memcmp(&h->magic2, RISCV_IMAGE_MAGIC2, sizeof(h->magic2))) in image_probe()
|
| /linux/Documentation/translations/zh_CN/arch/riscv/ |
| H A D | boot-image-header.rst | 34 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */ 60 “magic2”成员代替“magic”成员与ARM64头相匹配。
|
| /linux/drivers/firmware/efi/ |
| H A D | ovmf-debug-log.c | 17 u64 magic2; member 80 hdr->magic2 != OVMF_DEBUG_LOG_MAGIC2) { in ovmf_log_probe()
|
| /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()
|
| /linux/Documentation/arch/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.
|
| /linux/arch/riscv/include/asm/ |
| H A D | image.h | 63 u32 magic2; member
|
| /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()
|
| /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 …]
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | lmac.h | 145 u8 magic2; member 427 __le16 magic2; member
|
| /linux/arch/m68k/amiga/ |
| H A D | config.c | 625 unsigned long magic2; /* SAVEKMSG_MAGIC2 */ member 658 savekmsg->magic2 = SAVEKMSG_MAGIC2; in amiga_savekmsg_setup()
|
| /linux/include/linux/ |
| H A D | syscalls.h | 691 asmlinkage long sys_reboot(int magic1, int magic2, unsigned int cmd,
|