Symbol: emulation
sys/arch/m68k/060sp/dist/fpsp.s
1007
# if our emulation, after re-doing the operation, decided that
sys/arch/m68k/060sp/dist/fpsp.s
974
# if our emulation, after re-doing the operation, decided that
sys/arch/m68k/060sp/dist/pfpsp.s
1007
# if our emulation, after re-doing the operation, decided that
sys/arch/m68k/060sp/dist/pfpsp.s
974
# if our emulation, after re-doing the operation, decided that
sys/arch/m68k/fpsp/l_fpsp.h
104
* Note that you must still save fp2/fp3 because the FPSP emulation
sys/arch/m68k/fpsp/l_fpsp.h
107
* real fpcr before calling the emulation routine. On return, the
sys/arch/m68k/fpsp/l_fpsp.h
108
* monadic emulation code will place the value supplied in d1 back
sys/arch/m68k/fpsp/l_fpsp.h
97
* [call appropriate emulation routine]
usr.bin/kdump/kdump.c
1048
const struct emulation *emul;
usr.bin/kdump/kdump.c
836
const struct emulation *emul = cur_emul;
usr.bin/kdump/setemul.c
118
const struct emulation emulations[] = {
usr.bin/kdump/setemul.c
164
const struct emulation *emulation;
usr.bin/kdump/setemul.c
168
const struct emulation *cur_emul;
usr.bin/kdump/setemul.c
169
const struct emulation *prev_emul;
usr.bin/kdump/setemul.c
171
static const struct emulation *default_emul = &emulations[0];
usr.bin/kdump/setemul.c
178
static void ectx_update(pid_t, const struct emulation *);
usr.bin/kdump/setemul.c
184
const struct emulation *match = NULL;
usr.bin/kdump/setemul.c
240
ctx->emulation = default_emul;
usr.bin/kdump/setemul.c
258
ectx_update(pid_t pid, const struct emulation *emul)
usr.bin/kdump/setemul.c
263
ctx->emulation = emul;
usr.bin/kdump/setemul.c
275
cur_emul = ctx->emulation;
usr.bin/kdump/setemul.h
78
extern const struct emulation *cur_emul;
usr.bin/kdump/setemul.h
79
extern const struct emulation *prev_emul;