tag | line | file | source code |
opcode | 40 | arch/alpha/kernel/traps.c | asmlinkage void do_entUna(unsigned long va, unsigned long opcode, unsigned long reg, |
opcode | 44 | arch/alpha/kernel/traps.c | printk("Unaligned trap: %016lx %ld %ld\n", va, opcode, reg); |
opcode | 49 | arch/i386/math-emu/fpu_aux.c | instruction_address.opcode = 0; |
opcode | 99 | arch/i386/math-emu/fpu_emu.h | unsigned int opcode:11; |
opcode | 316 | arch/i386/math-emu/fpu_entry.c | entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; |
opcode | 1186 | arch/i386/math-emu/reg_ld_str.c | instruction_address.opcode = get_fs_word((unsigned short *) (s+0x12)); |
opcode | 1338 | arch/i386/math-emu/reg_ld_str.c | put_fs_word(instruction_address.opcode, (unsigned short *) (d+0x12)); |
opcode | 64 | drivers/scsi/constants.c | #define group(opcode) (((opcode) >> 5) & 7) |
opcode | 79 | drivers/scsi/constants.c | static void print_opcode(int opcode) { |
opcode | 80 | drivers/scsi/constants.c | const char **table = commands[ group(opcode) ]; |
opcode | 83 | drivers/scsi/constants.c | printk("%s(0x%02x) ", reserved, opcode); |
opcode | 86 | drivers/scsi/constants.c | printk("%s(0x%02x) ", unknown, opcode); |
opcode | 89 | drivers/scsi/constants.c | printk("%s(0x%02x) ", vendor, opcode); |
opcode | 92 | drivers/scsi/constants.c | printk("%s ",table[opcode & 0x1f]); |
opcode | 96 | drivers/scsi/constants.c | static void print_opcode(int opcode) { |
opcode | 97 | drivers/scsi/constants.c | printk("0x%02x ", opcode); |
opcode | 82 | drivers/scsi/scsi.h | #define COMMAND_SIZE(opcode) scsi_command_size[((opcode) >> 5) & 7] |
opcode | 152 | drivers/scsi/scsi_ioctl.c | unsigned char opcode; |
opcode | 164 | drivers/scsi/scsi_ioctl.c | opcode = get_fs_byte(cmd_in); |
opcode | 176 | drivers/scsi/scsi_ioctl.c | memcpy_fromfs ((void *) cmd, cmd_in, cmdlen = COMMAND_SIZE (opcode)); |
opcode | 233 | drivers/scsi/sg.c | unsigned char opcode; |
opcode | 292 | drivers/scsi/sg.c | opcode = get_fs_byte(buf); |
opcode | 293 | drivers/scsi/sg.c | size=COMMAND_SIZE(opcode); |
opcode | 294 | drivers/scsi/sg.c | if (opcode >= 0xc0 && device->header.twelve_byte) size = 12; |
opcode | 218 | drivers/scsi/u14-34f.c | unsigned char opcode: 3; /* type of command */ |
opcode | 293 | drivers/scsi/u14-34f.c | cpp->opcode = OP_HOST_ADAPTER; |
opcode | 596 | drivers/scsi/u14-34f.c | cpp->opcode = OP_SCSI; |
opcode | 174 | drivers/scsi/ultrastor.c | unsigned char opcode: 3; /* type of command */ |
opcode | 693 | drivers/scsi/ultrastor.c | my_mscp->opcode = OP_SCSI; |
opcode | 122 | include/linux/xd.h | static u_char xd_setup_dma (u_char opcode,u_char *buffer,u_int count); |
opcode | 2598 | net/inet/tcp.c | int opcode=*ptr++; |
opcode | 2600 | net/inet/tcp.c | switch(opcode) |
opcode | 2612 | net/inet/tcp.c | switch(opcode) |