Searched defs:CODE (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/alpha/lib/ |
D | callback_srm.S | 57 #define CALLBACK(NAME, CODE, ARG_CNT) \ argument 63 #define CALLBACK(NAME, CODE, ARG_CNT) \ argument
|
/linux-4.4.14/lib/ |
D | lockref.c | 10 #define CMPXCHG_LOOP(CODE, SUCCESS) do { \ argument 29 #define CMPXCHG_LOOP(CODE, SUCCESS) do { } while (0) argument
|
/linux-4.4.14/Documentation/EDID/ |
D | Makefile | 8 CODE := $(patsubst %.S, %.c, $(SOURCES)) macro
|
/linux-4.4.14/include/linux/ |
D | filter.h | 264 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument 284 #define __BPF_STMT(CODE, K) \ argument 287 #define __BPF_JUMP(CODE, K, JT, JF) \ argument 527 #define BPF_ANCILLARY(CODE) case SKF_AD_OFF + SKF_AD_##CODE: \ in bpf_anc_helper() argument
|
/linux-4.4.14/samples/bpf/ |
D | libbpf.h | 177 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
|
/linux-4.4.14/tools/include/linux/ |
D | filter.h | 213 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
|
/linux-4.4.14/arch/tile/include/hv/ |
D | iorpc.h | 298 #define IORPC_OPCODE(FORMAT, CODE) (((FORMAT) << 16) | (CODE)) argument
|
/linux-4.4.14/arch/sparc/net/ |
D | bpf_jit_comp.c | 687 #define COND_SEL(CODE, TOP, FOP) \ in bpf_jit_compile() argument
|