Searched refs:BPF_ST (Results 1 – 5 of 5) sorted by relevance
9 #define BPF_ST 0x02 macro
145 [BPF_ST] = "st",243 case BPF_ST: in bpf_disasm()244 op = op_table[BPF_ST]; in bpf_disasm()658 case BPF_ST: in bpf_single_step()
201 bpf_set_curr_instr(BPF_ST, 0, 0, $4); }
220 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \
1082 case BPF_ST: in bpf_core_patch_insn()
Completed in 14 milliseconds