Searched refs:hppa_ldw (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp32.c | 65 #define EXIT_PTR_LOAD(reg) hppa_ldw(-0x08, HPPA_REG_SP, reg) 209 emit(hppa_ldw(-REG_SIZE * (8 + (i-3)), HPPA_REG_SP, HPPA_R(i)), ctx); in __build_epilogue() 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() 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() 251 emit(hppa_ldw(REG_SIZE * hi(reg), HPPA_REG_SP, hi(tmp)), ctx); in bpf_get_reg64_ref() 284 emit(hppa_ldw(REG_SIZE * lo(reg), HPPA_REG_SP, lo(tmp)), ctx); in bpf_get_reg32() 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() [all …]
|
D | bpf_jit.h | 129 #define hppa_ldw(val14, reg, target) \ macro
|
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()
|