Home
last modified time | relevance | path

Searched refs:emit_nop (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c106 #define emit_nop() \ macro
244 emit_nop(); \
456 emit_nop(); in bpf_jit_compile()
457 emit_nop(); in bpf_jit_compile()
458 emit_nop(); in bpf_jit_compile()
466 emit_nop(); /* delay slot */ in bpf_jit_compile()
469 emit_nop(); in bpf_jit_compile()
478 emit_nop(); in bpf_jit_compile()
479 emit_nop(); in bpf_jit_compile()
480 emit_nop(); in bpf_jit_compile()
[all …]
/linux/arch/loongarch/net/
H A Dbpf_jit.h33 static inline void emit_nop(union loongarch_instruction *insn) in emit_nop() function