Home
last modified time | relevance | path

Searched refs:PPC_RAW_NOP (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/net/
Dbpf_jit.h98 EMIT(PPC_RAW_NOP()); \
Dbpf_jit_comp64.c103 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()
104 EMIT(PPC_RAW_NOP()); in bpf_jit_build_prologue()
210 EMIT(PPC_RAW_NOP()); in bpf_jit_emit_func_call_rel()
/arch/powerpc/include/asm/
Dppc-opcode.h433 #define PPC_RAW_NOP() (PPC_INST_NOP) macro