Searched refs:x86_io (Results 1 – 8 of 8) sorted by relevance
35 static struct iovec x86_io = { variable40 #define ARCH_IOVEC_FOR_GETREGSET x86_io41 #define ARCH_PC_REG (x86_io.iov_len == sizeof(i386_regs) ? i386_regs.eip : x86_64_regs.rip)
42 x86_io.iov_len = sizeof(i386_regs); in getregs_old()65 x86_io.iov_len = sizeof(x86_64_regs); in getregs_old()
16 if (x86_io.iov_len == sizeof(i386_regs)) in arch_set_error()31 if (x86_io.iov_len == sizeof(i386_regs)) in arch_set_success()
10 if (x86_io.iov_len == sizeof(i386_regs)) { in get_error()
13 if (x86_io.iov_len == sizeof(i386_regs)) in arch_set_scno()
5 if (x86_io.iov_len != sizeof(i386_regs)) { in get_syscall_args()
61 if (x86_io.iov_len == sizeof(i386_regs)) { in arch_get_scno()
27637 static union x86_regs_union and struct iovec x86_io.27638 (printcall): Use i386_regs or x86_64_regs depending on x86_io.iov_len.27644 on x86_io.iov_len.