Home
last modified time | relevance | path

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

/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()
/linux/arch/powerpc/lib/
H A Dcode-patching.c46 if (ppc_inst_prefixed(instr)) in raw_patch_instruction()
380 if (ppc_inst_prefixed(instr)) in patch_instruction()
446 if (ppc_inst_prefixed(instr)) { in __patch_instructions()
H A Dtest-code-patching.c376 check(ppc_inst_prefixed(inst64)); in test_multi_instruction_patching()
413 check(ppc_inst_prefixed(inst64)); in test_multi_instruction_patching()
/linux/arch/powerpc/kernel/
H A Dkprobes.c142 ppc_inst_prefixed(ppc_inst_read(p->addr - 1))) { in arch_prepare_kprobe()
153 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()
/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()
/linux/arch/powerpc/xmon/
H A Dxmon.c942 if (bp2 && ppc_inst_prefixed(ppc_inst_read(bp2->instr))) { in insert_bpts()
3050 if (!ppc_inst_prefixed(inst)) in generic_inst_dump()