Home
last modified time | relevance | path

Searched refs:PPC_INST_MFLR (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/kernel/
Dmodule_64.c459 instruction[-2] == PPC_INST_MFLR) in is_early_mcount_callsite()
462 if (instruction[-1] == PPC_INST_MFLR) in is_early_mcount_callsite()
Dftrace.c157 if (op != PPC_INST_MFLR && op != PPC_INST_STD_LR) { in __ftrace_make_nop()
/arch/powerpc/include/asm/
Dppc-opcode.h238 #define PPC_INST_MFLR 0x7c0802a6 macro
/arch/powerpc/net/
Dbpf_jit_comp.c39 EMIT(PPC_INST_MFLR | __PPC_RT(R0)); in bpf_jit_build_prologue()
Dbpf_jit_comp64.c137 EMIT(PPC_INST_MFLR | __PPC_RT(R0)); in bpf_jit_build_prologue()