Searched refs:r_s0 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.c | 91 #define r_s0 MIPS_R_S0 /* scratch reg 1 */ macro 797 emit_slt(r_s0, r_off, r_zero, ctx); in build_body() 798 emit_bcond(MIPS_COND_NE, r_s0, r_zero, in build_body() 805 emit_load_func(r_s0, (ptr)load_func[load_order], in build_body() 808 emit_jalr(MIPS_R_RA, r_s0, ctx); in build_body() 814 emit_dsrl32(r_s0, r_val, 0, ctx); in build_body() 816 emit_bcond(MIPS_COND_NE, r_s0, r_zero, 3 << 2, in build_body() 870 emit_load_func(r_s0, (ptr)jit_get_skb_b, ctx); in build_body() 876 emit_jalr(MIPS_R_RA, r_s0, ctx); in build_body() 881 emit_dsrl32(r_s0, r_val, 0, ctx); in build_body() [all …]
|