Home
last modified time | relevance | path

Searched refs:x86_syscall_general_regs_t (Results 1 – 5 of 5) sorted by relevance

/kernel/arch/x86/include/arch/x86/
A Dgeneral_regs.h47 } x86_syscall_general_regs_t; typedef
/kernel/arch/x86/include/arch/
A Darch_thread.h36 x86_syscall_general_regs_t *syscall;
A Dx86.h63 void x86_syscall_process_pending_signals(x86_syscall_general_regs_t* gregs);
/kernel/arch/x86/
A Ddebugger.cpp30 __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()
A Dfaults.cpp492 void x86_syscall_process_pending_signals(x86_syscall_general_regs_t* gregs) { in x86_syscall_process_pending_signals()

Completed in 8 milliseconds