Home
last modified time | relevance | path

Searched refs:ppc_inst_prefixed (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dinst.h87 static inline bool ppc_inst_prefixed(ppc_inst_t x) in ppc_inst_prefixed() function
101 if (!ppc_inst_prefixed(x)) in ppc_inst_equal()
108 return ppc_inst_prefixed(x) ? 8 : 4; in ppc_inst_len()
136 if (!ppc_inst_prefixed(x)) in ppc_inst_write()
/openbmc/linux/arch/powerpc/kernel/
H A Dkprobes.c156 ppc_inst_prefixed(ppc_inst_read(p->addr - 1))) { in arch_prepare_kprobe()
167 ppc_inst_prefixed(ppc_inst_read(prev->ainsn.insn))) { in arch_prepare_kprobe()
H A Duprobes.c45 ppc_inst_prefixed(ppc_inst_read(auprobe->insn)) && in arch_uprobe_analyze_insn()
/openbmc/linux/arch/powerpc/lib/
H A Dcode-patching.c25 if (!ppc_inst_prefixed(instr)) { in __patch_instruction()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c426 if (ppc_inst_prefixed(instr)) in instruction_is_store()
472 if (ppc_inst_prefixed(last_inst) != is_prefixed) in kvmppc_hv_emulate_mmio()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c944 if (bp2 && ppc_inst_prefixed(ppc_inst_read(bp2->instr))) { in insert_bpts()
3052 if (!ppc_inst_prefixed(inst)) in generic_inst_dump()