Searched refs:x86_syscall_general_regs_t (Results 1 – 5 of 5) sorted by relevance
47 } x86_syscall_general_regs_t; typedef
36 x86_syscall_general_regs_t *syscall;
63 void x86_syscall_process_pending_signals(x86_syscall_general_regs_t* gregs);
30 __offsetof(x86_syscall_general_regs_t, reg))48 static_assert(sizeof(zx_thread_state_general_regs_t) == sizeof(x86_syscall_general_regs_t), "");51 const x86_syscall_general_regs_t* in) { in x86_fill_in_gregs_from_syscall()55 void x86_fill_in_syscall_from_gregs(x86_syscall_general_regs_t* out, in x86_fill_in_syscall_from_gregs()
492 void x86_syscall_process_pending_signals(x86_syscall_general_regs_t* gregs) { in x86_syscall_process_pending_signals()
Completed in 8 milliseconds