Searched refs:MIPS_R_S0 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/arch/mips/net/ |
| D | bpf_jit.h | 24 #define MIPS_R_S0 16 macro 53 #define r_skb_hl MIPS_R_S0 /* skb header length */
|
| D | ebpf_jit.c | 41 #define MIPS_R_S0 16 /* BPF_R6 */ macro 212 return MIPS_R_S0; in ebpf_to_mips_reg() 315 emit_instr(ctx, sd, MIPS_R_S0, store_offset, MIPS_R_SP); in gen_int_prologue() 358 emit_instr(ctx, ld, MIPS_R_S0, store_offset, MIPS_R_SP); in build_int_epilogue()
|
| D | bpf_jit.c | 542 emit_store_stack_reg(MIPS_R_S0 + i, r_sp, real_off, in save_bpf_jit_regs() 575 emit_load_stack_reg(MIPS_R_S0 + i, r_sp, real_off, in restore_bpf_jit_regs()
|