Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dmodule_64.c479 instruction[-2] == PPC_INST_MFLR) in is_mprofile_mcount_callsite()
482 if (instruction[-1] == PPC_INST_MFLR) in is_mprofile_mcount_callsite()
/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace.c157 if (op != PPC_INST_MFLR && op != PPC_INST_STD_LR) { in __ftrace_make_nop()
/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp.c38 EMIT(PPC_INST_MFLR | __PPC_RT(R0)); in bpf_jit_build_prologue()
Dbpf_jit_comp64.c118 EMIT(PPC_INST_MFLR | __PPC_RT(R0)); in bpf_jit_build_prologue()
/Linux-v4.19/arch/powerpc/include/asm/
Dppc-opcode.h313 #define PPC_INST_MFLR 0x7c0802a6 macro