Searched refs:patch_instruction_site (Results 1 – 4 of 4) sorted by relevance
354 patch_instruction_site(&patch__call_flush_count_cache, PPC_INST_NOP); in toggle_count_cache_flush()369 patch_instruction_site(&patch__flush_count_cache_return, PPC_INST_BLR); in toggle_count_cache_flush()
114 patch_instruction_site(&patch__memcpy_nocache, PPC_INST_NOP); in machine_init()
36 int patch_instruction_site(s32 *addr, unsigned int instr);
216 int patch_instruction_site(s32 *site, unsigned int instr) in patch_instruction_site() function