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 a9bf07c commit ae298b0Copy full SHA for ae298b0
isa/kernel.org/instruction-set.rst
@@ -30,7 +30,7 @@ The eBPF calling convention is defined as:
30
* R0: return value from function calls, and exit value for eBPF programs
31
* R1 - R5: arguments for function calls
32
* R6 - R9: callee saved registers that function calls will preserve
33
-* R10: read-only frame pointer to access stack
+* R10: frame pointer to access stack
34
35
Registers R0 - R5 are scratch registers, meaning the BPF program needs to either
36
spill them to the BPF stack or move them to callee saved registers if these
0 commit comments