Searched refs:sysret (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/linux-user/alpha/ |
H A D | cpu_loop.c | 30 abi_long sysret; in cpu_loop() local 76 sysret = do_syscall(env, trapnr, in cpu_loop() 81 if (sysret == -QEMU_ERESTARTSYS) { in cpu_loop() 85 if (sysret == -QEMU_ESIGRETURN) { in cpu_loop() 91 trapnr = (env->ir[IR_V0] != 0 && sysret < 0); in cpu_loop() 92 env->ir[IR_V0] = (trapnr ? -sysret : sysret); in cpu_loop()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Fix-type-of-single-bit-bitfields.patch | 67 - int sysret : 1; 72 + unsigned int sysret : 1;
|
/openbmc/qemu/target/i386/ |
H A D | helper.h | 56 DEF_HELPER_2(sysret, void, env, int)
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 390 0x80000001, 0, EDX, 11, sysret, SYSCALL/SYSRET supported
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-script.txt | 208 "int" for "bci", "iret" for "bri", "syscall" for "bcs", "sysret" for "brs",
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 4128 * TF handling for the sysret insn is different. The TF bit is checked 4129 * after the sysret insn completes. This allows #DB to be
|