/openbmc/qemu/target/i386/tcg/user/ |
H A D | seg_helper.c | 33 cs->exception_index = EXCP_SYSCALL; in helper_syscall() 74 if (is_int || intno == EXCP_SYSCALL) { in do_interrupt_user()
|
/openbmc/qemu/target/openrisc/ |
H A D | interrupt.c | 63 if (exception == EXCP_SYSCALL || exception == EXCP_FPE) { in openrisc_cpu_do_interrupt() 81 [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); 4498 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 | 13297 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 | 240 [EXCP_SYSCALL] = "syscall", in hppa_cpu_do_interrupt()
|
H A D | cpu.h | 94 #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 | 34 #define EXCP_SYSCALL 3 /* user-only */ macro
|
H A D | translate.c | 1182 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 | 1281 EXCP_SYSCALL, enumerator
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | tlb_helper.c | 1222 case EXCP_SYSCALL: in mips_cpu_do_interrupt()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 1293 #define EXCP_SYSCALL 0x101 /* only for user emulation */ macro
|