We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de7695 commit 0f6750bCopy full SHA for 0f6750b
arch/x86/entry/common.c
@@ -190,6 +190,7 @@ static __always_inline bool int80_is_external(void)
190
191
/**
192
* do_int80_emulation - 32-bit legacy syscall C entry from asm
193
+ * @regs: syscall arguments in struct pt_args on the stack.
194
*
195
* This entry point can be used by 32-bit and 64-bit programs to perform
196
* 32-bit system calls. Instances of INT $0x80 can be found inline in
0 commit comments