Home
last modified time | relevance | path

Searched refs:SEEN_DATAREF (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/net/
Dbpf_jit_comp.c33 if (ctx->seen & (SEEN_MEM | SEEN_DATAREF)) { in bpf_jit_build_prologue()
35 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_prologue()
57 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_prologue()
88 if (ctx->seen & (SEEN_MEM | SEEN_DATAREF)) { in bpf_jit_build_epilogue()
90 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_epilogue()
419 ctx->seen |= SEEN_DATAREF; in bpf_jit_build_body()
445 ctx->seen |= SEEN_DATAREF | SEEN_XREG; in bpf_jit_build_body()
Dbpf_jit32.h129 #define SEEN_DATAREF 0x10000 /* might call external helpers */ macro
/arch/sparc/net/
Dbpf_jit_comp_32.c19 #define SEEN_DATAREF 1 /* might call external helpers */ macro
352 u8 seen_or_pass0 = (pass == 0) ? (SEEN_XREG | SEEN_DATAREF | SEEN_MEM) : seen; in bpf_jit_compile()
377 if (seen_or_pass0 & SEEN_DATAREF) { in bpf_jit_compile()
599 common_load: seen |= SEEN_DATAREF; in bpf_jit_compile()
614 common_load_ind: seen |= SEEN_DATAREF | SEEN_XREG; in bpf_jit_compile()
Dbpf_jit_comp_64.c51 #define SEEN_DATAREF 1 /* might call external helpers */ macro