Symbol: HPPA_REG_SP
arch/parisc/net/bpf_jit_comp32.c
1509
emit_hppa_copy(HPPA_REG_SP, HPPA_REG_R1, ctx); // copy sp,r1 (=prev_sp)
arch/parisc/net/bpf_jit_comp32.c
1510
emit(hppa_ldo(stack_adjust, HPPA_REG_SP, HPPA_REG_SP), ctx); // ldo stack_adjust(sp),sp (increase stack)
arch/parisc/net/bpf_jit_comp32.c
1511
emit(hppa_stw(HPPA_REG_R1, -REG_SIZE, HPPA_REG_SP), ctx); // stw prev_sp,-0x04(sp)
arch/parisc/net/bpf_jit_comp32.c
1512
emit(hppa_stw(HPPA_REG_RP, -0x14, HPPA_REG_SP), ctx); // stw rp,-0x14(sp)
arch/parisc/net/bpf_jit_comp32.c
1525
emit(hppa_stw(HPPA_R(i), -REG_SIZE * (8 + (i-3)), HPPA_REG_SP), ctx); // stw ri,-save_area(sp)
arch/parisc/net/bpf_jit_comp32.c
1603
HPPA_REG_SP, lo(reg)), ctx);
arch/parisc/net/bpf_jit_comp32.c
209
emit(hppa_ldw(-REG_SIZE * (8 + (i-3)), HPPA_REG_SP, HPPA_R(i)), ctx);
arch/parisc/net/bpf_jit_comp32.c
213
emit(hppa_ldw(-0x14, HPPA_REG_SP, HPPA_REG_RP), ctx);
arch/parisc/net/bpf_jit_comp32.c
216
emit(hppa_ldw(-0x04, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
228
emit(hppa_ldw(REG_SIZE * hi(reg) - offset_sp, HPPA_REG_SP, hi(tmp)), ctx);
arch/parisc/net/bpf_jit_comp32.c
229
emit(hppa_ldw(REG_SIZE * lo(reg) - offset_sp, HPPA_REG_SP, lo(tmp)), ctx);
arch/parisc/net/bpf_jit_comp32.c
251
emit(hppa_ldw(REG_SIZE * hi(reg), HPPA_REG_SP, hi(tmp)), ctx);
arch/parisc/net/bpf_jit_comp32.c
264
emit(hppa_stw(hi(src), REG_SIZE * hi(reg), HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
265
emit(hppa_stw(lo(src), REG_SIZE * lo(reg), HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
284
emit(hppa_ldw(REG_SIZE * lo(reg), HPPA_REG_SP, lo(tmp)), ctx);
arch/parisc/net/bpf_jit_comp32.c
309
emit(hppa_stw(lo(src), REG_SIZE * lo(reg), HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
312
emit(hppa_stw(HPPA_REG_ZERO, REG_SIZE * hi(reg), HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
374
emit(hppa_ldo(2 * FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
391
emit(hppa_ldo(-2 * FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
65
#define EXIT_PTR_LOAD(reg) hppa_ldw(-0x08, HPPA_REG_SP, reg)
arch/parisc/net/bpf_jit_comp32.c
66
#define EXIT_PTR_STORE(reg) hppa_stw(reg, -0x08, HPPA_REG_SP)
arch/parisc/net/bpf_jit_comp32.c
894
emit(hppa_ldo(offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
898
emit(hppa_stw(hi(reg), -0x48, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
899
emit(hppa_stw(lo(reg), -0x44, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
902
emit(hppa_stw(hi(reg), -0x40, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
903
emit(hppa_stw(lo(reg), -0x3c, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
906
emit(hppa_stw(hi(reg), -0x38, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
907
emit(hppa_stw(lo(reg), -0x34, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp32.c
936
emit(hppa_ldo(-offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
1150
emit_hppa_copy(HPPA_REG_SP, HPPA_REG_R1, ctx);
arch/parisc/net/bpf_jit_comp64.c
1151
emit(hppa_ldo(stack_adjust, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
1152
emit(hppa64_std_im5 (HPPA_REG_R1, -REG_SIZE, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
1153
emit(hppa64_std_im16(HPPA_REG_RP, -2*REG_SIZE, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
1159
emit(hppa64_std_im16(HPPA_R(i), -REG_SIZE * i, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
1197
emit(hppa_ldo(-FRAME_SIZE, HPPA_REG_SP, reg), ctx);
arch/parisc/net/bpf_jit_comp64.c
236
emit(hppa64_ldd_im16(-REG_SIZE * i, HPPA_REG_SP, HPPA_R(i)), ctx);
arch/parisc/net/bpf_jit_comp64.c
240
emit(hppa64_ldd_im16(-2*REG_SIZE, HPPA_REG_SP, HPPA_REG_RP), ctx);
arch/parisc/net/bpf_jit_comp64.c
243
emit(hppa64_ldd_im5(-REG_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
467
emit(hppa_ldo(offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
499
emit(hppa_ldo(-offset_sp, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
525
emit(hppa_ldo(FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
545
emit(hppa_ldo(-FRAME_SIZE, HPPA_REG_SP, HPPA_REG_SP), ctx);
arch/parisc/net/bpf_jit_comp64.c
58
#define EXIT_PTR_LOAD(reg) hppa64_ldd_im16(-FRAME_SIZE, HPPA_REG_SP, reg)
arch/parisc/net/bpf_jit_comp64.c
59
#define EXIT_PTR_STORE(reg) hppa64_std_im16(reg, -FRAME_SIZE, HPPA_REG_SP)