Searched refs:_J (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 225 #define _J(code, ...) \ in bpf_insn_successors() macro 229 _J(BPF_EXIT, {.can_jump = false, .can_fallthrough = false}), in bpf_insn_successors() 230 _J(BPF_JA, {.can_jump = true, .can_fallthrough = false}), in bpf_insn_successors() 231 _J(BPF_JEQ, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 232 _J(BPF_JNE, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 233 _J(BPF_JLT, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 234 _J(BPF_JLE, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 235 _J(BPF_JGT, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 236 _J(BPF_JGE, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() 237 _J(BPF_JSGT, {.can_jump = true, .can_fallthrough = true}), in bpf_insn_successors() [all …]
|