Searched refs:patch_instruction_site (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | security.c | 444 patch_instruction_site(site, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 445 patch_instruction_site(site2, ppc_inst(PPC_RAW_NOP())); in update_branch_cache_flush() 455 patch_instruction_site(site, 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() 470 patch_instruction_site(site, ppc_inst(0x39207fff)); // li r9,0x7fff in update_branch_cache_flush() 472 patch_instruction_site(site, ppc_inst(0x7d2903a6)); // mtctr r9 in update_branch_cache_flush() 474 patch_instruction_site(site, ppc_inst(PPC_INST_BCCTR_FLUSH)); in update_branch_cache_flush() 481 patch_instruction_site(&patch__flush_link_stack_return, in update_branch_cache_flush() 486 patch_instruction_site(&patch__flush_count_cache_return, in update_branch_cache_flush()
|
A D | setup_32.c | 88 patch_instruction_site(&patch__memcpy_nocache, ppc_inst(PPC_RAW_NOP())); in machine_init()
|
/linux/arch/powerpc/mm/nohash/ |
A D | 44x.c | 251 patch_instruction_site(&patch__tlb_44x_kuep, ppc_inst(PPC_RAW_NOP())); in setup_kuep() 256 patch_instruction_site(&patch__tlb_47x_kuep, ppc_inst(PPC_RAW_NOP())); in setup_kuep()
|
/linux/arch/powerpc/perf/ |
A D | 8xx-pmu.c | 170 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()
|
/linux/arch/powerpc/include/asm/ |
A D | code-patching.h | 40 static inline int patch_instruction_site(s32 *site, struct ppc_inst instr) in patch_instruction_site() function
|
/linux/arch/powerpc/lib/ |
A D | test_emulate_step.c | 1638 patch_instruction_site(&patch__exec_instr, instr); in execute_compute_instr()
|
Completed in 9 milliseconds