Lines Matching refs:src_reg
83 BPF_X 0x08 use 'src_reg' register as source operand
117 dst_reg = (u32) dst_reg + (u32) src_reg;
121 dst_reg = dst_reg + src_reg
125 src_reg = (u32) src_reg ^ (u32) imm32
129 src_reg = src_reg ^ imm32
237 *(size *) (dst_reg + off) = src_reg
245 dst_reg = *(size *) (src_reg + off)
279 *(u32 *)(dst_reg + off16) += src_reg
283 *(u64 *)(dst_reg + off16) += src_reg
298 is set, then the operation also overwrites ``src_reg`` with the value that
301 The ``BPF_XCHG`` operation atomically exchanges ``src_reg`` with the value
306 ``dst_reg + off`` is replaced with ``src_reg``. In either case, the