Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds