Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/net/
Dbpf_jit.h287 PPC_BCC_SHORT(cond ^ COND_CMP_TRUE, (ctx->idx+2)*4); \
296 #define COND_CMP_TRUE 0x100 macro
299 #define COND_GT (CR0_GT | COND_CMP_TRUE)
301 #define COND_EQ (CR0_EQ | COND_CMP_TRUE)
303 #define COND_LT (CR0_LT | COND_CMP_TRUE)
Dbpf_jit_comp.c528 PPC_BCC(true_cond ^ COND_CMP_TRUE, in bpf_jit_build_body()