Skip to content

Commit 838a3fd

Browse files
committed
Add cross references
Signed-off-by: Dave Thaler <[email protected]>
1 parent 389156b commit 838a3fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

isa/kernel.org/instruction-set.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,10 @@ BPF_IMM | BPF_DW | BPF_LD 0x18 0x06 dst = mva(map_by_idx(imm)) + next_imm
506506

507507
where
508508

509-
* map_by_fd(fd) means to convert a 32-bit POSIX file descriptor into an address of a map object
509+
* map_by_fd(fd) means to convert a 32-bit POSIX file descriptor into an address of a map object (see `Map objects`_)
510510
* map_by_index(index) means to convert a 32-bit index into an address of a map object
511511
* mva(map) gets the address of the memory region expressed by a given map object
512-
* variable_addr(id) gets the address of a variable with a given id
512+
* variable_addr(id) gets the address of a variable (see `Variables`_) with a given id
513513
* code_addr(offset) gets the address of the instruction at a specified relative offset in units of 64-bit blocks
514514
* the 'imm type' can be used by disassemblers for display
515515
* the 'dst type' can be used for verification and JIT compilation purposes

0 commit comments

Comments
 (0)