Home
last modified time | relevance | path

Searched refs:patch_map (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kernel/
H A Dpatching.c31 static void __kprobes *patch_map(void *addr, int fixmap) in patch_map() function
73 waddr = patch_map(addr, FIX_TEXT_POKE0); in __aarch64_insn_write()
95 waddr = patch_map(addr, FIX_TEXT_POKE0); in aarch64_insn_write_literal_u64()
122 waddr = patch_map(ptr, FIX_TEXT_POKE0); in __text_poke()
/linux/arch/openrisc/kernel/
H A Dpatching.c20 static __always_inline void *patch_map(void *addr, int fixmap) in patch_map() function
49 waddr = patch_map(addr, FIX_TEXT_POKE0); in __patch_insn_write()