| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | emul_generic.c | 32 emul_syscall_enter(emul_syscall *emul, in emul_syscall_enter() argument 41 emul->syscall_descriptor[call].name); in emul_syscall_enter() 46 emul_syscall_exit(emul_syscall *emul, in emul_syscall_exit() argument 55 if (error > 0 && error < emul->nr_error_names) in emul_syscall_exit() 56 printf_filtered("[%s]", emul->error_names[error]); in emul_syscall_exit() 213 emul_syscall *emul, in emul_do_system_call() argument 220 if (call >= emul->nr_system_calls) in emul_do_system_call() 223 handler = emul->syscall_descriptor[call].handler; in emul_do_system_call() 225 if (emul->syscall_descriptor[call].name) { in emul_do_system_call() 226 error("do_call() unimplemented call %s\n", emul->syscall_descriptor[call].name); in emul_do_system_call() [all …]
|
| /netbsd-src/distrib/sparc/ |
| H A D | install.md | 281 mv -f $f $root/emul/aout/usr/lib || return 1 307 mv -f $root/$xlibdir/$f $root/emul/aout/$xlibdir || return 1 318 if [ -d $root/emul/aout/. ]; then 319 echo "Using existing /emul/aout directory" 321 echo "Creating /emul/aout hierarchy" 324 if [ ! -d $root/emul ]; then 325 mkdir $root/emul || return 1 328 if [ -h $root/emul/aout ]; then 329 echo "Preserving existing symbolic link from /emul/aout" 330 mv -f $root/emul/aout $root/emul/aout.old || return 1 [all …]
|
| /netbsd-src/lib/libnvmm/ |
| H A D | libnvmm_x86.c | 1022 const struct x86_emul *emul; member 1058 const struct x86_emul *emul; member 1062 const struct x86_emul *emul; member 1075 [1] = { .emul = &x86_emul_or }, 1076 [4] = { .emul = &x86_emul_and }, 1077 [6] = { .emul = &x86_emul_xor }, 1078 [7] = { .emul = &x86_emul_cmp } 1082 [0] = { .emul = &x86_emul_test }, 1083 [1] = { .emul = &x86_emul_test } 1087 [0] = { .emul = &x86_emul_mov } [all …]
|
| /netbsd-src/lib/libm/arch/vax/ |
| H A D | n_argred.S | 422 emul %r0,%r8,$0,%r4 423 emul %r0,%r9,%r5,%r5 424 emul %r0,%r10,%r6,%r6 426 emul %r1,%r8,$0,%r7 427 emul %r1,%r9,%r8,%r8 428 emul %r1,%r10,%r9,%r9 429 emul %r1,%r11,%r10,%r10 455 emul %r1,%r6,$0,%r4 457 emul %r0,%r6,%r5,%r5 462 emul %r1,%r6,$0,%r4 [all …]
|
| /netbsd-src/distrib/amiga/miniroot/ |
| H A D | install.md | 331 mv -f $f $root/emul/aout/usr/lib || return 1 357 mv -f $root/$xlibdir/$f $root/emul/aout/$xlibdir || return 1 368 if [ -d $root/emul/aout/. ]; then 369 echo "Using existing /emul/aout directory" 371 echo "Creating /emul/aout hierarchy" 374 if [ ! -d $root/emul ]; then 375 mkdir $root/emul || return 1 378 if [ -h $root/emul/aout ]; then 379 echo "Preserving existing symbolic link from /emul/aout" 380 mv -f $root/emul/aout $root/emul/aout.old || return 1 [all …]
|
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | syscall.c | 69 const struct emul * const emul = p->p_emul; in syscall() local 70 const struct sysent *callp = emul->e_sysent; in syscall() 81 if ((unsigned long) tf->tf_code >= emul->e_nsysent) in syscall() 82 callp += emul->e_nosys; in syscall()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_syscall.c | 65 const struct emul *em; in sys_nomodule() 107 syscall_establish(const struct emul *em, const struct syscall_package *sp) in syscall_establish() 145 syscall_disestablish(const struct emul *em, const struct syscall_package *sp) in syscall_disestablish() 245 struct emul *e = p->p_emul; in trace_enter() 288 struct emul *e = p->p_emul; in trace_exit()
|
| H A D | kern_scdebug.c | 137 const struct emul *em; in scdebug_call() 248 const struct emul *em; in scdebug_ret()
|
| /netbsd-src/sys/sys/ |
| H A D | syscallvar.h | 46 extern struct emul emul_netbsd; 55 int syscall_establish(const struct emul *, const struct syscall_package *); 56 int syscall_disestablish(const struct emul *, const struct syscall_package *);
|
| H A D | exec.h | 160 struct emul *es_emul; /* os emulation */ 292 int exec_sigcode_alloc(const struct emul *); 293 void exec_sigcode_free(const struct emul *);
|
| H A D | proc.h | 145 struct emul { struct 303 struct emul *p_emul; /* :: emulation information */ 618 extern struct emul emul_netbsd;
|
| H A D | compat_stub.h | 313 struct emul; 314 MODULE_HOOK(get_emul_sunos_hook, int, (const struct emul **));
|
| /netbsd-src/sys/compat/linux32/common/ |
| H A D | linux32_socketcall.c | 59 #define sc(emul, fn) { "linux32/" #fn, sizeof (struct emul##_##fn##_args), \ argument 60 (int (*)(struct lwp *, const void *, register_t *))emul##_##fn }
|
| /netbsd-src/etc/rc.d/ |
| H A D | wscons | 97 emul=$arg3 107 case $emul in 111 cmd="$cmd -e $emul"
|
| /netbsd-src/sys/rump/kern/lib/libsys_sunos/ |
| H A D | sys_sunos_component.c | 18 struct emul emul_rump_sys_sunos = { 33 extern struct emul *emul_default; in RUMP_COMPONENT()
|
| /netbsd-src/sys/rump/kern/lib/libsys_cygwin/ |
| H A D | sys_cygwin_component.c | 18 struct emul emul_rump_sys_cygwin = { 33 extern struct emul *emul_default; in RUMP_COMPONENT()
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldemul.c | 373 ld_emulation_xfer_type *emul = *eptr; in ldemul_list_emulation_options() local 375 if (emul->list_options) in ldemul_list_emulation_options() 377 fprintf (f, "%s: \n", emul->emulation_name); in ldemul_list_emulation_options() 379 emul->list_options (f); in ldemul_list_emulation_options()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldemul.c | 373 ld_emulation_xfer_type *emul = *eptr; in ldemul_list_emulation_options() local 375 if (emul->list_options) in ldemul_list_emulation_options() 377 fprintf (f, "%s: \n", emul->emulation_name); in ldemul_list_emulation_options() 379 emul->list_options (f); in ldemul_list_emulation_options()
|
| /netbsd-src/usr.bin/ktruss/ |
| H A D | dump.c | 666 struct ktr_entry *emul; in ktrsysret() local 694 emul = getpendq(kth, KTR_EMUL, NULL); in ktrsysret() 695 if (emul != NULL) { in ktrsysret() 697 ktremul(emul); in ktrsysret() 730 char *emul = (char *)(kth + 1); in ktremul() local 733 xwprintf("emul(%s)", emul); in ktremul() 734 setemul(emul, kth->ktr_pid, 1); in ktremul()
|
| /netbsd-src/usr.bin/kdump/ |
| H A D | kdump.c | 828 const struct emulation *emul = cur_emul; in ktrsyscall() local 839 ((ktr->ktr_code >= emul->nsysnames || ktr->ktr_code < 0))) { in ktrsyscall() 843 sys_name = emul->sysnames[ktr->ktr_code]; in ktrsyscall() 861 (strcmp(emul->name, "linux") != 0 && in ktrsyscall() 862 strcmp(emul->name, "linux32") != 0 && in ktrsyscall() 998 if (strcmp(emul->name, "linux") == 0 || in ktrsyscall() 999 strcmp(emul->name, "linux32") == 0) { in ktrsyscall() 1040 const struct emulation *emul; in ktrsysret() local 1046 emul = prev_emul; in ktrsysret() 1049 emul = cur_emul; in ktrsysret() [all …]
|
| H A D | setemul.c | 258 ectx_update(pid_t pid, const struct emulation *emul) in ectx_update() argument 263 ctx->emulation = emul; in ectx_update()
|
| /netbsd-src/sys/rump/kern/lib/libsys_linux/ |
| H A D | sys_linux_component.c | 29 struct emul emul_rump_sys_linux = { 45 extern struct emul *emul_default; in RUMP_COMPONENT()
|
| /netbsd-src/usr.sbin/wsconscfg/ |
| H A D | wsconscfg.c | 77 asd.emul = 0; in main() 86 asd.emul = optarg; in main()
|
| /netbsd-src/distrib/amd64/cdroms/ |
| H A D | Makefile.cdrom | 16 …= bootimage=i386;bootxx.${MACHINE},no-emul-boot,allow-multidot,bootimage=i386;${EFIBOOTIMG},platfo…
|
| /netbsd-src/sys/compat/ultrix/ |
| H A D | ultrix_exec.h | 29 extern struct emul emul_ultrix;
|