Symbol: HPPA_REG_R31
arch/parisc/net/bpf_jit.h
48
HPPA_REG_TCC_IN_INIT = HPPA_REG_R31,
arch/parisc/net/bpf_jit.h
52
HPPA_REG_TCC_IN_INIT = HPPA_REG_R31,
arch/parisc/net/bpf_jit.h
56
HPPA_REG_T1 = HPPA_REG_R31,
arch/parisc/net/bpf_jit_comp32.c
338
emit(hppa_ldil(func_addr, HPPA_REG_R31), ctx);
arch/parisc/net/bpf_jit_comp32.c
348
emit(hppa_be_l(im11(func_addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx);
arch/parisc/net/bpf_jit_comp32.c
377
emit(hppa_ldil(func_addr, HPPA_REG_R31), ctx);
arch/parisc/net/bpf_jit_comp32.c
387
emit(hppa_be_l(im11(func_addr) >> 2, HPPA_REG_R31, EXEC_NEXT_INSTR), ctx);
arch/parisc/net/bpf_jit_comp32.c
388
emit_hppa_copy(HPPA_REG_R31, HPPA_REG_RP, ctx);
arch/parisc/net/bpf_jit_comp32.c
417
emit(hppa_ldil(addr, HPPA_REG_R31), ctx);
arch/parisc/net/bpf_jit_comp32.c
418
emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx); // be,l,n addr(sr4,r31), %sr0, %r31
arch/parisc/net/bpf_jit_comp32.c
926
emit(hppa_ldil(addr, HPPA_REG_R31), ctx);
arch/parisc/net/bpf_jit_comp32.c
927
emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, EXEC_NEXT_INSTR), ctx);
arch/parisc/net/bpf_jit_comp32.c
929
emit_hppa_copy(HPPA_REG_R31, HPPA_REG_RP, ctx);
arch/parisc/net/bpf_jit_comp64.c
200
emit(hppa_ldil(addr, HPPA_REG_R31), ctx);
arch/parisc/net/bpf_jit_comp64.c
201
emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx);
arch/parisc/net/bpf_jit_comp64.c
487
emit(hppa_ldil(addr, HPPA_REG_R31), ctx);
arch/parisc/net/bpf_jit_comp64.c
488
emit(hppa_ldo(im11(addr), HPPA_REG_R31, HPPA_REG_R31), ctx);
arch/parisc/net/bpf_jit_comp64.c
490
HPPA_REG_R31, HPPA_REG_RP), ctx);
arch/parisc/net/bpf_jit_comp64.c
493
HPPA_REG_R31, HPPA_REG_GP), ctx);
arch/parisc/net/bpf_jit_comp64.c
529
emit_imm(HPPA_REG_R31, func_addr, arg0, ctx);
arch/parisc/net/bpf_jit_comp64.c
531
HPPA_REG_R31, HPPA_REG_RP), ctx);
arch/parisc/net/bpf_jit_comp64.c
543
HPPA_REG_R31, HPPA_REG_GP), ctx);