text_poke_addr     86 arch/powerpc/lib/code-patching.c static int map_patch_area(void *addr, unsigned long text_poke_addr)
text_poke_addr     96 arch/powerpc/lib/code-patching.c 	err = map_kernel_page(text_poke_addr, (pfn << PAGE_SHIFT), PAGE_KERNEL);
text_poke_addr     98 arch/powerpc/lib/code-patching.c 	pr_devel("Mapped addr %lx with pfn %lx:%d\n", text_poke_addr, pfn, err);
text_poke_addr    144 arch/powerpc/lib/code-patching.c 	unsigned long text_poke_addr;
text_poke_addr    157 arch/powerpc/lib/code-patching.c 	text_poke_addr = (unsigned long)__this_cpu_read(text_poke_area)->addr;
text_poke_addr    158 arch/powerpc/lib/code-patching.c 	if (map_patch_area(addr, text_poke_addr)) {
text_poke_addr    163 arch/powerpc/lib/code-patching.c 	patch_addr = (unsigned int *)(text_poke_addr) +
text_poke_addr    168 arch/powerpc/lib/code-patching.c 	err = unmap_patch_area(text_poke_addr);
text_poke_addr    170 arch/powerpc/lib/code-patching.c 		pr_warn("failed to unmap %lx\n", text_poke_addr);