Searched refs:MIPS_R_A1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/mips/net/ |
D | bpf_jit.h | 20 #define MIPS_R_A1 5 macro
|
D | bpf_jit.c | 576 emit_store_stack_reg(MIPS_R_A1, r_sp, real_off + RSIZE, ctx); in save_bpf_jit_regs() 621 emit_load_stack_reg(MIPS_R_A1, r_sp, real_off + RSIZE, ctx); in restore_bpf_jit_regs() 810 emit_reg_move(MIPS_R_A1, r_off, ctx); in build_body() 875 emit_load_imm(MIPS_R_A1, k, ctx); in build_body()
|