Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dsecurity.c354 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()
Dsetup_32.c114 patch_instruction_site(&patch__memcpy_nocache, PPC_INST_NOP); in machine_init()
/Linux-v4.19/arch/powerpc/include/asm/
Dcode-patching.h36 int patch_instruction_site(s32 *addr, unsigned int instr);
/Linux-v4.19/arch/powerpc/lib/
Dcode-patching.c216 int patch_instruction_site(s32 *site, unsigned int instr) in patch_instruction_site() function