Home
last modified time | relevance | path

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

/arch/powerpc/perf/
D8xx-pmu.c176 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()
/arch/powerpc/kernel/
Dsecurity.c403 patch_instruction_site(&patch__call_flush_count_cache, PPC_INST_NOP); in toggle_count_cache_flush()
405 patch_instruction_site(&patch__call_kvm_flush_link_stack, PPC_INST_NOP); in toggle_count_cache_flush()
428 patch_instruction_site(&patch__flush_link_stack_return, PPC_INST_BLR); in toggle_count_cache_flush()
439 patch_instruction_site(&patch__flush_count_cache_return, PPC_INST_BLR); in toggle_count_cache_flush()
Dsetup_32.c86 patch_instruction_site(&patch__memcpy_nocache, PPC_INST_NOP); in machine_init()
/arch/powerpc/mm/nohash/
D8xx.c103 patch_instruction_site(site, instr); in mmu_patch_addis()
114 patch_instruction_site(&patch__dtlbmiss_immr_jmp, PPC_INST_NOP); in mmu_mapin_ram()
/arch/powerpc/include/asm/
Dcode-patching.h38 static inline int patch_instruction_site(s32 *site, unsigned int instr) in patch_instruction_site() function
/arch/powerpc/lib/
Dtest_emulate_step.c871 patch_instruction_site(&patch__exec_instr, instr); in execute_compute_instr()