HomeSort by: relevance | last modified time | path
    Searched refs:opcode (Results 1 - 25 of 228) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/sys/arch/or1k/include/
db_machdep.h 72 const unsigned int opcode = isns >> 26; local in function:inst_load
75 return opcode == 0x1b || (opcode >= 0x20 && opcode <= 0x26);
87 const unsigned int opcode = isns >> 26; local in function:inst_store
89 return opcode >= 0x33 && opcode <= 0x37;
  /src/sys/arch/usermode/include/
machdep.h 30 void md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode);
36 void md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode);
37 void md_syscall_dec_pc(ucontext_t *ucp, uint32_t opcode);
  /src/sys/dev/microcode/aic7xxx/
aicasm_insformat.h 51 opcode : 4, member in struct:ins_format1
55 opcode : 4,
69 opcode : 4, member in struct:ins_format2
73 opcode : 4,
86 opcode : 4, member in struct:ins_format3
90 opcode : 4,
  /src/sys/dev/scsipi/
ss_mustek.h 70 u_int8_t opcode; /* 0x04 */ member in struct:mustek_set_window_cmd
104 u_int8_t opcode; /* 0x08 */ member in struct:mustek_read_cmd
111 u_int8_t opcode; /* 0x0f */ member in struct:mustek_get_status_cmd
126 u_int8_t opcode; /* 0x15 */ member in struct:mustek_mode_select_cmd
160 u_int8_t opcode; /* 0x1b */ member in struct:mustek_start_scan_cmd
scsi_tape.h 60 u_int8_t opcode; member in struct:scsi_rw_tape
69 u_int8_t opcode; member in struct:scsi_space
82 u_int8_t opcode; member in struct:scsi_write_filemarks
90 u_int8_t opcode; member in struct:scsi_rewind
99 u_int8_t opcode; member in struct:scsi_load
112 u_int8_t opcode; member in struct:scsi_erase
122 u_int8_t opcode; member in struct:scsi_block_limits
195 u_int8_t opcode; member in struct:scsi_tape_read_position
202 u_int8_t opcode; member in struct:scsi_tape_locate
scsipi_cd.h 32 u_int8_t opcode; member in struct:scsipi_load_unload
42 u_int8_t opcode; member in struct:scsipi_pause
53 u_int8_t opcode; member in struct:scsipi_play_msf
67 u_int8_t opcode; member in struct:scsipi_play
77 u_int8_t opcode; member in struct:scsipi_read_header
87 u_int8_t opcode; member in struct:scsipi_read_subchannel
100 u_int8_t opcode; member in struct:scsipi_read_toc
153 uint8_t opcode; member in struct:scsipi_get_configuration
180 uint8_t opcode; member in struct:scsipi_read_discinfo
212 uint8_t opcode; member in struct:scsipi_read_trackinfo
246 uint8_t opcode; member in struct:scsipi_close_tracksession
258 uint8_t opcode; member in struct:scsipi_reserve_track
267 uint8_t opcode; member in struct:scsipi_repair_track
278 u_int8_t opcode; member in struct:scsipi_read_cd_capacity
    [all...]
scsipi_disk.h 62 u_int8_t opcode; member in struct:scsipi_rw_10
79 u_int8_t opcode; member in struct:scsipi_rw_12
90 u_int8_t opcode; member in struct:scsipi_rw_16
100 u_int8_t opcode; member in struct:scsipi_read_capacity_10
116 u_int8_t opcode; member in struct:scsipi_read_capacity_16
145 u_int8_t opcode; member in struct:scsipi_read_format_capacities
scsi_ctron_ether.h 26 #define IS_RECV(generic) ((generic)->opcode == 0xe1)
27 #define IS_SEND(generic) ((generic)->opcode == 0xc && (generic)->bytes[0] == 0x1)
30 u_int8_t opcode; /* This really *is* all */ member in struct:scsi_ctron_ether_recv
34 u_int8_t opcode[2]; member in struct:scsi_ctron_ether_generic
41 u_int8_t opcode[2]; member in struct:scsi_ctron_ether_set_mode
scsi_all.h 44 u_int8_t opcode; member in struct:scsi_changedef
scsi_scanner.h 49 u_int8_t opcode; member in struct:scsi_rw_scanner
59 u_int8_t opcode; member in struct:scsi_set_window
  /src/sys/arch/alpha/alpha/
db_interface.c 156 db_alpha_regop(const struct db_variable *vp, db_expr_t *val, int opcode)
170 switch (opcode) {
181 panic("db_alpha_regop: unknown op %d", opcode);
394 return ((insn.branch_format.opcode == op_bsr) ||
395 ((insn.jump_format.opcode == op_j) &&
405 return ((insn.jump_format.opcode == op_j) &&
415 return ((insn.pal_format.opcode == op_pal) &&
425 switch (insn.branch_format.opcode) {
454 switch (insn.branch_format.opcode) {
478 return ((insn.mem_format.opcode == op_stq) &
    [all...]
db_disasm.c 89 opcode : 6; member in struct:__anonb217a1c9010a::__anonb217a1c90208
108 opcode : 6; member in struct:__anonb217a1c9010a::__anonb217a1c90308
122 opcode : 6; member in struct:__anonb217a1c9010a::__anonb217a1c90408
220 * BUGFIX: the 'cmpbge 0x0f' opcode fits in here too
822 const char *opcode; local in function:alpha_print_instruction
828 opcode = op_name[ctx->insn.mem_format.opcode];
831 * Dispatch directly on the opcode, save code
834 switch (ctx->insn.mem_format.opcode) {
837 insn_printf(ctx, "%s %s", opcode,
    [all...]
  /src/sys/coda/
coda_opstats.h 111 int opcode; /* vfs opcode */ member in struct:coda_op_stats
  /src/sys/arch/sparc64/sparc64/
db_machdep.c 49 db_sparc_charop(const struct db_variable *vp, db_expr_t *val, int opcode)
54 switch (opcode) {
63 printf("db_sparc_charop: opcode %d\n", opcode);
73 db_sparc_shortop(const struct db_variable *vp, db_expr_t *val, int opcode)
78 switch (opcode) {
87 printf("sparc_shortop: opcode %d\n", opcode);
97 db_sparc_intop(const struct db_variable *vp, db_expr_t *val, int opcode)
102 switch (opcode) {
    [all...]
  /src/sys/arch/usermode/target/i386/
cpu_i386.c 282 uint32_t opcode; local in function:md_syscall_check_opcode
284 md_syscall_get_opcode(ucp, &opcode);
286 switch (opcode) {
299 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode)
312 *opcode = *p16;
315 *opcode = 0;
320 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode)
326 switch (opcode) {
335 panic("%s, unknown illegal instruction: opcode = %x\n",
336 __func__, (uint32_t) opcode);
    [all...]
  /src/sys/arch/usermode/target/x86_64/
cpu_x86_64.c 277 uint32_t opcode; local in function:md_syscall_check_opcode
279 md_syscall_get_opcode(ucp, &opcode);
281 switch (opcode) {
295 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode)
307 *opcode = *p16;
310 *opcode = 0;
315 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode)
320 switch (opcode) {
329 panic("%s, unknown illegal instruction: opcode = %x\n",
330 __func__, (uint32_t) opcode);
    [all...]
  /src/sys/dev/ppbus/
ppbus_msq.c 68 int opcode)
74 switch (opcode) {
84 panic("%s: unknown opcode (%d)", __func__, opcode);
129 struct ppbus_microseq * loop, int opcode)
133 ppbdev, opcode);
143 * Execute any microsequence opcode - expensive
148 int opcode, union ppbus_insarg param1, union ppbus_insarg param2,
158 msq[0].opcode = opcode;
    [all...]
  /src/sys/arch/arc/dti/
btlreg.h 113 u_char opcode; member in struct:bt_ccb
159 * opcode fields
177 #define BT_BAD_CCB 0x16 /* Incorrect ccb opcode */
185 u_char opcode; member in struct:bt_extended_inquire::__anon5ae647130108
200 u_char opcode; member in struct:bt_config::__anon5ae647130308
212 u_char opcode; member in struct:bt_toggle::__anon5ae647130508
219 u_char opcode; member in struct:bt_mailbox::__anon5ae647130608
227 u_char opcode; member in struct:bt_model::__anon5ae647130708
238 u_char opcode; member in struct:bt_revision::__anon5ae647130908
250 u_char opcode; member in struct:bt_digit::__anon5ae647130b08
259 u_char opcode; member in struct:bt_devices::__anon5ae647130d08
268 u_char opcode; member in struct:bt_setup::__anon5ae647130f08
292 u_char opcode; member in struct:bt_period::__anon5ae647131208
    [all...]
  /src/sys/arch/usermode/target/arm/
cpu_arm.c 121 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode)
127 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode)
133 md_syscall_dec_pc(ucontext_t *ucp, uint32_t opcode)
  /src/sys/dev/ic/
bhareg.h 187 u_int8_t opcode; member in struct:bha_ccb
256 * opcode fields
277 #define BHA_BAD_CCB 0x16 /* Incorrect ccb opcode */
298 u_char opcode; member in struct:bha_extended_inquire::__anona60743a30108
326 u_char opcode; member in struct:bha_config::__anona60743a30308
343 u_char opcode; member in struct:bha_toggle::__anona60743a30508
350 u_char opcode; member in struct:bha_mailbox::__anona60743a30608
358 u_char opcode; member in struct:bha_model::__anona60743a30708
369 u_char opcode; member in struct:bha_revision::__anona60743a30908
381 u_char opcode; member in struct:bha_digit::__anona60743a30b08
390 u_char opcode; member in struct:bha_devices::__anona60743a30d08
445 u_char opcode; member in struct:bha_setup::__anona60743a30f08
458 u_char opcode; member in struct:bha_period::__anona60743a31008
467 u_char opcode; member in struct:bha_isadisable::__anona60743a31108
    [all...]
ahareg.h 164 u_char opcode; member in struct:aha_ccb
202 * opcode fields
220 #define AHA_BAD_CCB 0x16 /* Incorrect ccb opcode */
228 u_char opcode; member in struct:aha_revision::__anonb9c56ec20108
248 u_char opcode; member in struct:aha_extbios::__anonb9c56ec20308
258 u_char opcode; member in struct:aha_toggle::__anonb9c56ec20508
265 u_char opcode; member in struct:aha_config::__anonb9c56ec20608
277 u_char opcode; member in struct:aha_mailbox::__anonb9c56ec20808
285 u_char opcode; member in struct:aha_unlock::__anonb9c56ec20908
293 u_char opcode; member in struct:aha_devices::__anonb9c56ec20a08
302 u_char opcode; member in struct:aha_setup::__anonb9c56ec20c08
    [all...]
  /src/sys/arch/mips/mips/
mips_fputrap.c 66 mips_fpuillinst(struct lwp *l, uint32_t opcode)
72 __func__, opcode, l->l_md.md_utf->tf_regs[_R_PC]);
78 ksi.ksi_trap = opcode;
  /src/sys/arch/atari/stand/libsa/
consio.S 38 movw #2,%sp@- | BIOS opcode 2 => Bconin
55 movw #3,%sp@- | BIOS opcode 3 => Bconout
  /src/sys/arch/sparc/sparc/
db_machdep.c 102 db_sparc_regop(const struct db_variable *vp, db_expr_t *val, int opcode)
107 switch (opcode) {
116 panic("db_sparc_regop: unknown op %d", opcode);
118 printf("db_sparc_regop: unknown op %d\n", opcode);
  /src/usr.bin/btkey/
device.c 55 * send command 'opcode' with command packet 'cptr' of size 'clen'
61 hci_req(uint16_t opcode, void *cptr, size_t clen, int (*func_cc)(void *),
82 hdr->opcode = htole16(opcode);
105 if (opcode != le16toh(cc->opcode))

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 910