Home
last modified time | relevance | path

Searched refs:BPF_ALU_OR (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/bpf/
H A Dbpf_dbg.c71 #define BPF_ALU_OR (BPF_ALU | BPF_OR) macro
164 [BPF_ALU_OR] = "or",
404 case BPF_ALU_OR | BPF_X: in bpf_disasm()
405 op = op_table[BPF_ALU_OR]; in bpf_disasm()
408 case BPF_ALU_OR | BPF_K: in bpf_disasm()
409 op = op_table[BPF_ALU_OR]; in bpf_disasm()
825 case BPF_ALU_OR | BPF_X: in bpf_single_step()
828 case BPF_ALU_OR | BPF_K: in bpf_single_step()