Searched refs:EBPF_JSLE (Results 1 – 6 of 6) sorted by relevance
95 #define EBPF_JSLE 0xd0 macro
765 [GET_BPF_OP(EBPF_JSLE)] = {0x0F, 0x4E}, /* CMOVLE */ in emit_movcc_reg()806 [GET_BPF_OP(EBPF_JSLE)] = 0x7E, /* JLE */ in emit_abs_jcc()820 [GET_BPF_OP(EBPF_JSLE)] = {0x0F, 0x8E}, /* JLE */ in emit_abs_jcc()1451 case (BPF_JMP | EBPF_JSLE | BPF_K): in emit()1465 case (BPF_JMP | EBPF_JSLE | BPF_X): in emit()
414 case (BPF_JMP | EBPF_JSLE | BPF_K): in bpf_exec()448 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()
1120 else if (op == EBPF_JSLE) in eval_jcc()1634 [(BPF_JMP | EBPF_JSLE | BPF_K)] = {1700 [(BPF_JMP | EBPF_JSLE | BPF_X)] = {2003 case (BPF_JMP | EBPF_JSLE | BPF_K): in validate()2014 case (BPF_JMP | EBPF_JSLE | BPF_X): in validate()
757 .code = (BPF_JMP | EBPF_JSLE | BPF_K),