| /openbmc/qemu/target/i386/tcg/user/ |
| H A D | seg_helper.c | 32 cs->exception_index = EXCP_SYSCALL; in helper_syscall() 73 if (is_int || intno == EXCP_SYSCALL) { in do_interrupt_user()
|
| /openbmc/qemu/target/openrisc/ |
| H A D | interrupt.c | 62 if (exception == EXCP_SYSCALL || exception == EXCP_FPE) { in openrisc_cpu_do_interrupt() 80 [EXCP_SYSCALL] = "SYSCALL", in openrisc_cpu_do_interrupt()
|
| H A D | cpu.h | 153 EXCP_SYSCALL = 0xc, enumerator
|
| H A D | translate.c | 1070 gen_exception(dc, EXCP_SYSCALL); in trans_l_sys()
|
| /openbmc/qemu/linux-user/openrisc/ |
| H A D | cpu_loop.c | 39 case EXCP_SYSCALL: in cpu_loop()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | exception.c | 106 [EXCP_SYSCALL] = "syscall",
|
| H A D | nanomips_translate.c.inc | 3573 generate_exception_end(ctx, EXCP_SYSCALL); 4493 generate_exception_end(ctx, EXCP_SYSCALL);
|
| H A D | micromips_translate.c.inc | 1306 generate_exception_end(ctx, EXCP_SYSCALL);
|
| H A D | translate.c | 13271 generate_exception_end(ctx, EXCP_SYSCALL); in decode_opc_special()
|
| /openbmc/qemu/linux-user/i386/ |
| H A D | cpu_loop.c | 222 case EXCP_SYSCALL: in cpu_loop() 242 case EXCP_SYSCALL: in cpu_loop()
|
| /openbmc/qemu/linux-user/microblaze/ |
| H A D | cpu_loop.c | 41 case EXCP_SYSCALL: in cpu_loop()
|
| /openbmc/qemu/bsd-user/x86_64/ |
| H A D | target_arch_cpu.h | 127 case EXCP_SYSCALL: in target_cpu_loop()
|
| /openbmc/qemu/bsd-user/i386/ |
| H A D | target_arch_cpu.h | 167 case EXCP_SYSCALL: in target_cpu_loop()
|
| /openbmc/qemu/linux-user/hppa/ |
| H A D | cpu_loop.c | 125 case EXCP_SYSCALL: in cpu_loop()
|
| /openbmc/qemu/target/hppa/ |
| H A D | int_helper.c | 246 [EXCP_SYSCALL] = "syscall", in hppa_cpu_do_interrupt()
|
| H A D | cpu.h | 95 #define EXCP_SYSCALL 30 macro
|
| H A D | translate.c | 2109 gen_excp_1(EXCP_SYSCALL); in do_page_zero()
|
| /openbmc/qemu/target/microblaze/ |
| H A D | cpu.h | 36 #define EXCP_SYSCALL 3 /* user-only */ macro
|
| H A D | translate.c | 1194 gen_raise_exception_sync(dc, EXCP_SYSCALL); in trans_brki()
|
| /openbmc/qemu/linux-user/mips/ |
| H A D | cpu_loop.c | 80 case EXCP_SYSCALL: in cpu_loop()
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu.h | 1279 EXCP_SYSCALL, enumerator
|
| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | tlb_helper.c | 1223 case EXCP_SYSCALL: in mips_cpu_do_interrupt()
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.h | 1405 #define EXCP_SYSCALL 0x101 /* only for user emulation */ macro
|