Searched refs:patch_instruction_site (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/perf/ | 
| D | 8xx-pmu.c | 176 			patch_instruction_site(&patch__itlbmiss_exit_1, insn);  in mpc8xx_pmu_del()178 			patch_instruction_site(&patch__itlbmiss_exit_2, insn);  in mpc8xx_pmu_del()
 184 			patch_instruction_site(&patch__dtlbmiss_exit_1, insn);  in mpc8xx_pmu_del()
 185 			patch_instruction_site(&patch__dtlbmiss_exit_2, insn);  in mpc8xx_pmu_del()
 186 			patch_instruction_site(&patch__dtlbmiss_exit_3, insn);  in mpc8xx_pmu_del()
 
 | 
| /Linux-v5.4/arch/powerpc/mm/nohash/ | 
| D | 8xx.c | 103 	patch_instruction_site(site, instr);  in mmu_patch_addis()114 			patch_instruction_site(&patch__dtlbmiss_immr_jmp, PPC_INST_NOP);  in mmu_mapin_ram()
 
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | security.c | 383 		patch_instruction_site(&patch__call_flush_count_cache, PPC_INST_NOP);  in toggle_count_cache_flush()398 	patch_instruction_site(&patch__flush_count_cache_return, PPC_INST_BLR);  in toggle_count_cache_flush()
 
 | 
| D | setup_32.c | 86 	patch_instruction_site(&patch__memcpy_nocache, PPC_INST_NOP);  in machine_init()
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | code-patching.h | 38 static inline int patch_instruction_site(s32 *site, unsigned int instr)  in patch_instruction_site()  function
 | 
| /Linux-v5.4/arch/powerpc/lib/ | 
| D | test_emulate_step.c | 871 	patch_instruction_site(&patch__exec_instr, instr);  in execute_compute_instr()
 |