Searched refs:emit_load_stack_reg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.c | 379 static inline void emit_load_stack_reg(ptr reg, ptr base, in emit_load_stack_reg() function 620 emit_load_stack_reg(MIPS_R_A0, r_sp, real_off, ctx); in restore_bpf_jit_regs() 621 emit_load_stack_reg(MIPS_R_A1, r_sp, real_off + RSIZE, ctx); in restore_bpf_jit_regs() 631 emit_load_stack_reg(MIPS_R_S0 + i, r_sp, real_off, in restore_bpf_jit_regs() 641 emit_load_stack_reg(r_ra, r_sp, real_off, ctx); in restore_bpf_jit_regs()
|