Searched refs:hppa_ldw (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 213 emit(hppa_ldw(-0x14, HPPA_REG_SP, HPPA_REG_RP), ctx); in __build_epilogue() 216 emit(hppa_ldw(-0x04, HPPA_REG_SP, HPPA_REG_SP), ctx); in __build_epilogue() 962 emit(hppa_ldw(off, lo(arr_reg), HPPA_REG_T1), ctx); in emit_bpf_tail_call() 989 emit(hppa_ldw(off, HPPA_REG_T0, HPPA_REG_T0), ctx); in emit_bpf_tail_call() 1000 emit(hppa_ldw(off, HPPA_REG_T0, HPPA_REG_T0), ctx); in emit_bpf_tail_call() 1038 emit(hppa_ldw(off + 0, srcreg, lo(rd)), ctx); in emit_load_r64() 1043 emit(hppa_ldw(off + 0, srcreg, hi(rd)), ctx); in emit_load_r64() 1044 emit(hppa_ldw(off + 4, srcreg, lo(rd)), ctx); in emit_load_r64() 1551 emit(hppa_ldw(-0x48, HPPA_REG_R1, hi(reg)), ctx); in bpf_jit_build_prologue() 1553 emit(hppa_ldw(-0x44, HPPA_REG_R1, lo(reg)), ctx); in bpf_jit_build_prologue() [all …]
|
H A D | bpf_jit.h | 129 #define hppa_ldw(val14, reg, target) \ macro
|
H A D | bpf_jit_comp64.c | 364 emit(hppa_ldw(off, arr_reg, HPPA_REG_T1), ctx); in emit_bpf_tail_call() 1046 emit(hppa_ldw(off, srcreg, rd), ctx); in bpf_jit_emit_insn()
|