-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eBPF.md: Document atomic [fetch-and-]{and,or,xor} instructions
The instructions are selected when the immediate field of an atomic instruction is set to BPF_OR (0x40), BPF_AND (0x50), or BPF_XOR (0xa0), instead of BPF_ADD (0), and can possibly get the BPF_FETCH (1) flag as well. This is supported in the kernel since commit: 981f94c3e921 ("bpf: Add bitwise atomic instructions")
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters