Lines Matching refs:instructions
89 the program terminates in less than 4096 instructions.
94 Q: LD_ABS and LD_IND instructions vs C code
104 Q: BPF instructions mapping not one-to-one to native CPU
106 Q: It seems not all BPF instructions are one-to-one to native CPU.
129 of LD_ABS insn). Those instructions need to invoke epilogue and
132 Q: Why BPF_JLT and BPF_JLE instructions were not introduced in the beginning?
136 due to lack of these compare instructions and they were added.
137 These two instructions is a perfect example what kind of new BPF
138 instructions are acceptable and can be added in the future.
139 These two already had equivalent instructions in native CPUs.
140 New instructions that don't have one-to-one mapping to HW instructions
158 A: YES. BPF instructions, arguments to BPF programs, set of helper
179 A: NO. Classic BPF programs are converted into extend BPF instructions.