Searched refs:SEEN_DATAREF (Results 1 – 3 of 3) sorted by relevance
38 if (ctx->seen & (SEEN_MEM | SEEN_DATAREF)) { in bpf_jit_build_prologue()40 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_prologue()63 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_prologue()109 if (ctx->seen & (SEEN_MEM | SEEN_DATAREF)) { in bpf_jit_build_epilogue()111 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_epilogue()406 ctx->seen |= SEEN_DATAREF; in bpf_jit_build_body()432 ctx->seen |= SEEN_DATAREF | SEEN_XREG; in bpf_jit_build_body()
219 #define SEEN_DATAREF 0x10000 /* might call external helpers */ macro
109 #define SEEN_DATAREF 1 /* might call external helpers */ macro159 u8 seen_or_pass0 = (pass == 0) ? (SEEN_XREG | SEEN_DATAREF | SEEN_MEM) : seen; in bpf_jit_compile()168 if (seen_or_pass0 & (SEEN_XREG | SEEN_DATAREF)) in bpf_jit_compile()179 if (seen_or_pass0 & SEEN_DATAREF) { in bpf_jit_compile()482 common_load: seen |= SEEN_DATAREF; in bpf_jit_compile()495 seen |= SEEN_DATAREF | SEEN_XREG; in bpf_jit_compile()502 common_load_ind: seen |= SEEN_DATAREF | SEEN_XREG; in bpf_jit_compile()