Searched refs:offset_sp (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c225 u16 offset_sp, struct hppa_jit_context *ctx)
228 emit(hppa_ldw(REG_SIZE * hi(reg) - offset_sp, HPPA_REG_SP, hi(tmp)), ctx);
229 emit(hppa_ldw(REG_SIZE * lo(reg) - offset_sp, HPPA_REG_SP, lo(tmp)), ctx);
891 const int offset_sp = 2 * STACK_ALIGN; local
894 emit(hppa_ldo(offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);
897 reg = bpf_get_reg64_offset(regmap[BPF_REG_5], tmp, offset_sp, ctx);
901 reg = bpf_get_reg64_offset(regmap[BPF_REG_4], tmp, offset_sp, ctx);
905 reg = bpf_get_reg64_offset(regmap[BPF_REG_3], tmp, offset_sp, ctx);
909 reg = bpf_get_reg64_offset(regmap[BPF_REG_2], tmp, offset_sp, ctx);
913 reg = bpf_get_reg64_offset(regmap[BPF_REG_1], tmp, offset_sp, ct
224 bpf_get_reg64_offset(const s8 *reg, const s8 *tmp, u16 offset_sp, struct hppa_jit_context *ctx) argument
[all...]
H A Dbpf_jit_comp64.c465 const int offset_sp = 2*FRAME_SIZE; local
467 emit(hppa_ldo(offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);
499 emit(hppa_ldo(-offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);

Completed in 244 milliseconds