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

1 2 3

  /src/external/gpl3/binutils/dist/gas/
emul.h 1 /* emul.h. File format emulation routines
24 struct emulation struct
36 COMMON struct emulation * this_emulation;
38 extern struct emulation mipsbelf, mipslelf, mipself;
39 extern struct emulation crisaout, criself;
emul-target.h 1 /* emul-target.h. Default values for struct emulation defined in emul.h
45 struct emulation emul_struct_name =
  /src/external/gpl3/binutils.old/dist/gas/
emul.h 1 /* emul.h. File format emulation routines
24 struct emulation struct
36 COMMON struct emulation * this_emulation;
38 extern struct emulation mipsbelf, mipslelf, mipself;
39 extern struct emulation crisaout, criself;
emul-target.h 1 /* emul-target.h. Default values for struct emulation defined in emul.h
45 struct emulation emul_struct_name =
  /src/usr.bin/kdump/
setemul.h 65 struct emulation { struct
66 const char *name; /* Emulation name */
73 u_int32_t flags; /* Special flags for this emulation */
74 #define EMUL_FLAG_NETBSD32 0x00000001 /* this emulation is
78 extern const struct emulation *cur_emul;
79 extern const struct emulation *prev_emul;
setemul.c 118 const struct emulation emulations[] = {
164 const struct emulation *emulation; member in struct:emulation_ctx
168 const struct emulation *cur_emul;
169 const struct emulation *prev_emul;
171 static const struct emulation *default_emul = &emulations[0];
178 static void ectx_update(pid_t, const struct emulation *);
184 const struct emulation *match = NULL;
194 warnx("Emulation `%s' unknown", name);
212 * Emulation context list is very simple chained list, not even hashed
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
os_emul.c 77 /* see if the device tree already specifies the required emulation */
84 /* go through each emulation to see if they reconize it. FIXME -
112 os_emul_init(os_emul *emulation,
115 if (emulation != (os_emul*)0)
116 emulation->init(emulation->data, nr_cpus);
124 os_emul *emulation = cpu_os_emulation(processor); local
125 if (emulation != (os_emul*)0 && emulation->system_call != 0)
126 emulation->system_call(processor, cia, emulation->data)
137 os_emul *emulation = cpu_os_emulation(processor); local
    [all...]
os_emul.h 33 (os_emul *emulation,
37 /* System-call emulation - for user code. Instead of trapping system
46 /* Instruction emulation - for kernel code. Extra (normally illegal)
48 call this emulation function. The instruction call emulator should
  /src/external/gpl3/gdb.old/dist/sim/ppc/
os_emul.c 77 /* see if the device tree already specifies the required emulation */
84 /* go through each emulation to see if they reconize it. FIXME -
112 os_emul_init(os_emul *emulation,
115 if (emulation != (os_emul*)0)
116 emulation->init(emulation->data, nr_cpus);
124 os_emul *emulation = cpu_os_emulation(processor); local
125 if (emulation != (os_emul*)0 && emulation->system_call != 0)
126 emulation->system_call(processor, cia, emulation->data)
137 os_emul *emulation = cpu_os_emulation(processor); local
    [all...]
os_emul.h 33 (os_emul *emulation,
37 /* System-call emulation - for user code. Instead of trapping system
46 /* Instruction emulation - for kernel code. Extra (normally illegal)
48 call this emulation function. The instruction call emulator should
  /src/sys/rump/dev/lib/libwsemul_vt100/
Makefile 4 # This library provides wscons vt100 emulation (aka TERM=wsvt25).
13 COMMENT=Workstation console VT100 emulation
  /src/external/gpl3/binutils/dist/ld/emulparams/
elf32bmipn32-defs.sh 22 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
  /src/external/gpl3/binutils.old/dist/ld/emulparams/
elf32bmipn32-defs.sh 22 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
  /src/distrib/amd64/cdroms/
install.sh 73 You are using a serial console, we do not know your terminal emulation.
  /src/distrib/amd64/installimage/
install.sh 73 You are using a serial console, we do not know your terminal emulation.
  /src/distrib/amd64/installimage-bios/
install.sh 73 You are using a serial console, we do not know your terminal emulation.
  /src/distrib/evbarm/installimage/
install.sh 73 You are using a serial console, we do not know your terminal emulation.
  /src/distrib/i386/cdroms/
install.sh 73 You are using a serial console, we do not know your terminal emulation.
  /src/distrib/i386/installimage/
install.sh 73 You are using a serial console, we do not know your terminal emulation.
  /src/distrib/sparc64/cdroms/installcd/
install.sh 73 You are using a serial console, we do not know your terminal emulation.
  /src/distrib/vax/cdroms/installcd/
install.sh 73 You are using a serial console, we do not know your terminal emulation.
  /src/sys/arch/m68k/060sp/dist/
isp.doc 47 isp.sa provides full emulation support for these instructions.
128 the entry code jumps to the appropriate emulation code within the code section.
191 If the emulation code provided by the 060ISP is sufficient for the
200 If the "core" emulation routines of either "cas" or "cas2" perform some
202 supply new emulation code. This new emulation code should reside within
203 the functions _060_real_cas() or _060_real_cas2(). When this new emulation
  /src/external/gpl3/gdb/dist/sim/testsuite/pru/
mul.s 33 # MUL: Test the pipeline emulation
  /src/external/gpl3/gdb.old/dist/sim/testsuite/pru/
mul.s 33 # MUL: Test the pipeline emulation
  /src/sys/arch/m68k/fpsp/
l_fpsp.h 97 * [call appropriate emulation routine]
104 * Note that you must still save fp2/fp3 because the FPSP emulation
107 * real fpcr before calling the emulation routine. On return, the
108 * monadic emulation code will place the value supplied in d1 back

Completed in 35 milliseconds

1 2 3