HomeSort by: relevance | last modified time | path
    Searched refs:cpu_mode (Results 1 - 16 of 16) sorted by relevancy

  /src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.h 98 extern int dtrace_disx86(dis86_t *x, uint_t cpu_mode);
104 extern void dtrace_disx86_str(dis86_t *x, uint_t cpu_mode, uint64_t pc,
dis_tables.c 2891 dtrace_disx86(dis86_t *x, uint_t cpu_mode)
2989 if (cpu_mode == SIZE16) {
2992 } else if (cpu_mode == SIZE32) {
3035 if (dp->it_invalid64 && cpu_mode == SIZE64)
3057 if (cpu_mode == SIZE64) {
3232 if (cpu_mode == SIZE64) {
3240 } else if (cpu_mode == SIZE32) {
3455 if ((vex_prefix == 0) && cpu_mode == SIZE64 &&
3462 if (cpu_mode == SIZE64 && dp->it_invalid64 ||
3463 cpu_mode != SIZE64 && dp->it_invalid32
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
dv-m68hc11.c 281 const char *cpu_mode; local
325 cpu_mode = "expanded";
327 cpu_mode = hw_find_string_property (me, "mode");
329 if (strcmp (cpu_mode, "test") == 0)
330 m68hc11_cpu->cpu_mode = M6811_MDA | M6811_SMOD;
331 else if (strcmp (cpu_mode, "bootstrap") == 0)
332 m68hc11_cpu->cpu_mode = M6811_SMOD;
333 else if (strcmp (cpu_mode, "single") == 0)
334 m68hc11_cpu->cpu_mode = 0;
336 m68hc11_cpu->cpu_mode = M6811_MDA
    [all...]
interrupts.c 151 if (m68hc11_cpu->cpu_mode & M6811_SMOD)
180 if (m68hc11_cpu->cpu_mode == M6811_SMOD)
m68hc11-sim.h 179 unsigned int cpu_mode; member in struct:m68hc11_sim_cpu
m68hc11_sim.c 531 m68hc11_cpu->ios[M6811_HPRIO] = m68hc11_cpu->cpu_mode;
  /src/external/gpl3/gdb/dist/sim/m68hc11/
dv-m68hc11.c 281 const char *cpu_mode; local
325 cpu_mode = "expanded";
327 cpu_mode = hw_find_string_property (me, "mode");
329 if (strcmp (cpu_mode, "test") == 0)
330 m68hc11_cpu->cpu_mode = M6811_MDA | M6811_SMOD;
331 else if (strcmp (cpu_mode, "bootstrap") == 0)
332 m68hc11_cpu->cpu_mode = M6811_SMOD;
333 else if (strcmp (cpu_mode, "single") == 0)
334 m68hc11_cpu->cpu_mode = 0;
336 m68hc11_cpu->cpu_mode = M6811_MDA
    [all...]
interrupts.c 151 if (m68hc11_cpu->cpu_mode & M6811_SMOD)
180 if (m68hc11_cpu->cpu_mode == M6811_SMOD)
m68hc11-sim.h 179 unsigned int cpu_mode; member in struct:m68hc11_sim_cpu
m68hc11_sim.c 531 m68hc11_cpu->ios[M6811_HPRIO] = m68hc11_cpu->cpu_mode;
  /src/external/gpl3/gdb.old/dist/sim/mn10300/
dv-mn103cpu.c 122 uint16_t cpu_mode; member in struct:mn103cpu
382 val = controller->cpu_mode;
  /src/external/gpl3/gdb/dist/sim/mn10300/
dv-mn103cpu.c 122 uint16_t cpu_mode; member in struct:mn103cpu
382 val = controller->cpu_mode;
  /src/external/cddl/osnet/dist/lib/libdtrace/i386/
dt_isadep.c 495 uint_t cpu_mode; local
506 cpu_mode = (dmodel == PR_MODEL_ILP32) ? SIZE32 : SIZE64;
508 if (dtrace_disx86(&x86dis, cpu_mode) != 0)
  /src/external/gpl3/binutils/dist/gas/config/
tc-z80.c 126 static int cpu_mode = 0; /* 0 - Z80, 1 - ADL */ variable
151 int cpu_mode; member in struct:match_info
194 *mode = match_cpu_table[i].cpu_mode;
213 *mode |= match_ext_table[i].cpu_mode;
219 *mode &= ~match_ext_table[i].cpu_mode;
327 setup_march (arg, & ins_ok, & ins_err, & cpu_mode);
330 setup_march ("z80", & ins_ok, & ins_err, & cpu_mode);
333 setup_march ("r800", & ins_ok, & ins_err, & cpu_mode);
336 setup_march ("z180", & ins_ok, & ins_err, & cpu_mode);
339 setup_march ("ez80", & ins_ok, & ins_err, & cpu_mode);
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c 126 static int cpu_mode = 0; /* 0 - Z80, 1 - ADL */ variable
151 int cpu_mode; member in struct:match_info
194 *mode = match_cpu_table[i].cpu_mode;
213 *mode |= match_ext_table[i].cpu_mode;
219 *mode &= ~match_ext_table[i].cpu_mode;
327 setup_march (arg, & ins_ok, & ins_err, & cpu_mode);
330 setup_march ("z80", & ins_ok, & ins_err, & cpu_mode);
333 setup_march ("r800", & ins_ok, & ins_err, & cpu_mode);
336 setup_march ("z180", & ins_ok, & ins_err, & cpu_mode);
339 setup_march ("ez80", & ins_ok, & ins_err, & cpu_mode);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 1598 bool alt, cpu_mode; local
1624 cpu_mode = panel->backlight.enabled && HAS_PCH_LPT(dev_priv) &&
1627 if (cpu_mode)
1635 if (cpu_mode) {

Completed in 46 milliseconds