Searched refs:patch_map (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/kernel/ |
H A D | patch.c | 22 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) in patch_map() function 51 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) in patch_map() function 68 waddr = patch_map(addr, FIX_TEXT_POKE0, &flags); in __patch_text_real() 81 addrh1 = patch_map(addr + 2, FIX_TEXT_POKE1, NULL); in __patch_text_real()
|
/linux/arch/riscv/kernel/ |
H A D | patch.c | 42 static __always_inline void *patch_map(void *addr, const unsigned int fixmap) in patch_map() function 86 patch_map(addr + PAGE_SIZE, FIX_TEXT_POKE1); in __patch_insn_set() 88 waddr = patch_map(addr, FIX_TEXT_POKE0); in __patch_insn_set() 140 patch_map(addr + PAGE_SIZE, FIX_TEXT_POKE1); in __patch_insn_write() 142 waddr = patch_map(addr, FIX_TEXT_POKE0); in __patch_insn_write()
|
/linux/arch/parisc/kernel/ |
H A D | patch.c | 26 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags, in patch_map() function 68 p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, &mapped); in __patch_text_multiple() 85 p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, in __patch_text_multiple()
|