Home
last modified time | relevance | path

Searched refs:COND_CMP_FALSE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit.h111 #define COND_CMP_FALSE 0x000 macro
114 #define COND_GE (CR0_LT | COND_CMP_FALSE)
116 #define COND_NE (CR0_EQ | COND_CMP_FALSE)
118 #define COND_LE (CR0_GT | COND_CMP_FALSE)
/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit.h112 #define COND_CMP_FALSE 0x000 macro
115 #define COND_GE (CR0_LT | COND_CMP_FALSE)
117 #define COND_NE (CR0_EQ | COND_CMP_FALSE)
119 #define COND_LE (CR0_GT | COND_CMP_FALSE)

Completed in 1 milliseconds