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

1 2

  /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/sys/rump/dev/lib/libwsemul_vt100/
Makefile 4 # This library provides wscons vt100 emulation (aka TERM=wsvt25).
13 COMMENT=Workstation console VT100 emulation
  /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/i386/cdroms/
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/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
changes 41 1) "movep" emulation where data was being read from memory
42 was reading the intermediate bytes. Emulation now only
46 Inexact FPSR bit. Emulation now does not set Inexact for
101 bit 0 = 1 (Software Emulation Error)
123 bit 0 = 1 (Software Emulation Error)
isp.s 582 # the required emulation has been completed. now, clean up the necessary stack
837 # software emulation error = true
1620 # software emulation error = true
1848 # software emulation error = true
1858 # software emulation error = true
1936 bra.w chk2_cmp2_compare # go do the compare emulation
2031 # software emulation error = true
2041 # software emulation error = true
2479 # software emulation error = true
2714 # software emulation error = tru
    [all...]
iskeletn.s 154 # Entry point for the selected cas emulation code implementation.
165 # Entry point for the selected cas2 emulation code implementation.
ilsp.doc 81 within the package will then enter the correct emulation code routine.
  /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
  /src/sys/arch/x68k/x68k/
locore.s 399 jne _C_LABEL(illinst) | no, not an FP emulation
405 moveq #T_FPEMULI,%d0 | denote as FP emulation trap
413 moveq #T_FPEMULD,%d0 | denote as FP emulation trap
428 moveq #T_FPEMULD,%d0 | denote as FP emulation trap
436 moveq #T_FPEMULD,%d0 | denote as FP emulation trap
706 * Emulation of VAX REI instruction.
  /src/sys/arch/vax/vax/
intvec.S 135 INTVEC(emulate, KSTACK) # Subset instruction emulation, C8
462 # call appropriate emulation routine
  /src/distrib/sparc/
install.md 359 echo "a.out emulation environment setup completed."
377 echo "Failed to setup a.out emulation environment"
  /src/sys/arch/macppc/dev/
apm.c 41 #error only one APM emulation device may be configured
  /src/usr.bin/resize/
resize.c 355 case 's': /* Sun emulation */
406 "%s: Can't set window size under %s emulation\n",
  /src/sys/arch/virt68k/virt68k/
locore.s 283 jne _C_LABEL(illinst) | no, not an FP emulation
289 moveq #T_FPEMULD,%d0 | denote as FP emulation trap
305 moveq #T_FPEMULD,%d0 | denote as FP emulation trap
510 * Emulation of VAX REI instruction.
  /src/sys/arch/cesfic/cesfic/
locore.s 398 jne _C_LABEL(illinst) | no, not an FP emulation
411 moveq #T_FPEMULI,%d0 | denote as FP emulation trap
432 moveq #T_FPEMULD,%d0 | denote as FP emulation trap
639 * Emulation of VAX REI instruction.
  /src/sys/arch/next68k/next68k/
locore.s 414 jne _C_LABEL(illinst) | no, not an FP emulation
424 moveq #T_FPEMULI,%d0 | denote as FP emulation trap
442 moveq #T_FPEMULD,%d0 | denote as FP emulation trap
658 * Emulation of VAX REI instruction.

Completed in 161 milliseconds

1 2