Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit.h98 EMIT(PPC_RAW_NOP()); \
H A 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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dppc-opcode.h433 #define PPC_RAW_NOP() (PPC_INST_NOP) macro