Searched refs:EBPF_JSLE (Results 1 – 6 of 6) sorted by relevance
95 #define EBPF_JSLE 0xd0 macro
770 [GET_BPF_OP(EBPF_JSLE)] = {0x0F, 0x4E}, /* CMOVLE */ in emit_movcc_reg()811 [GET_BPF_OP(EBPF_JSLE)] = 0x7E, /* JLE */ in emit_abs_jcc()825 [GET_BPF_OP(EBPF_JSLE)] = {0x0F, 0x8E}, /* JLE */ in emit_abs_jcc()1456 case (BPF_JMP | EBPF_JSLE | BPF_K): in emit()1470 case (BPF_JMP | EBPF_JSLE | BPF_X): in emit()
420 case (BPF_JMP | EBPF_JSLE | BPF_K): in bpf_exec()454 case (BPF_JMP | EBPF_JSLE | BPF_X): in bpf_exec()
207 case EBPF_JSLE: in ebpf_to_a64_cond()1343 case (BPF_JMP | EBPF_JSLE | BPF_K): in emit()1363 case (BPF_JMP | EBPF_JSLE | BPF_X): in emit()
1116 else if (op == EBPF_JSLE) in eval_jcc()1630 [(BPF_JMP | EBPF_JSLE | BPF_K)] = {1696 [(BPF_JMP | EBPF_JSLE | BPF_X)] = {1999 case (BPF_JMP | EBPF_JSLE | BPF_K): in validate()2010 case (BPF_JMP | EBPF_JSLE | BPF_X): in validate()
729 .code = (BPF_JMP | EBPF_JSLE | BPF_K),