Searched refs:patch_map (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/kernel/
H A Dpatch.c22 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) function
51 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) function
68 waddr = patch_map(addr, FIX_TEXT_POKE0, &flags);
81 addrh1 = patch_map(addr + 2, FIX_TEXT_POKE1, NULL);
/linux-master/arch/parisc/kernel/
H A Dpatch.c26 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags, function
68 p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, &mapped);
85 p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags,
/linux-master/arch/riscv/kernel/
H A Dpatch.c42 static __always_inline void *patch_map(void *addr, const unsigned int fixmap) function
86 patch_map(addr + PAGE_SIZE, FIX_TEXT_POKE1);
88 waddr = patch_map(addr, FIX_TEXT_POKE0);
132 patch_map(addr + PAGE_SIZE, FIX_TEXT_POKE1);
134 waddr = patch_map(addr, FIX_TEXT_POKE0);
/linux-master/arch/arm64/kernel/
H A Dpatching.c31 static void __kprobes *patch_map(void *addr, int fixmap) function
76 waddr = patch_map(addr, FIX_TEXT_POKE0);
98 waddr = patch_map(addr, FIX_TEXT_POKE0);
125 waddr = patch_map(ptr, FIX_TEXT_POKE0);

Completed in 159 milliseconds