Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsecurity.c446 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
447 patch_instruction_site(site2, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
457 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
459 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
461 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush()
472 patch_instruction_site(site, ppc_inst(0x39207fff)); // li r9,0x7fff in update_branch_cache_flush()
474 patch_instruction_site(site, ppc_inst(0x7d2903a6)); // mtctr r9 in update_branch_cache_flush()
476 patch_instruction_site(site, ppc_inst(PPC_INST_BCCTR_FLUSH)); in update_branch_cache_flush()
483 patch_instruction_site(&patch__flush_link_stack_return, in update_branch_cache_flush()
488 patch_instruction_site(&patch__flush_count_cache_return, in update_branch_cache_flush()
H A Dsetup_32.c89 patch_instruction_site(&patch__memcpy_nocache, ppc_inst(PPC_RAW_NOP())); in machine_init()
/openbmc/linux/arch/powerpc/perf/
H A D8xx-pmu.c170 patch_instruction_site(&patch__itlbmiss_exit_1, insn); in mpc8xx_pmu_del()
174 patch_instruction_site(&patch__dtlbmiss_exit_1, insn); in mpc8xx_pmu_del()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcode-patching.h83 static inline int patch_instruction_site(s32 *site, ppc_inst_t instr) in patch_instruction_site() function
/openbmc/linux/arch/powerpc/lib/
H A Dtest_emulate_step.c1635 patch_instruction_site(&patch__exec_instr, instr); in execute_compute_instr()