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

1 2 3 4 5 6 7 8 91011

  /src/lib/libperfuse/
debug.c 40 int opcode; member in struct:perfuse_opcode
98 perfuse_opname(int opcode)
102 for (po = perfuse_opcode; po->opcode; po++) {
103 if (po->opcode == opcode)
118 switch(fih->opcode) {
140 pt->pt_opcode = ps->ps_get_inhdr(pm)->opcode;
debug.c 40 int opcode; member in struct:perfuse_opcode
98 perfuse_opname(int opcode)
102 for (po = perfuse_opcode; po->opcode; po++) {
103 if (po->opcode == opcode)
118 switch(fih->opcode) {
140 pt->pt_opcode = ps->ps_get_inhdr(pm)->opcode;
debug.c 40 int opcode; member in struct:perfuse_opcode
98 perfuse_opname(int opcode)
102 for (po = perfuse_opcode; po->opcode; po++) {
103 if (po->opcode == opcode)
118 switch(fih->opcode) {
140 pt->pt_opcode = ps->ps_get_inhdr(pm)->opcode;
  /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;
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;
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/powerpc/powerpc/
fixup.c 100 u_int opcode = instr.i_any.i_opcd; local in function:powerpc_fixup_stubs
106 if (opcode != OPC_B || stub < stub_start || stub_end <= stub)
fixup.c 100 u_int opcode = instr.i_any.i_opcd; local in function:powerpc_fixup_stubs
106 if (opcode != OPC_B || stub < stub_start || stub_end <= stub)
fixup.c 100 u_int opcode = instr.i_any.i_opcd; local in function:powerpc_fixup_stubs
106 if (opcode != OPC_B || stub < stub_start || stub_end <= stub)
  /src/sys/dev/scsipi/
scsi_all.h 44 u_int8_t opcode; member in struct:scsi_changedef
scsi_all.h 44 u_int8_t opcode; member in struct:scsi_changedef
scsi_all.h 44 u_int8_t opcode; member in struct:scsi_changedef
  /src/sys/arch/usermode/usermode/
syscall.c 93 uint32_t code, opcode; local in function:syscall
101 md_syscall_get_opcode(ucp, &opcode);
128 md_syscall_inc_pc(ucp, opcode);
146 md_syscall_dec_pc(ucp, opcode);
syscall.c 93 uint32_t code, opcode; local in function:syscall
101 md_syscall_get_opcode(ucp, &opcode);
128 md_syscall_inc_pc(ucp, opcode);
146 md_syscall_dec_pc(ucp, opcode);
syscall.c 93 uint32_t code, opcode; local in function:syscall
101 md_syscall_get_opcode(ucp, &opcode);
128 md_syscall_inc_pc(ucp, opcode);
146 md_syscall_dec_pc(ucp, opcode);
  /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...]
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...]
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/coda/
coda_opstats.h 111 int opcode; /* vfs opcode */ member in struct:coda_op_stats
coda_opstats.h 111 int opcode; /* vfs opcode */ member in struct:coda_op_stats
  /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,
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/lib/libunwind/
DwarfInstructions.hpp 180 uint8_t opcode = addressSpace.get8(p++); local in function:_Unwind::DwarfInstructions::evaluateExpression
184 switch (opcode) {
463 value = opcode - DW_OP_lit0;
499 reg = opcode - DW_OP_reg0;
540 reg = opcode - DW_OP_breg0;
582 assert(0 && "dwarf opcode not implemented");
  /src/sys/arch/powerpc/ibm4xx/
trap.c 329 uint32_t opcode; local in function:trap
331 rv = copyin((void *)tf->tf_srr0, &opcode,
332 sizeof(opcode));
335 if (emulate_mxmsr(l, tf, opcode)) {

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011