Symbol: hppa_ldw
arch/parisc/net/bpf_jit_comp32.c
1000
emit(hppa_ldw(off, HPPA_REG_T0, HPPA_REG_T0), ctx);
arch/parisc/net/bpf_jit_comp32.c
1038
emit(hppa_ldw(off + 0, srcreg, lo(rd)), ctx);
arch/parisc/net/bpf_jit_comp32.c
1043
emit(hppa_ldw(off + 0, srcreg, hi(rd)), ctx);
arch/parisc/net/bpf_jit_comp32.c
1044
emit(hppa_ldw(off + 4, srcreg, lo(rd)), ctx);
arch/parisc/net/bpf_jit_comp32.c
1551
emit(hppa_ldw(-0x48, HPPA_REG_R1, hi(reg)), ctx);
arch/parisc/net/bpf_jit_comp32.c
1553
emit(hppa_ldw(-0x44, HPPA_REG_R1, lo(reg)), ctx);
arch/parisc/net/bpf_jit_comp32.c
1561
emit(hppa_ldw(-0x40, HPPA_REG_R1, hi(reg)), ctx);
arch/parisc/net/bpf_jit_comp32.c
1563
emit(hppa_ldw(-0x3c, HPPA_REG_R1, lo(reg)), ctx);
arch/parisc/net/bpf_jit_comp32.c
1571
emit(hppa_ldw(-0x38, HPPA_REG_R1, hi(reg)), ctx);
arch/parisc/net/bpf_jit_comp32.c
1573
emit(hppa_ldw(-0x34, HPPA_REG_R1, 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
284
emit(hppa_ldw(REG_SIZE * lo(reg), HPPA_REG_SP, lo(tmp)), 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
962
emit(hppa_ldw(off, lo(arr_reg), HPPA_REG_T1), ctx);
arch/parisc/net/bpf_jit_comp32.c
989
emit(hppa_ldw(off, HPPA_REG_T0, HPPA_REG_T0), ctx);
arch/parisc/net/bpf_jit_comp64.c
1046
emit(hppa_ldw(off, srcreg, rd), ctx);
arch/parisc/net/bpf_jit_comp64.c
364
emit(hppa_ldw(off, arr_reg, HPPA_REG_T1), ctx);