Searched refs:JIT_CALLER_REGS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp32.c | 76 #define JIT_CALLER_REGS \ macro 535 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_divmod_r64() 566 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_divmod_r64() 721 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_atomic_r32() 784 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_atomic_r32() 806 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_atomic_r64() 866 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_atomic_r64() 878 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_cmpxchg_r32() 900 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_cmpxchg_r32() 916 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_cmpxchg_r64() [all …]
|
H A D | bpf_jit_comp64.c | 55 #define JIT_CALLER_REGS \ macro 454 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, 0, 0); in emit_call() 462 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, 0, 0); in emit_call()
|