Searched refs:NOP_NEXT_INSTR (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 91 #define NOP_NEXT_INSTR 1 macro 184 hppa_combt(r1, r2, target_addr, 1, NOP_NEXT_INSTR) 186 hppa_combt(r1, r2, target_addr, 2, NOP_NEXT_INSTR) 188 hppa_combt(r1, r2, target_addr, 3, NOP_NEXT_INSTR) 190 hppa_combt(r1, r2, target_addr, 4, NOP_NEXT_INSTR) 192 hppa_combt(r1, r2, target_addr, 5, NOP_NEXT_INSTR) 198 hppa_combf(r1, r2, target_addr, 1, NOP_NEXT_INSTR) 200 hppa_combf(r1, r2, target_addr, 2, NOP_NEXT_INSTR) 202 hppa_combf(r1, r2, target_addr, 3, NOP_NEXT_INSTR) 204 hppa_combf(r1, r2, target_addr, 4, NOP_NEXT_INSTR) [all …]
|
H A D | bpf_jit_comp64.c | 201 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx); in emit_jump() 227 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx); in __build_epilogue() 371 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx); in emit_bpf_tail_call() 380 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx); in emit_bpf_tail_call() 393 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx); in emit_bpf_tail_call()
|
H A D | bpf_jit_comp32.c | 200 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx); in __build_epilogue() 348 emit(hppa_be_l(im11(func_addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx); in emit_call_millicode() 418 …emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx); // be,l,n addr(sr4,r31), %sr0… in emit_jump() 969 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx); in emit_bpf_tail_call() 978 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx); in emit_bpf_tail_call() 991 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx); in emit_bpf_tail_call() 1397 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx); in bpf_jit_emit_insn()
|