Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/net/
Dbpf_jit.h40 #define MIPS_COND_K (0x1 << 6) macro
Dbpf_jit.c934 condt = MIPS_COND_EQ | MIPS_COND_K; in build_body()
943 condt = MIPS_COND_GE | MIPS_COND_K; in build_body()
952 condt = MIPS_COND_GT | MIPS_COND_K; in build_body()
962 if (condt & MIPS_COND_K) { /* K */ in build_body()
979 if (condt & MIPS_COND_K) in build_body()
1000 if (condt & MIPS_COND_K) { /* K */ in build_body()