Searched refs:NOP_NEXT_INSTR (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/parisc/net/
H A Dbpf_jit.h91 #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 Dbpf_jit_comp64.c201 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx);
227 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx);
371 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx);
380 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx);
393 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx);
H A Dbpf_jit_comp32.c200 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx);
348 emit(hppa_be_l(im11(func_addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx);
418 emit(hppa_be_l(im11(addr) >> 2, HPPA_REG_R31, NOP_NEXT_INSTR), ctx); // be,l,n addr(sr4,r31), %sr0, %r31
969 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx);
978 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx);
991 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx);
1397 emit(EXIT_PTR_JUMP(HPPA_REG_RP, NOP_NEXT_INSTR), ctx);

Completed in 128 milliseconds