Home
last modified time | relevance | path

Searched refs:COND_CMP_TRUE (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit.h101 PPC_BCC_SHORT(cond ^ COND_CMP_TRUE, (ctx->idx+2)*4); \
110 #define COND_CMP_TRUE 0x100 macro
113 #define COND_GT (CR0_GT | COND_CMP_TRUE)
115 #define COND_EQ (CR0_EQ | COND_CMP_TRUE)
117 #define COND_LT (CR0_LT | COND_CMP_TRUE)
H A Dbpf_jit_comp.c524 PPC_BCC(true_cond ^ COND_CMP_TRUE, in bpf_jit_build_body()
/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit.h102 PPC_BCC_SHORT(cond ^ COND_CMP_TRUE, CTX_NIA(ctx) + 2*4); \
111 #define COND_CMP_TRUE 0x100 macro
114 #define COND_GT (CR0_GT | COND_CMP_TRUE)
116 #define COND_EQ (CR0_EQ | COND_CMP_TRUE)
118 #define COND_LT (CR0_LT | COND_CMP_TRUE)

Completed in 2 milliseconds