Searched refs:offset_sp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 225 u16 offset_sp, struct hppa_jit_context *ctx) in bpf_get_reg64_offset() argument 228 emit(hppa_ldw(REG_SIZE * hi(reg) - offset_sp, HPPA_REG_SP, hi(tmp)), ctx); in bpf_get_reg64_offset() 229 emit(hppa_ldw(REG_SIZE * lo(reg) - offset_sp, HPPA_REG_SP, lo(tmp)), ctx); in bpf_get_reg64_offset() 891 const int offset_sp = 2 * STACK_ALIGN; in emit_call() local 894 emit(hppa_ldo(offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx); in emit_call() 897 reg = bpf_get_reg64_offset(regmap[BPF_REG_5], tmp, offset_sp, ctx); in emit_call() 901 reg = bpf_get_reg64_offset(regmap[BPF_REG_4], tmp, offset_sp, ctx); in emit_call() 905 reg = bpf_get_reg64_offset(regmap[BPF_REG_3], tmp, offset_sp, ctx); in emit_call() 909 reg = bpf_get_reg64_offset(regmap[BPF_REG_2], tmp, offset_sp, ctx); in emit_call() 913 reg = bpf_get_reg64_offset(regmap[BPF_REG_1], tmp, offset_sp, ctx); in emit_call() [all …]
|
H A D | bpf_jit_comp64.c | 465 const int offset_sp = 2*FRAME_SIZE; in emit_call() local 467 emit(hppa_ldo(offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx); in emit_call() 499 emit(hppa_ldo(-offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx); in emit_call()
|